forked from Simnation/Main
Update config.lua
This commit is contained in:
parent
56adc11444
commit
6ac8713458
1 changed files with 15 additions and 9 deletions
|
@ -3098,14 +3098,15 @@ CodeStudio.Shops = {
|
||||||
|
|
||||||
},
|
},
|
||||||
requiredJob = {
|
requiredJob = {
|
||||||
['sud'] = {0}
|
['sud'] = {0},
|
||||||
|
['ammu'] = {0},
|
||||||
},
|
},
|
||||||
Locations = {
|
Locations = {
|
||||||
vector4(4435.1216, -4470.0146, 4.3284, 3)
|
vector4(147.84, 284.97, 109.97, 219.91)
|
||||||
},
|
},
|
||||||
Interaction = {
|
Interaction = {
|
||||||
targetIcon = 'fas fa-gun',
|
targetIcon = 'fas fa-gun',
|
||||||
targetLabel = 'Admin Shop öffnen',
|
targetLabel = 'Shop öffnen',
|
||||||
spawnPed = 'CSB_Oscar', -- Put false if you dont need ped
|
spawnPed = 'CSB_Oscar', -- Put false if you dont need ped
|
||||||
scenario = 'WORLD_HUMAN_STAND_MOBILE', --Ped Scenario Animation put false if you dont need
|
scenario = 'WORLD_HUMAN_STAND_MOBILE', --Ped Scenario Animation put false if you dont need
|
||||||
radius = 2.5,
|
radius = 2.5,
|
||||||
|
@ -3123,16 +3124,20 @@ CodeStudio.Shops = {
|
||||||
|
|
||||||
},
|
},
|
||||||
requiredJob = {
|
requiredJob = {
|
||||||
['sud'] = {0}
|
['sud'] = {0},
|
||||||
|
['kayas'] = {0},
|
||||||
|
['cinema'] = {0},
|
||||||
|
['ammu'] = {0},
|
||||||
|
|
||||||
},
|
},
|
||||||
Locations = {
|
Locations = {
|
||||||
vector4(164.3889, 281.9611, 109.9736, 3)
|
vector4(155.78, 284.85, 109.97, 163.47)
|
||||||
},
|
},
|
||||||
Interaction = {
|
Interaction = {
|
||||||
targetIcon = 'fas fa-shopping-basket',
|
targetIcon = 'fas fa-shopping-basket',
|
||||||
targetLabel = 'Shop öffnen',
|
targetLabel = 'mit Dennis reden',
|
||||||
spawnPed = false, -- Put false if you dont need ped
|
spawnPed = 'A_M_M_GenFat_02', -- Put false if you dont need ped
|
||||||
scenario = false, --Ped Scenario Animation put false if you dont need
|
scenario = 'WORLD_HUMAN_STAND_MOBILE', --Ped Scenario Animation put false if you dont need
|
||||||
radius = 2.5,
|
radius = 2.5,
|
||||||
|
|
||||||
},
|
},
|
||||||
|
@ -3390,7 +3395,8 @@ CodeStudio.Shops = {
|
||||||
|
|
||||||
},
|
},
|
||||||
requiredJob = {
|
requiredJob = {
|
||||||
['sud'] = {0}
|
['sud'] = {0},
|
||||||
|
['ammu'] = {0},
|
||||||
},
|
},
|
||||||
Locations = {
|
Locations = {
|
||||||
vector4(150.3828, 288.1915, 109.9736, 3)
|
vector4(150.3828, 288.1915, 109.9736, 3)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue