Quote:
Originally Posted by xXziroXx
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.