View Single Post
  #4  
Old 12-01-2003, 08:31 AM
Johnny_5 Johnny_5 is offline
Goon
Join Date: Nov 2002
Location: Spring Hill, Florida
Posts: 172
Johnny_5 is on a distinguished road
Send a message via AIM to Johnny_5
Re: NPC Server = bugged?

Quote:
Originally posted by Toxin
if (actionserverside){
setplayerprop #c,Test;
}

//#CLIENTSIDE
if (mousedown){
triggeraction playerx,playery,serverside,WEAPONNAME,;
}

Wont work..

Player chat is client-side only, so trying to set it serverside isn't going to work.
Reply With Quote