27.04.2013, 15:40
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;
}