Quote:
|
Originally Posted by Moondeath_2
Couldn't you juse use this I may be a little off but I'm sure it should work.
PHP Code:
function onActionServerside()
{
with (findplayer("AccountName")) {
player.triggerclient("NPCName","reconnect");
}
}
Edit: I'd suggest NOT using flags in a way it's useless.
|
I believe it's triggerclient("gui", "weaponname", "reconnect");
