17.06.2013, 14:18
Try changing it to.
Make sure the enum is at the top of the script and that the CreateVehicle() codes are under OnGameModeInit();
pawn Код:
enum TeamCars
{
t1,
t2,
t3,
....
t29,
t30
}