northcoalcar01x
Vehicles
Signature
hash
0xDF86C25AUsage
joaat
local model = `northcoalcar01x`Numeric
local hash = 0xDF86C25ASpawn
local model = `northcoalcar01x`
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
