15.05.2017, 20:27
What is happening in this case:
[code]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;
}
[code]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;
}