11.11.2018, 10:02
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
here is the code
Код:
for(new i = 0; i <= MAX_VEHICLES; i++) { if(!IsValidVehicle(i))continue; if(!IsVehicleOccupied(i)) SetVehicleToRespawn(i); }