new const Float:RandomCars[][] = { // Random ids here {456}, // 0 {478}, // 1 {567}, // 2 }
new const RandomCars[] = { 456, 478, 567 };