How to make a car system like this?
#16

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

pawn Код:
// creation part after loading all vehicles into VehicleInfo
    if(VehicleInfo[vehicleid][vOwner][0] != EOS)
    {
        CreateVehicle(...);
    }
For temp cars just dont save them in VehicleInfo
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)