14.10.2010, 17:31
When the player connects:
When the player logs in (or spawns):
Keep in mind this will by-pass the whole "class selection" screen so you will need to assign the skin to the player.
pawn Код:
TogglePlayerSpectating(playerid, true);
pawn Код:
TogglePlayerSpectating(playerid, false);

