
12-28-2012, 04:49 PM
|
|
team canada
|
 |
Join Date: Jul 2004
Location: Canada
Posts: 5,200
|
|
|
in your server-side portion verify that you're actually sending a trigger to the right place and that you can see it's nickname (give it one):
echo("trigger" SPC params[1]);
echo(("Control-NPC").npc.(@params[1]).nick); |
|
|
|