Random coords
#3

You should make an array of coordinates for each team. Like:

pawn Code:
new team1coords[3];

team1coords[3]
{
Coordinate1,
Coordinate2,
Coordinate3,
}

new team2coords[3]

team2coords[3];
{
Coordinate1,
Coordinate2,
Coordinate3,
}

new team3coords[3];

team3coords[3]
{
Coordinate1,
Coordinate2,
Coordinate3,
}

new team4coords[3];

team4coords[3]
{
Coordinate1,
Coordinate2,
Coordinate3,
}
Reply


Messages In This Thread
Random coords - by cruising - 14.11.2011, 10:28
Re: Random coords - by Pharrel - 14.11.2011, 10:39
Re: Random coords - by Unte99 - 14.11.2011, 10:41
Re: Random coords - by cruising - 14.11.2011, 10:43
Re: Random coords - by Pharrel - 14.11.2011, 10:45
Re : Re: Random coords - by decondelite - 14.11.2011, 10:48
Re: Re : Re: Random coords - by cruising - 14.11.2011, 18:36

Forum Jump:


Users browsing this thread: 1 Guest(s)