/stop
#2

WTF are you doing man!
pawn Код:
if (strcmp("/stop", cmdtext, true, 10) == 0)
    {
        if(GetPlayerSpecialAction(playerid) == 0)
        {
            SendClientMessage(playerid, 0xffffffff, "You are not in an animation");
        }
    else
        SetPlayerSpecialAction(playerid, 0);
        SendClientMessage(playerid, 0xffffffff, "You have stopped your current animation");
    }
   return 1;
}
Reply


Messages In This Thread
/stop - by Jimmy0wns - 27.04.2013, 15:32
Re: /stop - by Faisal_khan - 27.04.2013, 15:40

Forum Jump:


Users browsing this thread: 2 Guest(s)