You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When script sends data using TriggerServerEvent that is (probably) 1000 characters or more long table_unpack is crashing with error "SCRIPT ERROR: attempt to get length of a nil value".
Expected result
Event data should be unpacked properly and passed to event handler
Reproduction steps
Send any server event with 1000 characters or more
Importancy
Crash
Area(s)
ScRT: Lua
Specific version(s)
7257
Additional information
_No response
The text was updated successfully, but these errors were encountered:
What happened?
When script sends data using TriggerServerEvent that is (probably) 1000 characters or more long table_unpack is crashing with error "SCRIPT ERROR: attempt to get length of a nil value".
Expected result
Event data should be unpacked properly and passed to event handler
Reproduction steps
Send any server event with 1000 characters or more
Importancy
Crash
Area(s)
ScRT: Lua
Specific version(s)
7257
Additional information
_No response
The text was updated successfully, but these errors were encountered: