kibook / pmms

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

perms and url not working #48

Closed tyler4435 closed 2 years ago

tyler4435 commented 2 years ago

perms do not work and it wont let me put a url in to play something

tyler4435 commented 2 years ago

and i have been working on it for hours straight

TayMcKenzieNZ commented 2 years ago

You need to download this

https://github.com/kibook/httpmanager

Then you need to place the files from PMMS repository in a new folder in your resources directory.

Example: resources/[local]/pmms

NOTE

The name of the resource must be in all lowercase in order for it to function properly. This is due to how NUI callbacks work.

Add the following in your server.cfg:

exec @pmms/permissions.cfg start pmms

pmms has it's own permissions and is to set to admin by default.

You can read all this important information in the ReadMe of this repository....