19.05.2017, 16:59
Quote:
What is happening in this case:
Код:
new VehicleID; VehicleID = CreateDynamicVehicle(...); // ok, now VehicleID = 5 (example) // imagine there is no1 in stream distance (so vehicle will be destroyed by streamer?) Also if I go to the spawn place, and vehicle appear is it still be 5 ID or ? CMD:doforVehicleID(id, pr[]) { RepairVehicle(VehicleID); // return 1; } |