PHP Code:
//#CLIENTSIDE
function onPlayerchats(){
if(player.level in serverr.socialzones){
client.exp += 1;
}
}
the level I'm testing is in serverr.socialzones, I've tried both with and without quotes but no luck. when I try putting an else{player.chat = player.level SPC serverr.socialzones;} the results visibly match.
What's going on?