Skip to content

SCRIPT ERROR: native 00000000ff44780e: exception at address FiveM_b3407_GTAProcess.exe+E335E2 (DRAW_CORONA) on b3407 #3132

Description

@ImBaphomettt

What happened?

Hello,

SCRIPT ERROR: native 00000000ff44780e: exception at address FiveM_b3407_GTAProcess.exe+E335E2 (DRAW_CORONA) on b3407

Image

#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

  1. Start the server using gamebuild 3407.
  2. Execute the code above.
  3. An exception occurs.

Importancy

Crash

Area(s)

FiveM, ScRT: Lua

Specific version(s)

b3407

Additional information

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    ScRT: LuaIssues/PRs related to the Lua scripting runtimebugcrash

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions