Vehicle disappearing after sometimes..
#1

In my server Vehicles are disappearing after sometimes.. I'm using grandlarc vehicles + function to load it but i have tried it in grandlarc gamemode itself and at that time it worked fine.

Whats the actual problem?
Reply
#2

Show us "OnVehicleSpawn" function from your gamemode, I also use the vehicle system from Grand Larc and it works 100% perfect!
Reply
#3

Here
pawn Код:
public OnVehicleSpawn(vehicleid){
    tCount[vehicleid] = false;
    if(IsAirVehicle(vehicleid))
        {
            VehicleTailNumber[vehicleid][0] = random(99);
            VehicleTailNumber[vehicleid][1] = random(11);
        }
    return 1;}
EDIT:

pawn Код:
new tCount[MAX_VEHICLES];
Reply
#4

Anyone?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)