04.10.2015, 22:00
Make sure you've added this to your script;
To remove the "Spawn" buttons and such just make the player enter spectate mode;
Want to spawn the player? Use
PHP код:
SetSpawnInfo(playerid, team, skin, Float:x, Float:y, Float:z, Float:Angle, weapon1, weapon1_ammo, weapon2, weapon2_ammo, weapon3, weapon3_ammo);
PHP код:
TogglePlayerSpectating(playerid, true);
PHP код:
SpawnPlayer(playerid);
TogglePlayerSpectating(playerid, false);