Help me +1 rep
#2

Make hit with new


new Hit;

and then simply add

PHP Code:
if(strcmp("/cancelhit"cmdtexttrue) == 0)
{
             if(
Hit .... 
if you want it easier make
PHP Code:
if(strcmp("/cancelhit"cmdtexttrue) == 0)
{
             if(
IsPlayerOnHit(playerid)) return SendClientMessage(playeridCOLOR"<!>You are already on a hit");
            {
             ...... 
Reply


Messages In This Thread
Help me for command +1 rep - by sscarface - 24.04.2012, 22:51
Re: Help me +1 rep - by Squirrel - 25.04.2012, 13:56

Forum Jump:


Users browsing this thread: 1 Guest(s)