15.12.2012, 13:17
hey guy's .... how are you all ? so i got an problem here is the code like
This is just my code and i am using lordz afk system so the problem is that when i am in afk so i cant chat but after i get /back again i cant chat ... wtf ...
PHP код:
public OnPlayerText(playerid)
{
if(AFK[playerid] == 1)return GameTextForPlayer, "You cant chat while in afk mode",3000,3);
return 0;
}