19.02.2011, 20:01
Yeah, Hiddos is right.
Do somethind like this:
Do somethind like this:
pawn Код:
#define MAX_RACES 5 //define the max races.
new Float:RaceCorrds[MAX_RACES][4] = {
{X,Y,Z,A},
{X,Y,Z,A},
//...
{X,Y,Z,A}
};