What happened?
Hello,
SCRIPT ERROR: native 00000000ff44780e: exception at address FiveM_b3407_GTAProcess.exe+E335E2 (DRAW_CORONA) on b3407

#3113
local pedCoords = GetEntityCoords(PlayerPedId())
Citizen.CreateThread(function()
while true do
DrawCorona(pedCoords.x, pedCoords.y, pedCoords.z, 5.0, 255, 255, 255, 255, 4.0, 0.2, pedCoords.x, pedCoords.y, pedCoords.z, 1.0, 0.0, 90.0, 2)
Wait(0)
end
end)
Expected result
working
Reproduction steps
- Start the server using gamebuild 3407.
- Execute the code above.
- An exception occurs.
Importancy
Crash
Area(s)
FiveM, ScRT: Lua
Specific version(s)
b3407
Additional information
No response
What happened?
Hello,
SCRIPT ERROR: native 00000000ff44780e: exception at address FiveM_b3407_GTAProcess.exe+E335E2 (DRAW_CORONA) on b3407
#3113
Expected result
working
Reproduction steps
Importancy
Crash
Area(s)
FiveM, ScRT: Lua
Specific version(s)
b3407
Additional information
No response