[Bug] ACL permissions not working during playerConnecting event #100
Closed
Rodhin
started this conversation in
[BUG] FiveM for GTAV Enhanced
Replies: 2 comments 1 reply
|
Thanks, we are looking into this. |
0 replies
|
A fix for this bug has been implemented and is available in the latest patch. Please try again and let us know if the issue persists. Thanks for your help! |
1 reply
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
In FiveM Legacy I was able to use the ACL permission system for a basic whitelist - I've created a dummy 'whitelist' command and a group that has access to this and I've added whitelisted player identifiers to this group. During the playerConnecting event using the IsPlayerAceAllowed method with the player's temporary source I was able to check if a player was whitelisted or not, but currently it always returns false. After connecting (when disabling this whitelist) the ACL permissions work as expected.
Issue type
Server
Repro rate
Always
Server build version
FXServer-early-access b92 win32
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
Windows
OS version / distribution
Windows 11
CPU
No response
RAM
No response
Using txAdmin?
No
Hosting provider
Self-hosted
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
If one of the player's identifiers has been added to a group that has access to that command the IsPlayerAceAllowed should return true
Actual Behavior
The IsPlayerAceAllowed returns false in every case, I've tried with license, license2, ip and discord identifiers
Evidence
No response
Additional Context
No response
All reactions