citizenfx / fivem

The source code for the Cfx.re modification frameworks, such as FiveM, RedM and LibertyM, as well as FXServer.
https://cfx.re/
3.41k stars 2.01k forks source link

GetDlcWeaponData and GetDlcWeaponDataSp causes fivem to hang #2505

Open Mathu-lmn opened 2 months ago

Mathu-lmn commented 2 months ago

What happened?

I tried to call GetDlcWeaponData or GetDlcWeaponDataSp without or with a random integer argument. It resulted in the fivem process hanging

Expected result

Returning an error and not hanging the process

Reproduction steps

print(GetDlcWeaponData(3))

Importancy

Slight inconvenience

Area(s)

FiveM, Natives

Specific version(s)

FiveM b3095

Additional information

image