24.12.2011, 19:43
I am not exactly sure how the system works
As far as I can see it loads and saves all vehicles, thats fine
You say that there are cars which shouldnt be always spawned, I expect the vehicle who got an owner
Than I just would spawn all vehicle without an owner
For temp cars just dont save them in VehicleInfo
As far as I can see it loads and saves all vehicles, thats fine
You say that there are cars which shouldnt be always spawned, I expect the vehicle who got an owner
Than I just would spawn all vehicle without an owner
pawn Код:
// creation part after loading all vehicles into VehicleInfo
if(VehicleInfo[vehicleid][vOwner][0] != EOS)
{
CreateVehicle(...);
}

