public OnPlayerText(playerid, text[]){ if(isafk[playerid]) return SendClientMessage(playerid, COLOR_RED, "ERROR: You are AFK and cannot speak. Use /back to return into the game."); return 1;}