[Bug] IsPlayerAceAllowed now expects an integer for playerSrc #134
WLVF
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.
Summary
IsPlayerAceAllowed no longer expects a string for the playerSrc parameter, and instead expects an integer.
This is documented in the natives to be a string and also accepts a string in Legacy.
Issue type
Server
Repro rate
Always
Server build version
Windows Enhanced b94
OS
No response
CPU
No response
GPU
No response
RAM
No response
Storage type
None
Connection type
None
ISP and bandwidth
No response
DxDiag
No response
Network graph
No response
Platform
None
OS version / distribution
No response
CPU
No response
RAM
No response
Using txAdmin?
None
Hosting provider
None
Machine type
None
/perf endpoint output
No response
DDoS protection
No response
ulimit -n value (Linux only)
No response
Docker Compose file (Docker only)
No response
Steps to Reproduce
Expected Behavior
IsPlayerAceAllowed should accept the first parameter as a string
Actual Behavior
IsPlayerAceAllowed expects the first parameter to be an integer
Evidence
Additional Context
No response
All reactions