I have seen a tour script that you simply go to the job center and you’ll find a marker that opens a menu including multiple categories once you choose a category you’ll have to select which phase you want then a video would be played for you. (Something like a video tour guide and these videos can be edited from the script), but I can’t find this script I would appreciate if someone helps me to get it.
Also, I’m looking for a punishment logs for ESX something similar like this Vrp_Punishmentslog
Yes it was; you could add Discord integration into the vMenu script, so every time someone is kicked/banned/etc, you can send a message to a channel in your Discord server.
I don’t want it to be Discord related thing, I need in-game punishment history for each player exactly the same as the script I’ve linked in my first post but ESX not vRP.
My bad, forgot the original purpose of the topic lol.
I gather that vRP and ESX handle punishments, so it is easy enough to create a logging resource for them, whereas in this case, you are using vMenu to handle punishments. If you are willing to swap to ESX punishments, you could create a new table in your ESX database, create a simple resource with some commands and then add the ESX kick function (you’ll have to create your own ban function, but that shouldn’t be too hard once you have a DB set-up), then create a simple NUI to pull the relevant data in table form.
Or if you are only after a /warn command, you could look at using this script as a base, then either adding the DB functions (if you want it stored), or if you are only after per session, just pass the stored array to an NUI resource.