Static Vehicle getting Hidden/Destroyed
#1

Fixed!
Reply
#2

Quote:
Originally Posted by Sc0pion
View Post
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
You used streamer for vehicles by Kurta999 https://sampforum.blast.hk/showthread.php?tid=580937 ?
Reply
#3

Fixed!
Reply
#4

Quote:
Originally Posted by Sc0pion
View Post
No I use "AddStaticVehicleEx"
Code:
AddStaticVehicleEx(555,1974.8379,-1590.6805,13.2597,314.1412,19,0,600); // Windsor
Try to reduce the time to restart a few seconds and count the number of employees at car pools

PHP Code:
main() {
    new 
num=0;
    for (new 
GetVehiclePoolSize(); >= 1; --v) {
         
num++;
    }
    
printf("Total vehicles: %d / %d"numMAX_VEHICLES);

And write the test here
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)