GTA V version? not relevant
**Up to date?**yes
**Legit or Pirate copy?**legit
**Steam/CD/Social Club?**steam Windows version? not relevant Did you try to delete caches.xml and try again? not relevant Error screenshot (if any) System specifications not relevant What did you do to get this issue? not relevant What server did you get this issue on? not relevant CitizenFX.log file not relevant .dmp files/report IDs not relevant
Hi, I FXSERVER seems to be blocking some commands executed in the ExecuteCommand() function
Are you trying to execute that code on a client script or a server script?
I believe client side scripts don’t have access to those commands because the executing client might not have permission to use /add_principal.
Try enabling dev/debug commands using your client console and check what messages are being logged when you execute that code you provided. It should log all “permission” checks and you should be able to find out what the executing permission group is.
Alright I think I know what the issue is. Because it’s being executed by a resource - it’s also executed by the system.console group but FIRST it’s executed as your resource - you need to make sure that you allow that resource to execute that command.
So in your permissions section in your server.cfg file make sure to put something like this:
Hi, I added that to my config, and I no longer get the error, but I get stuck on Initalizing session (due to the fact Essentialmode runs that command when I connect.)
Yeah, I did I thought I had to change something on hipster and skater, I changed it back, or atleast I thought I did, could you send me the original __resources.lua for hispster and skater please?