GhostTrainCoalCar
Vehicles
Signature
hash
0x1C10E9C9Usage
joaat
local model = `GhostTrainCoalCar`Numeric
local hash = 0x1C10E9C9Spawn
local model = `GhostTrainCoalCar`
RequestModel(model)
while not HasModelLoaded(model) do
Wait(0)
end
local vehicle = CreateVehicle(model, x, y, z, heading, true, false)
SetEntityAsMissionEntity(vehicle, true, true)
SetModelAsNoLongerNeeded(model)Details
- Hash
- Input string
- Source
- femga/rdr3_discoveries
Source: femga/rdr3_discoveries
