25.04.2012, 13:56
Make hit with new
new Hit;
and then simply add
if you want it easier make
new Hit;
and then simply add
PHP Code:
if(strcmp("/cancelhit", cmdtext, true) == 0)
{
if(Hit ....
PHP Code:
if(strcmp("/cancelhit", cmdtext, true) == 0)
{
if(IsPlayerOnHit(playerid)) return SendClientMessage(playerid, COLOR, "<!>You are already on a hit");
{
......