13.09.2009, 18:36
Well you need to create the vehicles in OnGameModeInit (preferably as AddStaticVehicleEx so it respawns) so in OnGameModeInit it would be MyVehicle = AddStaticVehicleEx(blahblah); than at the top of your script add new MyVehicle.