09.05.2012, 20:50
yes put the player into spectate mode then force the selection then
take them out of it,
I think ForceClassSelection only works after they die or come back from spectate mode.
take them out of it,
I think ForceClassSelection only works after they die or come back from spectate mode.
pawn Код:
TogglePlayerSpectating (playerid, 1);
ForceClassSelection (playerid);
TogglePlayerSpectating (playerid, 0);