09.11.2014, 18:45
Ok ,well i made a protection if the player have more than 95 HP + to get kicked.
but i have a problem... the cheat is checking the hp of player with OnPlayerUpdate , i tried with a variable
and on onplayerdeath antihealthbug = 1; ... but it still doesen't work , the player get kicked on death...
how can i fix it ?
but i have a problem... the cheat is checking the hp of player with OnPlayerUpdate , i tried with a variable
Код:
if(AntiHealthbug[playerid] != 1) { //kick }
how can i fix it ?