16.03.2013, 02:51
everytime i do this
the HANDSUP action doesn't appear
or if i do this
Then the player can just hit F and move around freely
----
How do i make him hands up and cant move or cancel animation?
pawn Код:
TogglePlayerControllable(i, false);
SetPlayerSpecialAction(i, SPECIAL_ACTION_HANDSUP);
or if i do this
pawn Код:
SetPlayerSpecialAction(i, SPECIAL_ACTION_HANDSUP);
TogglePlayerControllable(i, false);
----
How do i make him hands up and cant move or cancel animation?