13.02.2019, 12:45
Invalid model id so it returns INVALID_VEHICLE_ID.
`vid` is the index for `VehicleData` variable. You need to pass the modelid in `CreateVehicle` function.
`vid` is the index for `VehicleData` variable. You need to pass the modelid in `CreateVehicle` function.
pawn Код:
VehicleData[vid][vehicleCreate] = CreateVehicle(VehicleData[vid][vehicleModel], ...);