09.08.2009, 05:07
To freeze the player use:
To make him do a hadnsup animation use:
And to show him some text use:
pawn Код:
TogglePlayerControllable(playerid,toggle);
pawn Код:
SetPlayerSpecialAction(playerid,SPECIAL_ACTION_HANDSUP);
pawn Код:
GameTextForPlayer(playerid, const string[],time,style);