Salut,
Il faut quand que tu ajoute une ligne dans OnGameModeInit qu'il en quelque sorte "affiche" les véhicule sur la carte.
Du genre:
for(new h = 1; h < sizeof(CarInfo); h++)
{
AddStaticVehicleEx(CarInfo[h][cModel],CarInfo[h][cLocationx],CarInfo[h][cLocationy],CarInfo[h][cLocationz]+2.0,CarInfo[h][cAngle],CarInfo[h][cColorOne],CarInfo[h][cColorTwo],900); // GF de Base
}