Vehicle doesn't spawn
#3

Quote:
Originally Posted by Kaperstone
Посмотреть сообщение
1. use fVehPosX fVehPosY etc. it is faster than multi dimensional.
2. Can you post the code of Vehicle_ResetData or have you checked the logs with the crashdetect plugin?
This is the Vehicle_ResetData and about the FVehpos I just keep it like this for now just need this to work so vehicles spawn
PHP код:
Vehicle_ResetData(iVehicleID) {
    if(
GetVehicleModel(iVehicleID)) {
        for(new 
cv 0cv 6cv++)
        {
            
CrateVehicleLoad[iVehicleID][vCrateID][cv] = -1;
        }
        
Vehicle_Armor(iVehicleID);
        
LockStatus{iVehicleID} = 0;
        
VehicleStatus{iVehicleID} = 0;
        
arr_Engine{iVehicleID} = 0;
        
stationidv[iVehicleID][0] = 0;
        
TruckContents{iVehicleID} = 0;
        
TruckDeliveringTo[iVehicleID] = INVALID_BUSINESS_ID;
        
VehicleFuel[iVehicleID] = 100.0;
        if(
LockStatus{iVehicleID}) {
            foreach(new 
iPlayer)
            {
                if(
PlayerInfo[i][pLockCar] == iVehicleID) {
                    
PlayerInfo[i][pLockCar] = INVALID_VEHICLE_ID;
                }
            }
        }
        if(
VehicleBomb{iVehicleID} == 1) {
            foreach(new 
iPlayer)
            {
                if(
PlacedVehicleBomb[i] == iVehicleID) {
                    
VehicleBomb{iVehicleID} = 0;
                    
PlacedVehicleBomb[i] = INVALID_VEHICLE_ID;
                    
PickUpC4(i);
                    
PlayerInfo[i][pC4Used] = 0;
                    
PlayerInfo[i][pC4Get] = 1;
                }
            }
        }
    }

Reply


Messages In This Thread
Vehicle doesn't spawn - by IndependentGaming - 21.02.2018, 19:55
Re: Vehicle doesn't spawn - by Kaperstone - 21.02.2018, 20:13
Re: Vehicle doesn't spawn - by IndependentGaming - 21.02.2018, 20:16
Re: Vehicle doesn't spawn - by IndependentGaming - 22.02.2018, 00:21
Re: Vehicle doesn't spawn - by AstroPoid - 22.02.2018, 00:26
Re: Vehicle doesn't spawn - by AstroPoid - 22.02.2018, 00:31
Re: Vehicle doesn't spawn - by NaS - 22.02.2018, 00:42
Re: Vehicle doesn't spawn - by Mugala - 22.02.2018, 11:52
Re: Vehicle doesn't spawn - by IndependentGaming - 22.02.2018, 13:29
Re: Vehicle doesn't spawn - by IndependentGaming - 22.02.2018, 14:05

Forum Jump:


Users browsing this thread: 1 Guest(s)