19.10.2010, 21:04
Hello. I have the question - how i can make the AntiGodMode?
Thanks for help.
Thanks for help.
You could check if a players health is over 100 if it is kick or ban. I've not tested but i can't see why it won't work unless im missing something.
|
new Float:health;
GetPlayerHealth(playerid,health);
if (health > 100.0)
{
SendClientMessage(playerid, COLOR_RED, "You've been banned for health hacks.");
BanEx(playerid, "HP Hacks" );
}