12.08.2011, 00:37
So i have this basic(yes, REALLY Basic, to ban people that use REALLY lame cheats) function here:
And i want to make a /CheckHpHack [ID] command for it, but i have no idea of how to do the [ID] part of the command.
Help?
Код:
stock AntiHPhackCheck( )
{
new Thehealth[10]
GetPlayerHealth(playerid,Thehealth);
if Thehealth >100
{
BanEx(playerid,Health Hacking);
}
return 1;
}
Help?


