xFutte / futte-newspaper

[QBCore] Newspaper script displaying news, prison sentences, and enables reporters to write, update and delete news
MIT License
77 stars 48 forks source link

Multiple Publications / News Papers #25

Closed Duderocktv closed 2 years ago

Duderocktv commented 2 years ago

Is your feature request related to a problem? Please describe. No

Describe the solution you'd like The ability to have multiple Publications / Newspapers.

For example: Job 1 (Reporter) could edit Newspaper 1 Job 2 (Journalist) could edit Newspaper 2

Config.Papers = { 1 = { job = "reporter", paper = "weazelnews" }, 2 = { job = "journalist", paper ="dailybugle" } }

I hope that makes sense!

Describe alternatives you've considered

I can copy and paste the script and change some stuff for every instance of the news paper, but it would be a more optimized all in one package!

Additional context I love your newspaper

xFutte commented 2 years ago

This is not something that will be supported in short term. Maybe it will be added long-term.