dpScenes (1.0) World Scenes / Notes (Standalone)

Have you changed the setting in Config.lua line 10

Database = “KVP”,

To

Database = “SQL”,

okok,verry thanks!!!

By the way, can I set the text to be displayed permanently? Can it be modified so that it never disappears instead of disappearing automatically after time has passed

Yes, you can. If you want to display it permanently, just comment Server/Scenes.lua line 37-45
Then, the text will keep in database permanently.

--[[
CreateThread(function()
	Wait(100)
	DB.GrabAll()
	while true do
		TriggerClientEvent("Scene:Cache", -1, {Time = os.time()})
		DB.Timecheck()
		Wait(10000)
	end
end)
]]

Do this, let the players choose the time of placement? This means that they can choose to display for a short time or permanently.?

If you follow the method I just mentioned, even if the player sets any time, it will not be deleted. So if you want to be optional, you need to change the code yourself

Using KVP is there any way to see who has placed what scene?

awesome script! taking off like a firestorm in the server i dev on. any way to make it so the visible radius of the scene can be adjusted?

i created a whole mystery case for CID to investigate that lasted 10 in game hours with a total of like 7 cops and they all loved it! one of them accidentally got a 911 location they werent supposed to, and skipped like 3 clues but it was fun! This is super cool because of how easy it is to download and how cool it is to use!

2 Likes

could you add blacklisted words?

did you find out

Is there any reason why on my server you can not remove any scenes, and if you try to copy them it says no scene nearby when I am practically touching the scene?

Ive tried adding admins Steam IDs to the section in the serverside. I want it so any mod/admin can delete scenes whilst still allowing people to delete there own. Ive tried a few different things and I still cant make it so admins can delete scenes. People can only ever delete there own. Anybody have any idea?

could someone help me add webhook so we could see what words people post?

1 Like

Hey is there any way to configure so that you can blacklisted certain words or at least see who placed it down? As I am in a non- whitelisted server this is a must so we don’t have ransoms coming in and spamming the N word Etc. and placing them everywhere

1 Like

I play on a server that has some people abuse this and place inapporpriate messages I think it would be DOPE if we could get maybe like a webhook that triggers when a word within the “BannedWords” list that has the players in game ID and In Game Name. The List of banned words would be placed inside the config.lua

Overall great script!

I think the dev abandoned the script honestly it hasn’t been updated in forever and has so many features it needs to be complete imo. Especially for deleting scenes with ACE Perms applied and moderation tools like the aforementioned.

Is there any ACE perms for this resource at all?
Looks like a nice resource, but permissions is such a vital part, that without it, it isn’t much use unfortunately

1 Like

agreed

Hey will this work in ESX servers if so you are the man bro @Dullpear