How to make command like /Command ID
#1

So i have this basic(yes, REALLY Basic, to ban people that use REALLY lame cheats) function here:

Код:
stock AntiHPhackCheck( )
{
	new Thehealth[10]
	GetPlayerHealth(playerid,Thehealth);
	if Thehealth >100
	{
		BanEx(playerid,Health Hacking);
	}
	
	return 1;
	
}
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?
Reply


Messages In This Thread
How to make command like /Command ID - by henry jiggy - 12.08.2011, 00:37
Re: How to make command like /Command ID - by Laronic - 12.08.2011, 00:49
[No subject] - by henry jiggy - 12.08.2011, 00:53
Re: How to make command like /Command ID - by =WoR=Varth - 12.08.2011, 02:45
Re: How to make command like /Command ID - by Kingunit - 12.08.2011, 03:17
Re: How to make command like /Command ID - by henry jiggy - 12.08.2011, 18:40
Re: How to make command like /Command ID - by MadeMan - 12.08.2011, 18:50
Re: How to make command like /Command ID - by henry jiggy - 12.08.2011, 18:53
Re: How to make command like /Command ID - by Michael@Belgium - 12.08.2011, 19:23
Re: How to make command like /Command ID - by MadeMan - 12.08.2011, 19:27

Forum Jump:


Users browsing this thread: 1 Guest(s)