Anti ammo hack
#24

Why don't you debug?

may you try these codes and post the result?

PHP код:
GivePlayerWeaponEx(playeridweaponidammo) {
    new 
slot GetWeaponSlot(weaponid);
    
//SetPlayerArmedWeapon(playerid, weaponid); <- not necessary!
    
if(GetWeaponSlot(weaponid) == slot) { // o.o this should be weaponid D:
        
gPlayerWeapon[playerid][slot] = true;
        
gPlayerAmmo[playerid][slot] += ammo;
        
printf("Player already has the weapon and now has the ammmo -> %d",PlayerAmmo[playerid][slot]);
    }
    else {
        
gPlayerWeapon[playerid][slot] = true;
        
gPlayerAmmo[playerid][slot] = ammo;
        
printf("Player didn't have the weapon and now has the ammmo -> %d",PlayerAmmo[playerid][slot]);
    }
    return 
GivePlayerWeapon(playeridweaponidammo);

PHP код:
        new slot GetWeaponSlot(weaponid);
        
gPlayerAmmo[playerid][slot]--;
        new 
playerammo GetPlayerAmmo(playerid);
        
printf("player started shooting by the weapon %d and now has %d shots left | %d | "weaponidplayerammogPlayerAmmo[playerid][slot]);
        
        if(
playerammo && playerammo gPlayerAmmo[playerid][slot] + 15) {
            
printf("was true and kicked that mofo");
            
RemovePlayerWeapon(playeridweaponid);
            
format(stringsizeof string"{FF0000}<!> {CC6699}%s has been kicked for ammo hack"GetName(playerid));
            
SendClientMessageToAll(redstring);
            return 
DelayKick(playerid);
        }
        else 
gPlayerAmmo[playerid][slot] = playerammo
Reply


Messages In This Thread
Anti ammo hack - by oMa37 - 23.09.2017, 16:43
Re: Anti ammo hack - by Logic_ - 23.09.2017, 17:03
Re: Anti ammo hack - by oMa37 - 23.09.2017, 17:05
Re: Anti ammo hack - by GoldenLion - 23.09.2017, 19:55
Re: Anti ammo hack - by NaS - 24.09.2017, 08:55
Re: Anti ammo hack - by oMa37 - 24.09.2017, 12:19
Re: Anti ammo hack - by Kane - 24.09.2017, 12:51
Re: Anti ammo hack - by oMa37 - 24.09.2017, 13:05
Re: Anti ammo hack - by Paulice - 24.09.2017, 14:28
Re: Anti ammo hack - by AbyssMorgan - 27.09.2017, 17:16
Re: Anti ammo hack - by oMa37 - 27.09.2017, 17:45
Re: Anti ammo hack - by AbyssMorgan - 27.09.2017, 17:48
Re: Anti ammo hack - by oMa37 - 27.09.2017, 17:54
Re: Anti ammo hack - by AbyssMorgan - 27.09.2017, 17:56
Re: Anti ammo hack - by AbyssMorgan - 27.09.2017, 18:21
Re: Anti ammo hack - by oMa37 - 27.09.2017, 18:21
Re: Anti ammo hack - by jlalt - 27.09.2017, 18:26
Re: Anti ammo hack - by oMa37 - 27.09.2017, 18:42
Re: Anti ammo hack - by GaByM - 27.09.2017, 19:09
Re: Anti ammo hack - by oMa37 - 01.10.2017, 16:11
Re: Anti ammo hack - by AbyssMorgan - 01.10.2017, 16:15
Re: Anti ammo hack - by oMa37 - 01.10.2017, 16:21
Re: Anti ammo hack - by oMa37 - 02.10.2017, 11:51
Re: Anti ammo hack - by jlalt - 02.10.2017, 17:32
Re: Anti ammo hack - by xo - 02.10.2017, 19:15
Re: Anti ammo hack - by m4karow - 02.10.2017, 19:16
Re: Anti ammo hack - by xo - 02.10.2017, 19:19
Re: Anti ammo hack - by Evocator - 02.10.2017, 19:33
Re: Anti ammo hack - by m4karow - 02.10.2017, 20:04
Re: Anti ammo hack - by oMa37 - 03.10.2017, 04:39
Re: Anti ammo hack - by ToiletDuck - 03.10.2017, 06:24
Re: Anti ammo hack - by oMa37 - 03.10.2017, 11:49

Forum Jump:


Users browsing this thread: 3 Guest(s)