Security HUD
System Watchdog
×
Threads Scanned
-- / --
SYS. LOAD --%
AI SHIELD ACTIVE
DMCA Policy
×

📋 DMCA Compliance

This platform and community fully complies with the Digital Millennium Copyright Act (DMCA) and international copyright laws. We take all copyright protection seriously.

🛡️ Copyright Protection

If you believe a posted item belongs to you or violates your copyright, you may file a DMCA takedown request through our official channels. Upon receiving a valid claim, the infringing content will be removed within 24 hours.

What's new
×
Fiveguard

Question Add props to esx_basicneeds

Azwynn

Member
Joined
Dec 19, 2021
Messages
19
Reaction score
1
Points
166
Location
spain
I'm trying to add more food and drink's prop to esx_basicneeds but i don't know how to do it, someone can help me please?
 
Solution
nopain1981

nopain1981, thank you for providing the solution.

hello, just simple check the esx_basicneeds/config.lua and copy one of the existing item and replace it.

sample:
["water_bottle"] = {
type = "drink",
prop = "prop_ld_flow_bottle",
status = 100000,
remove = true,
anim = {dict = 'mp_player_intdrink', name = 'loop_bottle', settings = {1.0, -1.0, 2000, 0, 1, true, true, true}}
}

nopain1981

Member
Joined
Sep 21, 2023
Messages
12
Solutions
1
Reaction score
1
Points
156
Location
woanders
hello, just simple check the esx_basicneeds/config.lua and copy one of the existing item and replace it.

sample:
["water_bottle"] = {
type = "drink",
prop = "prop_ld_flow_bottle",
status = 100000,
remove = true,
anim = {dict = 'mp_player_intdrink', name = 'loop_bottle', settings = {1.0, -1.0, 2000, 0, 1, true, true, true}}
}
 
Solution
Top