17.09.2015, 12:25
(
Last edited by Sc0pion; 17/08/2017 at 11:05 AM.
)
Fixed!
Hello,
I have auto restart system on my server, when the Week is 4, day is Sunday, and time is 23:59, the server will get restarted. After many restarts, lets just say 5 to 6 restarts, the static vehicles that I have written on my Gamemode getting messed up, they get hidden/destroyed, I tried re-spawning the vehicles too but I don't see the vehicles, this doesn't happen to all vehicles, but half of vehicles. any idea why this happens? Thank you in advance, Sc0pion |
No I use "AddStaticVehicleEx"
Code:
AddStaticVehicleEx(555,1974.8379,-1590.6805,13.2597,314.1412,19,0,600); // Windsor |
main() {
new num=0;
for (new v = GetVehiclePoolSize(); v >= 1; --v) {
num++;
}
printf("Total vehicles: %d / %d", num, MAX_VEHICLES);
}