27.10.2012, 00:03
Код:
if(strcmp(cmd, "/Fugir", true) == 0) { if(PlayerInfo[playerid][pJailed]>=1) { if(PlayerInfo[playerid][pJailed] == 2 || PlayerInfo[playerid][pJailed] == 6) { SendClientMessage(playerid,COLOR_GREY," Vocк nгo pode usar no Carandiru/Cela Admin!"); return 1; } if(fugapr == 1) { SendClientMessage(playerid, COLOR_GRAD5, "Jб estб tendo uma tentativa de fulga da prisгo!"); return 1; } if(tempodafuga == 1) { SendClientMessage(playerid,COLOR_GREY,"Jб fugiram espere 3 minutos para fugir de novo !"); return 1; } GetPlayerName(playerid, playername, MAX_PLAYER_NAME); format(string, sizeof(string), "%s e os %s estгo tentando Fugir da Prisгo! ID:[%d]", playername, NomeORG(playerid) , playerid); SendClientMessageToAll(GetPlayerColor(playerid), string); SendClientMessage(playerid, COLOR_GRAD5, "Espere 60 segundos para terminar de Fugir."); SetPlayerCriminal(playerid,255, "Tentativa de Fuga"); roubando[playerid] = 1; ProvocoFuga[playerid] = 1; fugapr = 1; tempodafuga = 1; SetTimer("Aroubo8", 110000, 0); tempofuga = SetTimerEx("FugadaPrisao", 1800000, 0, "i", playerid); } else { SendClientMessage(playerid, COLOR_GRAD1, "Voce nгo esta preso."); } return 1; }*/