mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-28 17:01:14 +00:00
add pharmacy items into config for better user friendlyness
This commit is contained in:
@@ -35,6 +35,17 @@ Config.RespawnPoints = {
|
|||||||
{coords = vector3(1836.03, 3670.99, 34.28), heading = 296.06} -- Sandy Shores
|
{coords = vector3(1836.03, 3670.99, 34.28), heading = 296.06} -- Sandy Shores
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Config.PharmacyItems = {
|
||||||
|
{
|
||||||
|
title = "Medikit",
|
||||||
|
item = "medikit"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
title = "Bandage",
|
||||||
|
item = "bandage"
|
||||||
|
},
|
||||||
|
}
|
||||||
|
|
||||||
Config.Hospitals = {
|
Config.Hospitals = {
|
||||||
|
|
||||||
CentralLosSantos = {
|
CentralLosSantos = {
|
||||||
|
|||||||
Reference in New Issue
Block a user