
Rotate the 3D model, or view the in-game capture
Pedbasegame
A_C_Dolphin
- Ped type
- Animal
- Movement clipset
- dolphin
- Clip dictionary
- creatures@dolphin@move
- DLC
- basegame
FiveM snippets
Spawn ped (Lua)
local model = GetHashKey("A_C_Dolphin")
RequestModel(model)
while not HasModelLoaded(model) do Wait(0) end
local c = GetEntityCoords(PlayerPedId())
local ped = CreatePed(28, model, c.x, c.y, c.z, 0.0, true, false)