Thread: Chat room issue
View Single Post
  #3  
Old 09-04-2011, 09:06 PM
Emera Emera is offline
Delterian Hybrid
Emera's Avatar
Join Date: Mar 2011
Location: Newcastle Upon-Tyne
Posts: 1,704
Emera is a jewel in the roughEmera is a jewel in the rough
So would I have to do...
PHP Code:
function onActionServerSide() { 
  if (
params[0] == "sendtext") { 
    
playerobj.triggerclient("weapon"this.name"gettext"params[1]); 
  } 

__________________
Reply With Quote