11.12.2011, 19:20
hi,
i want that players that join cant spawn and that they spectate a certain player (the player that made the last kill)
ive tried it like this but i doesnt spectate no player then:
thx for help.
i want that players that join cant spawn and that they spectate a certain player (the player that made the last kill)
ive tried it like this but i doesnt spectate no player then:
pawn Код:
new SpecPlayer:
//OnPlayerDeath
SpecPlayer = killerid;
//OnPlayerSpawn
TogglePlayerSpectating(playerid,true);
PlayerSpectatePlayer(playerid,SpecPlayer);
thx for help.
