How to make command like /Command ID
#2

pawn Код:
COMMAND:chh(playerid, params[])
{
    new targetid = strval(params);
    if(isnull(params)) return SendClientMessage(playerid, 0xFF0000AA, "Usage: /chh [ID]");
    else if(!IsPlayerConnected(targetid)) return SendClientMessage(playerid, 0xFF0000AA, "Player not found!");
    {
        new Float:Health;
        GetPlayerHealth(targetid, Health);
        if(Health > 100.0)
        {
            BanEx(strval(params), "Health Hacks");
        }
    }
    return 1;
}
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: 3 Guest(s)