Quote:
Originally Posted by xXziroXx
Nice try Dusty, but I recommend going with this instead:
PHP Code:
function onActionServerside() {
for (pl: allplayers) pl.triggerClient("gui", name, "");
}
EDIT: Make sure all players actually have the wNPC!
|
You don't need the "gui" while using triggerclient, or at least I've never used it and don't know if it makes a difference or not.
I've always done:
PHP Code:
player.triggerclient(name,params[0],params[1],etc...);