View Single Post
  #11  
Old 12-29-2006, 10:21 PM
Gambet Gambet is offline
Registered User
Join Date: Oct 2003
Posts: 2,712
Gambet is on a distinguished road
Quote:
Originally Posted by xXziroXx View Post
Im pretty sure I have been able to set other clients cleitn. VARIABLE's clientsided in the past?


You can try it and it wont work. Something like:

PHP Code:
//#CLIENTSIDE
function onPlayerChats() {
 if (
player.chat.starts("/test")) {
  
tokens player.chat.tokenize();
  
findplayer(tokens[1]).client.testvar tokens[2];
 }



It will only work if you set it to yourself, not anyone else.
Reply With Quote