View Single Post
  #6  
Old 07-16-2007, 07:52 AM
Gambet Gambet is offline
Registered User
Join Date: Oct 2003
Posts: 2,712
Gambet is on a distinguished road
Quote:
Originally Posted by xXziroXx View Post
Nice try Dusty, but I recommend going with this instead:

PHP Code:
function onActionServerside() {
  for (
plallplayerspl.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...); 
Reply With Quote