25.02.2013, 15:53
I'm working on Random spawns. But I have a problem, it randomly spawns every skin. I would only like random spawns for civilians only. How can I make it only for civilians. I already have all my skins defined, all teams. And I have my teams already made. Here is what I mean:
Here is my civ name:
So yes, how do I make random spawns for civilians only?
Thanks
pawn Код:
new gTeam[ MAX_PLAYERS ];
//Colors for teams and team names defined
pawn Код:
TEAM_CIV
Thanks