This script allows all players to draw on whiteboards (you can also put a direct URL).
You can have up to 10 whiteboards per room and as many rooms/zones as you want (infinite boards across the map).
Comes with a command to create new whiteboards with object placer (for admins to configure).
This script is more expensive then most of the ones you are gonna find on my tebex and in fivem in general due to the complexity that is involved in this and the time I spent building it. In addition to that, by buying this you get a full on whiteboard draw UI for free, that can be repurposed for a lot of things.
What do you mean by default? What would you want to use to âtriggerâ the menu if not the 3d eye? I can definitively look into it, just need to know what alternative you would be looking for.
As to the placing prop, itâs just for admin configuration for now. I can record a preview video later, but it doesnât have much more to it (itâs a object spawner similar to what you see in my Crime Scene props preview).
Well, the way this is done the target is what tells what board you are interacting with, so I donât really see a practic way of removing the target (making it optional).
As to the menu, if you donât want to use ox_lib I can expose all the menu functions so that you can modify it to what menu you pretend to use yeah (open a ticket after purshase).
Well, like itâs said in the topic, i do recognize itâs a value above what is usually seen, however, I couldnât really make it lower due to the amount of time i spent on it and other factors.
This is not your average whiteboard script, and there are other solutions out there that allow those basic functionalities (like the URL) for free or a more suitable price.
Advanced Whiteboards - Updated to 1.1.0 now available on keymaster.
Players are now able (if you allow it in the Config) to place a whiteboard anywhere on the map.
Features:
You can now allow your players to place boards anywhere
Integrated with qb-core for item usage
Standalone option via command (/wbplace)
Restrict permissions using ace
New config options:
Config.Whiteboards.Framework="qb-core"; -- qb-core or standalone (Define the framework you use. Can add more in framework.lua)
--Only change this if you know what you are doing. This is the different objects. How many boards can be in each polyzone (aka: room/wb area)
Config.Whiteboards.MaxObjectsPerZone=10;
--Limit of whiteboards players can place (at the same time - if a player already has 2 wb in place he can't place new ones)
Config.Whiteboards.MaxBoardsPerPlayer=2;
--Allow players to place whiteboards on the ground (Configure if you want the players to place whiteboards and how)
Config.Whiteboards.AllowPlace=true; -- Enables placing
Config.Whiteboards.UseAcePlace=true; -- Sets the usage of ace perms (false = everyone will be able to use)
Config.Whiteboards.CommandPlace=true; -- Enables /wbplace command
Config.Whiteboards.ItemName="whiteboard"; -- Item name for framework integration