25.02.2011, 13:25
Add in top of script:
In /goafk command add:
In /back command add:
In OnPlayerText add:
Not sure, not tested.
Code:
new afkmsg[MAX_PLAYERS]
Code:
afkmsg[playerid] = 1;
Code:
afkmsg[playerid] = 0;
Code:
if(afkmsg[playerid != 0) return SendClientMessage(playerid,0xFF0000FF,"You must to type /back before talking!");