forked from Simnation/Main
ed
This commit is contained in:
parent
a45b5da981
commit
455dd9e1f0
31 changed files with 73 additions and 3 deletions
16
resources/[defaultmaps]/c-hunting_shop/fxmanifest.lua
Normal file
16
resources/[defaultmaps]/c-hunting_shop/fxmanifest.lua
Normal file
|
@ -0,0 +1,16 @@
|
|||
fx_version "bodacious"
|
||||
|
||||
game 'gta5'
|
||||
|
||||
this_is_a_map "yes"
|
||||
|
||||
client_scripts {
|
||||
"lib/common.lua"
|
||||
, "lib/observers/interiorIdObserver.lua"
|
||||
, "lib/observers/officeSafeDoorHandler.lua"
|
||||
, "client.lua"
|
||||
|
||||
-- DLC Bikers
|
||||
, "dlc_bikers/clubhouse3.lua"
|
||||
}
|
||||
|
BIN
resources/[defaultmaps]/c-hunting_shop/stream/_manifest.ymf
Normal file
BIN
resources/[defaultmaps]/c-hunting_shop/stream/_manifest.ymf
Normal file
Binary file not shown.
Binary file not shown.
BIN
resources/[defaultmaps]/c-hunting_shop/stream/ybn/cs1_08_0.ybn
Normal file
BIN
resources/[defaultmaps]/c-hunting_shop/stream/ybn/cs1_08_0.ybn
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
resources/[defaultmaps]/c-hunting_shop/stream/ytyp/machine.ytyp
Normal file
BIN
resources/[defaultmaps]/c-hunting_shop/stream/ytyp/machine.ytyp
Normal file
Binary file not shown.
BIN
resources/[defaultmaps]/c-hunting_shop/stream/ytyp/v_int_61.ytyp
Normal file
BIN
resources/[defaultmaps]/c-hunting_shop/stream/ytyp/v_int_61.ytyp
Normal file
Binary file not shown.
Binary file not shown.
|
@ -494,6 +494,41 @@ CodeStudio.Products = {
|
|||
|
||||
}
|
||||
},
|
||||
|
||||
['fishing'] = {
|
||||
categoryName = "Angelzubehör",
|
||||
categoryLogo = "fa-tools",
|
||||
items = {
|
||||
['fishingrod'] = {
|
||||
itemName = "Angelroute",
|
||||
itemStock = 50,
|
||||
itemPrice = 100,
|
||||
itemInfo = "",
|
||||
},
|
||||
['fishbait'] = {
|
||||
itemName = "Köder",
|
||||
itemStock = 50,
|
||||
itemPrice = 6,
|
||||
itemInfo = "",
|
||||
},
|
||||
['artificial_lure'] = {
|
||||
itemName = "Kunstköder",
|
||||
itemStock = 50,
|
||||
itemPrice = 20,
|
||||
itemInfo = "",
|
||||
},
|
||||
['bread_bait'] = {
|
||||
itemName = "Stück Brot",
|
||||
itemStock = 50,
|
||||
itemPrice = 4,
|
||||
itemInfo = "",
|
||||
},
|
||||
}
|
||||
},
|
||||
|
||||
|
||||
|
||||
|
||||
['hardware'] = {
|
||||
categoryName = "Hardware",
|
||||
categoryLogo = "fa-tools",
|
||||
|
@ -2923,6 +2958,7 @@ CodeStudio.Shops = {
|
|||
scenario = 'WORLD_HUMAN_STAND_MOBILE', --Ped Scenario Animation put false if you dont need
|
||||
radius = 2.5,
|
||||
},
|
||||
|
||||
},
|
||||
[13] = {
|
||||
ShopName = 'Mega Mall',
|
||||
|
@ -2941,8 +2977,26 @@ CodeStudio.Shops = {
|
|||
spawnPed = 'IG_Manuel', -- Put false if you dont need ped
|
||||
scenario = 'WORLD_HUMAN_STAND_MOBILE', --Ped Scenario Animation put false if you dont need
|
||||
radius = 2.5,
|
||||
},
|
||||
|
||||
},
|
||||
|
||||
},
|
||||
[14] = {
|
||||
ShopName = 'Millers Fishing Shop',
|
||||
Category = {
|
||||
[1] = 'fishing',
|
||||
|
||||
},
|
||||
Locations = {
|
||||
vector4(46.6001, -1749.3357, 29.6358, 54.7927),
|
||||
|
||||
},
|
||||
Interaction = {
|
||||
targetIcon = 'fas fa-shopping-basket',
|
||||
targetLabel = 'Fishing Shop öffnen',
|
||||
spawnPed = 'S_M_Y_WareTech_01', -- Put false if you dont need ped
|
||||
scenario = 'WORLD_HUMAN_STAND_MOBILE', --Ped Scenario Animation put false if you dont need
|
||||
radius = 2.5,
|
||||
},
|
||||
|
||||
}
|
||||
}
|
||||
|
|
|
@ -28,7 +28,7 @@ Config.drones = {
|
|||
itemName = 'emergencydrone',
|
||||
removeItem = true,
|
||||
-- command = 'emergencydrone',
|
||||
jobs = { ['police'] = 1 },{ ['marshal'] = 1 },{ ['ambulance'] = 1 },
|
||||
jobs = { ['police'] = 0 },{ ['marshal'] = 0 },{ ['ambulance'] = 0 },
|
||||
flightTime = 240000,
|
||||
flyRange = 350,
|
||||
health = 4,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue