09.06.2009, 11:41
pawn Код:
new CarIDs[2][1]={ //change the 2 to how many different IDs you are using
{500},
{411} //always leave the last without the ,
};
//OnGameModeInit
new rand = random(sizeof(CarIDs));
AddStaticVehicle(CarIDs[rand][0], X, Y, Z, Angle, Colour1, Colour2);