Thread: Chat room issue
View Single Post
  #4  
Old 09-04-2011, 09:09 PM
0PiX0 0PiX0 is offline
Coder
0PiX0's Avatar
Join Date: Jan 2011
Posts: 130
0PiX0 is a jewel in the rough0PiX0 is a jewel in the rough
Something like this:
PHP Code:
function onActionServerSide() { 
  if (
params[0] == "sendtext")
    for (
temp.plplayersinthechatroom
      
pl.triggerclient("weapon"this.name"gettext"params[1]); 

Reply With Quote