Cars Auto Reload
#1

hi guys , i just created a auto respawn system for the server cars , the question is , how should i do something to this system have no effect on Attached Trailers ? i mean if a player attached a trailer to his car the trailer not respawn


here is the code
Код:
	for(new i = 0; i <= MAX_VEHICLES; i++)
    {
        if(!IsValidVehicle(i))continue;
        if(!IsVehicleOccupied(i)) SetVehicleToRespawn(i);
    }
Reply


Messages In This Thread
Cars Auto Reload - by PoniStar - 11.11.2018, 10:02
Re: Cars Auto Reload - by v1k1nG - 11.11.2018, 12:16
Re: Cars Auto Reload - by sampkinq - 11.11.2018, 13:02
Re: Cars Auto Reload - by PoniStar - 11.11.2018, 16:41

Forum Jump:


Users browsing this thread: 1 Guest(s)