kibook / pmms

Synchronized media player for FiveM and RedM
136 stars 57 forks source link

pmms not showing full panel now #53

Open darkserene opened 2 years ago

darkserene commented 2 years ago

image

i dont now why but it suddenly stopped working it gives me that screen only no were for me to paste my link and no options to choose entitys to play on please help im at a loss

kibook commented 2 years ago

It's most likely an issue with the permissions. The default permissions do not allow non-admin users (those not in the group.admin principal) to play custom URLs, only presets (and if you have no presets defined in config.lua, then you'll get something like in your screenshot).

Were you previously testing your server as an admin and now are testing it as a normal player? That might explain the sudden change even if you didn't change anything with pmms. You should also check if the permissions are being loaded at all. Before starting pmms in server.cfg, you need to load the permissions with something like exec @pmms/permissions.cfg. You can verify if the permissions are loaded by doing list_aces in the server console (not the one that appears when pressing F8 in-game) and checking if the pmms ACEs set in permissions.cfg are listed.