27.12.2014, 14:53
Don't understand you fully but.. if you want it to spawn them on each round you'll need a global variable, something like this:
To change round you can use this, which will up the value by 1:
And whenever the round changes, you spawn them in the desired locations.
pawn Код:
new Round;
pawn Код:
Round++;