25.02.2018, 13:43
Quote:
GetPlayerAnimationIndex for anims and GetPlayerSpecialAction for special actions.
|
I just stand still
Although I do not use any action, it still fails.
Код:
cmd:mload(playerid, params[]) { if(GetPlayerAnimationIndex(playerid)) { SendClientMessageEx(playerid, -1, "You are using another action."); } return 1; }