[Ajuda] Ajuda script sу funciona uns limite balas
#2

Pq fiz todos iguais e sу tб funcionando esses?

pawn Код:
// Limite de balas ~ maximo de balas
// ANTI CHEAT ARMAS PROIBIDAS 40-
    new weap, ammo;
    GetPlayerWeaponData(playerid, 2, weap, ammo);
    if(weap == 22 && ammo > 1 || weap == 26 && ammo > 1 || weap == 28 && ammo > 1 || weap == 32 && ammo > 1 || weap == 36 && ammo > 1 || weap == 37 && ammo > 1 || weap == 38 && ammo > 1 || weap == 39 && ammo > 1 || weap == 40 && ammo > 1){
    SendClientMessage(playerid, COLOR_RED, "Arma proibida! Desligue seu HACK ou serб banido!");
    ResetPlayerWeaponsEx(playerid);
    new string[128];
    new giveplayer[MAX_PLAYER_NAME];
    GetPlayerName(playerid, giveplayer, sizeof(giveplayer));
    format(string, sizeof(string), "ANTICHEAT: %s foi detectado por: WEAPON HACK - ARMA PROIBIDA", giveplayer);
    ABroadCast(COLOR_RED,string,1);
}
// desert eagle
GetPlayerWeaponData(playerid, 2, weap, ammo);
if(weap == 24 && ammo > 25 && PlayerInfo[playerid][pVIP] == 0){
SendClientMessage(playerid, COLOR_RED, "Vocк nгo aguenta carregar tantas balas dessa arma!");
SendClientMessage(playerid, COLOR_GREY, "Torne-se um jogador VIP e carregue o dobro de muniзгo!");
SetPlayerAmmo(playerid, 24, 25);
}
else if(weap == 24 && ammo > 50 && PlayerInfo[playerid][pVIP] >= 1){
SendClientMessage(playerid, COLOR_RED, "Vocк nгo aguenta carregar tantas balas dessa arma!");
SendClientMessage(playerid, COLOR_LIGHTBLUE, "Vocк й um jogador VIP e carregue o dobro de muniзгo!");
SetPlayerAmmo(playerid, 24, 50);
}
sniper nenhuma das pra baixo dessas ta funcionando... pq?
Reply


Messages In This Thread
Ajuda script sу funciona uns limite balas - by maikons - 18.11.2013, 09:24
Re: Ajuda script sу funciona uns limite balas - by maikons - 19.11.2013, 11:35
Re: Ajuda script sу funciona uns limite balas - by maikons - 19.11.2013, 23:42
Re: Ajuda script sу funciona uns limite balas - by StreetGT - 20.11.2013, 01:00
Re: Ajuda script sу funciona uns limite balas - by maikons - 21.11.2013, 17:50
Re: Ajuda script sу funciona uns limite balas - by Kmatsu - 21.11.2013, 18:16
Re: Ajuda script sу funciona uns limite balas - by maikons - 21.11.2013, 20:08

Forum Jump:


Users browsing this thread: 1 Guest(s)