Quote:
|
Originally Posted by Googi
I can trigger from the serverside to the clientside too, right?
|
Currently, only in weapons. There are two ways that I know of to do this in GS2:
PHP Code:
triggeraction(0,0,"clientside",WEAPONNAME,params...);
// You can use '#N' for WEAPONNAME, as #N is the name of the parent weapon
The second way uses 'triggerclient()', but since I don't know the syntax by heart, I won't post it here.
