[Topic] Request a resource you want to see created!

It isn’t massively hard to write bro, I have written something similar in C# for SFJRP.

Just use the natives which Lance gave you.

Functional shield resource

You mean like a riot shield?

yes
------------------ 20 chars

A working fire script set by players (not random) that works and doesn’t bug out every 2 seconds

A script like “BubbaZones”, but with custom areas
This: [Release] BubbaZones

If you’re still looking for something like this @Atexx I made something quickly, I haven’t tested it and I’m not sure what the native returns but it will put whatever it does return into a notification .

RegisterCommand('tint', function(source, args, rawCommand)
	local x,y,z = table.unpack(GetEntityCoords(GetPlayerPed(-1),true))
	local vehicle = GetClosestVehicle(x, y, z, 3.000, 0, 70) --Adjust 3rd one for the radius if needed
	local tintlevel =  GetVehicleWindowTint(vehicle)
	drawNotification("~y~Test Results:~s~ "..tintlevel)
end)

function drawNotification(Text)
	SetNotificationTextEntry("STRING")
	AddTextComponentString(Text)
	SetNotificationMessage("CHAR_LS_CUSTOMS", "CHAR_LS_CUSTOMS", true, 1, "~h~Tint Level Test Kit~s~", "")
	DrawNotification(false, true)
end

(it gets the closest vehicle, doesnt requie inputting an ID) If someone wants to test this, please let me know if it works, thanks

Pat down/Frisk animation via command or menu.
I have seen a server do this and scripts in LSPDFR.
I have the animations but have no idea how to do it

anim@heists@load_box (idle)
anim@heists@box_carry@ (idle)
missfam5_yoga (start_pose)
#Right leg
missbigscore2aig_7@driver (boot_r_loop)
mini@yoga (outro_2)
#Left leg
missbigscore2aig_7@driver (boot_l_loop)
mini@yoga (outro_2)

working anticheat on bypassers and injectors

Maybe a way to remove some blips that esx adds, as in the weed blip along with coke and meth.

You can remove blips by editing a little bit of code in esx modules. For instance, you can comment out lines 230-244 inside /esx_drugs/client/esx_drugs_cl.lua to hide those blips.

With a bit more editing you could pick and choose which you want to be visible. Most blips are found within client files of modules, and they usually follow that same structure of code.

A Character selection screen

and also a hud like this

Vrp call! like to call a person

i would love to see an resource with custom licenceplates
( like this https://www.gta5-mods.com/paintjobs/belgian-plates-be-nummerplaat )

would love to see a handcuff script as an item (just a policejob citizen interaction menu) and a esx compatible script for selling cars to other player

Use the search on the website

Be a dildo script.

A script that disables / changes the range of weapon whipping (Weapon to the face when ur close to someone)

Look at this

It disabled weapon melee

yeah but that is GTA V Singleplayer isnt it?