vehicles color problem
#1

i have like 700 vehicles in my server but when i respawn all server vehicles then 50% vehicles color turn into black automatically.
help me guys to fix this problem.
PHP код:
ACMD:respawnallveh[5](playeridparams[])
{
    for(new 
0MAX_VEHICLESi++)
    {
        if(
IsVehicleEmpty(i))
            
SetVehicleToRespawn(i);
    }    
    return 
1;

Reply
#2

Hello I went through the same error as you and this error occurs when you add a car through a map editor I recommend adding manually but please send me the code to min analyze best
Reply
#3

Quote:
Originally Posted by GuilhermeNunes
Посмотреть сообщение
Hello I went through the same error as you and this error occurs when you add a car through a map editor I recommend adding manually but please send me the code to min analyze best
omg u are right problem solved thank you.
+rep
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)