25.09.2015, 02:46
eu quero que o kra seja kikado depois de que ele fique 30 min afk, como faзo?
Quote:
public FicarAFK(playerid) { if(PlayerToPoint(0.8, playerid, AfkX, AfkY, AfkZ)) { AFK[playerid]=1; SetPlayerVirtualWorld(playerid, 1); SetCameraBehindPlayer(playerid); TogglePlayerControllable(playerid,0); TextDrawShowForPlayer(playerid,AfkText); TextDrawShowForPlayer(playerid,AfkBackText); new string[256]; format(string, sizeof(string), "%s (%d) estб afk(/afk)", Nome(playerid), playerid); ProxDetector(100.0, playerid, string,COLOR_RED,COLOR_RED,COLOR_RED,COLOR_RED,COL OR_RED); return 1; } else { AFK[playerid] = 0; SendClientMessage(playerid,COLOR_RED,"Voce nao esta mais no local onde digitou o comando."); return 1; } } |