Help ant cheat
#3

Quote:
Originally Posted by PrO.GameR
Посмотреть сообщение
I guess this probably happens to all weapons with no ammo ? if yes it has something to do with this line
PHP код:
         if(tmp[2] < tmp[4]) { RemoveWeapon(itmp[3]); ACKick(i,"Hack Armas"); } 
This might fix it, as I have no idea how melee weapon ammos are saved
PHP код:
         if(tmp[2] < tmp[4]&&tmp[0]!=10) { RemoveWeapon(itmp[3]); ACKick(i,"Hack Armas"); } 
if this didn't fix it add this line after your getplayerweapondata and show us what it prints on your console
PHP код:
printf("SLOT:%i WeapData:%i pWeapData:%i WeapAData:%i pWeapAData:%i",tmp[0],tmp[1],tmp[3],tmp[2],tmp[4]); 
PHP код:
[09:24:55SLOT:1 WeapData:8 pWeapData:8 WeapAData:1 pWeapAData:1
[09:24:57SLOT:1 WeapData:8 pWeapData:8 WeapAData:1 pWeapAData:1
[09:24:58SLOT:1 WeapData:8 pWeapData:8 WeapAData:1 pWeapAData:1
[09:24:59SLOT:1 WeapData:8 pWeapData:8 WeapAData:1 pWeapAData:1
[09:25:01SLOT:1 WeapData:8 pWeapData:8 WeapAData:1 pWeapAData:1
[09:25:05SLOT:1 WeapData:8 pWeapData:8 WeapAData:1 pWeapAData:1
[09:25:06SLOT:1 WeapData:8 pWeapData:8 WeapAData:1 pWeapAData:1
[09:25:07SLOT:11 WeapData:10 pWeapData:0 WeapAData:1 pWeapAData:0
[09:25:09Mynick has left the server (kick ant cheat
Reply


Messages In This Thread
Help ant cheat - by Holl - 30.09.2015, 07:11
Re: Help ant cheat - by PrO.GameR - 30.09.2015, 10:14
Re: Help ant cheat - by Holl - 30.09.2015, 12:24
Re: Help ant cheat - by PrO.GameR - 30.09.2015, 14:01

Forum Jump:


Users browsing this thread: 1 Guest(s)