View Single Post
  #3  
Old 04-23-2009, 10:05 PM
Crow Crow is offline
ǝɔɐɹq ʎןɹnɔ
Crow's Avatar
Join Date: Dec 2006
Location: Germany
Posts: 5,153
Crow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond repute
Quote:
Originally Posted by cbk1994 View Post
They do work.

PHP Code:
findPlayer("cbk1994").triggerclient("gui""-System""blueDeath"); 
You can never trigger serverside from serverside; use this instead.
PHP Code:
(@ "-System").trigger("onActionServerSide""meow"); 
Well, he wants to use them to trigger the serverside/clientside in an NPC using another or the same NPC. Which does not work.
Reply With Quote