spawnplayer/startound
5 replies



don't use the spawnplayer command in the startround or spawn hook. why? because the game will spawn the player already when those hooks are executed!
moreover you are spawning the same player at many different positions. that doesn't make any sense.
moreover you are spawning the same player at many different positions. that doesn't make any sense.
Use only one "setpos" command.
Oh and by the way:
Did you use pixels?
If so, you may look here:
http://www.cs2d.com/help.php?cat=all&cmd=spawnitem#cmd
Oh and by the way:
Quote:
parse("spawnitem 47 1580 466")
Did you use pixels?
If so, you may look here:
http://www.cs2d.com/help.php?cat=all&cmd=spawnitem#cmd
Tajifun yay.



