View Single Post
  #2  
Old 03-20-2006, 03:11 AM
PeptoB PeptoB is offline
Banned
PeptoB's Avatar
Join Date: Mar 2006
Location: Leominster, MA
Posts: 22
PeptoB is on a distinguished road
Send a message via AIM to PeptoB Send a message via MSN to PeptoB
triggerAction(x+.1,y+.1,"clientside","test");
^ ^
1st of all

and recieve it using function onActionClientside(){
if (params[0] == "test"){
message("recieved");
}
}

triggerClient() is easier
Reply With Quote