22.02.2018, 18:30
Quote:
PHP код:
PHP код:
|
Код:
if(newkeys == KEY_SECONDARY_ATTACK) { new Float:Pos[3], sStr[70], city[64] = "Nгo identificado"; for(new i = 0; i < sizeof PosCX; ++ i) { if(IsPlayerInRangeOfPoint(playerid, 1.0, PosCX[i][0], PosCX[i][1], PosCX[i][2])) { if(Player[playerid][pPMRJ] >= 1 || Player[playerid][pBOPE] >= 1 || Player[playerid][pCORE] >= 1)return SendClientMessage(playerid, COR_ERRO, "ERRO: Policial nгo rouba banco ;)"); if(Player[playerid][pTempoBanco] >= 1) return SendFormattedMessage(playerid, COR_ERRO, "ERRO: Vocк jб roubou o banco recentemente, espere %s.", Convert(Player[playerid][pTempoBanco])); if(Roubando[playerid] == 1) return SendClientMessage(playerid, 0xE31919FF, "[~] Vocк jб estб assaltando!"); SetPlayerWantedLevel(playerid, GetPlayerWantedLevel(playerid) + 1); Player[playerid][pProcurado] += 1; GetPlayerPos(playerid, Pos[0], Pos[1], Pos[2]); Bomba = CreateObject(1252, Pos[0], Pos[1], Pos[2] - 0.8,270,0,0); ApplyAnimation(playerid, "BOMBER", "BOM_Plant", 4.0, 0, 0, 0, 0, 0); SetTimerEx("Roubou", 30000*TempoRoubo,false,"d", playerid); Roubando[playerid] = 1; format(sStr, sizeof(sStr), "[NOTНCIAS] %s[%d] Plantou uma Bomba no Caixa Eletrуnico!", Nome(playerid), playerid); SendClientMessageToAll(0xE31919FF, sStr); format(sStr, sizeof(sStr), "Espere no local %d minutos para concluir o saqueamento!", TempoRoubo); SendClientMessage(playerid, 0xC9C9C9FF, sStr); SendClientMessage(playerid, 0xFF7777AA, "{A2CD5A}Vocк foi feito um procurado da justiзa. | Crime: 157."); new string[100]; switch(GetPlayerCity(playerid)) { case CITY_LS: city = "Los Santos"; case CITY_SF: city = "San Fierro"; case CITY_LV: city = "Las Venturas"; } format(string,sizeof(string),"COPOM:{FFFFFF} Chamando Todas As Ъnidades, Cameras de segueranзa do banco acaba de flaga um suspeito"); SendMessageToCops(0xFF0000AA, string); format(string,sizeof(string),"{FFFFFF}COPOM: Crime: {EE0000}%s {ffffff}| Suspeito: {EE0000}%s {ffffff}(ID:%d) | Local: {8B864E}%s.", getPName(playerid), city); SendMessageToCops(0xFF0000AA, string); } } return 1; }
Tive verificando, e o erro й de chave, dei uma olhada no code, e aparentemente estб okay!
- Tambйm fiz minimas alteraзхes, recopile !
- Aqui foi ok...
https://i.imgur.com/q480248.png