[Bug] rawCommand is an empty string in the RegisterCommand callback #60
Mathu-lmn
started this conversation in
[BUG] FiveM for GTAV Enhanced
Replies: 1 comment
|
A fix for this bug has been implemented and is available in the latest patch b95. Please try again and let us know if the issue persists. Thanks for your help! |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Summary
The rawCommand parameter in the RegisterCommand callback always returns an empty string
Issue type
Server
Repro rate
Always
Server build version
92
Steps to Reproduce
doing 'test heyyy' in the server console prints :
Got : (type : string - 0 chars)Expected Behavior
The rawCommand should be the raw command ^^
Actual Behavior
Got : (type : string - 0 chars)
All reactions