24.12.2010, 11:37
Use this before spawnplayer,
You'll need to set the co-ords, skin and wepons right or set position in OnPlayerSpawn. (works good for me)
EDIT: Just seen your other post, don't toggle the player spectating the spawn them that won't work. You can use TogglePlayerSpectating to remove the class select arrow <> spawn dialog.
pawn Код:
SetSpawnInfo(playerid, NO_TEAM, 0, 0.0 , 0.0, 0.0, 0.0,-1,-1,-1,-1,-1,-1);
EDIT: Just seen your other post, don't toggle the player spectating the spawn them that won't work. You can use TogglePlayerSpectating to remove the class select arrow <> spawn dialog.