External plugin commands not working properly (chat.say issue)Fixed
We have changed the player.SendConsoleCommand($"chat.say 0 \"/{CPermsPermsCmd}{targetId}\""); 
And it still giving the text thing
Apparently, you have to change it back now?

player.SendConsoleCommand($"chat.say  \"/{CPermsPermsCmd}{targetId}\"");

Merged post


This is a screengrab of the latest patch notes.
hi there
just a small issue ive found i cant access the permission gui. everytime i try to access a 0 appears in chat that i havent typed this is through playeradministration if it helps

best regards
dan
Gtoguy
hi there
just a small issue ive found i cant access the permission gui. everytime i try to access a 0 appears in chat that i havent typed this is through playeradministration if it helps

best regards
dan
applogies for the duplicate i didnt read the previous posts like a tool
Hi there i have changed it again to player.SendConsoleCommand($"chat.say  \"/{CPermsPermsCmd}{targetId}\"");
Now i get the message /perms player Playername or /perms group groupname what is this?
DOA81
Hi there i have changed it again to player.SendConsoleCommand($"chat.say  \"/{CPermsPermsCmd}{targetId}\"");
Now i get the message /perms player Playername or /perms group groupname what is this?

Not sure, I do see you've remove the space inbetween {CPermsPermsCmd} and {targetId} which I suspect to be the cause.

hint : blindly copy-pasting stuff from comments is often a bad idea, spot the differences and then apply common sense as to what you should add/remove. :)

Hey all,

I am having an issue with the permissions button. When I am in a players control page and I click on the permissions button, all it does is sends a global message in chat saying 0. Should it be showing all permissions for that player or is something not working correctly?

Still an active issue, will be patched when I have time to do so.
Anyone else is also most welcome to contribute fixes via a PR using GitHub.

Thanks Thimbo. I appreciate your work sir!

@ThibmoRozier - Just wondering if there was a Fix yet for the Permissions Gui not working.
just use /perms player name and then you can change permissions
ok i got it to work. i just loaded ver

PlayerAdministration v1.5.7 and the permissions worked agin
 seems like the current ver 1.5.16 is broken

if any one would like that ver just email me and i send it to you.

-casy

Thanks, i was not sure. 
Let's see if 1.5.17 fixes it
Locked automatically