Quote:
Originally Posted by Faisal_khan
Here have it:
pawn Код:
if (strcmp("/back", cmdtext, true, 4) == 0) { TogglePlayerControllable(playerid,1); SendClientMessage(playerid,COLOR_PINK,"You are not AFK Anymore !"); return 1; } if (strcmp("/afk", cmdtext, true, 3) == 0) { TogglePlayerControllable(playerid,0); SendClientMessage(playerid,COLOR_PINK,"You are now AFK!"); return 1; }
|
No dude i meant auto afk without any commands when the player press esc that time i meant