cart06
Vehicles
Signature
hash
0x0D10CECBUsage
joaat
local model = `cart06`Numeric
local hash = 0x0D10CECBSpawn
local model = `cart06`
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
