12.12.2009, 17:44
In my server i have a system where it says "First one to type %d Wins Minigun"
Ive coded that but i need it so my anticheat dont ban me.
So what i did was when you win the weapon:
Wonweapon[playerid] = 1;
So when its 1 the anticheat does not ban you
That works but i needed it so when you have no minigun ammo left it does
Wonweapon[playerid] = 0;
So when its 0 it is possible for the anticheat to ban you
So i had to make a timer / public here is my atempt but itbans you but when i comment it out it dont ban you so this is the problem
Thanks!
http://pastebin.com/m348967aa
Ive coded that but i need it so my anticheat dont ban me.
So what i did was when you win the weapon:
Wonweapon[playerid] = 1;
So when its 1 the anticheat does not ban you
That works but i needed it so when you have no minigun ammo left it does
Wonweapon[playerid] = 0;
So when its 0 it is possible for the anticheat to ban you
So i had to make a timer / public here is my atempt but itbans you but when i comment it out it dont ban you so this is the problem
Thanks!
http://pastebin.com/m348967aa