kibook / weathersync

Weather and time sync for FiveM and RedM
26 stars 8 forks source link

Access denied #1

Closed SirFreddie closed 3 years ago

SirFreddie commented 3 years ago

Why am i getting the Access denied message if im admin?

kibook commented 3 years ago

Which commands give you that message? Check that you have the right aces for command.weather, command.time, etc. Typically, server.cfg will contain something like the following:

add_ace group.admin command allow

which grants members of group.admin access to all commands by default, but you can check that that has indeed been set using the list_aces command, and also whether you are in the correct group with the list_principals command.