31.05.2009, 12:27
What's up with this code ?
Basically, when a player says "brb" in his chat line, he should gp into brb mode. But here, it doesn't. Anyway to fix ?
pawn Код:
if(strfind(text, "brb", true) == 1)
{
afk[playerid] = 1;
SendClientMessage(playerid,0xCC0000AA,"You are now in BRB mode.");
}