Losing admin permissions when using someone else's sv_licensekey. Help please!

So my problem is that the owner of the server I’m working on (creating scenarios) bought some specific prop ymaps so that I can build different varieties of scenarios.

But, I found out that his assets are only available in his sv_licensekey. Knowing this, I changed my test server to his sv_licensekey, only to create these scenarios, ymaps, etc. and nothing else. BUT when I start my server with his sv_licensekey, I don’t get admin permissions, even though in the server.cfg I am listed with admin permissions.

I can’t use any commands, timechanges or resource commands that I added in the sv.

Please, HOW can I get these commands? What do I need to do? Do I need him to add permissions to me somewhere specific? I’m losing my mind.

Thanks!

In your server.cfg you must add ace permisions to be allowed to use server commands like ensure script refresh etc

# server commands you can see is added to group.owner for example
add_ace group.owner command allow # allow all commands
add_ace group.owner command.quit deny # but don't allow quit

# add your identifier here to the group.owner
add_principal identifier.steam:76561198059086051 group.owner #
1 Like

I have actually fixed it. My steamID wasn’t working, so I had to use my discord ID! Thanks.