italirsx

Rotate the 3D model, or view the in-game capture

Vehiclempheist4

italirsx

Itali RSX

Manufacturer
Grotti
Class
SPORT
Type
CAR
Seats
2
Monetary Value
35000
DLC
mpheist4
Mod kits
1

FiveM snippets

Spawn vehicle (Lua)
local model = GetHashKey("italirsx")
RequestModel(model)
while not HasModelLoaded(model) do Wait(0) end
local ped = PlayerPedId()
local c = GetEntityCoords(ped)
local veh = CreateVehicle(model, c.x, c.y, c.z, GetEntityHeading(ped), true, false)
SetPedIntoVehicle(ped, veh, -1)