forked from Simnation/Main
all
This commit is contained in:
parent
fd2616f718
commit
a3e0712695
6 changed files with 6 additions and 6 deletions
|
@ -2423,13 +2423,13 @@ CodeStudio.Shops = {
|
|||
['admin'] = {0}
|
||||
},
|
||||
Locations = {
|
||||
vector4(1183.1627, -3321.8235, 6.0288, 3)
|
||||
vector4(164.3889, 281.9611, 109.9736, 3)
|
||||
},
|
||||
Interaction = {
|
||||
targetIcon = 'fas fa-shopping-basket',
|
||||
targetLabel = 'Gewerbe Shop öffnen',
|
||||
spawnPed = 'IG_RoosterMcCraw', -- Put false if you dont need ped
|
||||
scenario = 'WORLD_HUMAN_STAND_MOBILE', --Ped Scenario Animation put false if you dont need
|
||||
targetLabel = 'Shop öffnen',
|
||||
spawnPed = false, -- Put false if you dont need ped
|
||||
scenario = false, --Ped Scenario Animation put false if you dont need
|
||||
radius = 2.5,
|
||||
|
||||
},
|
||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -81,7 +81,7 @@ Config.RadioItems = {
|
|||
Config.lockedRadioChannels = {
|
||||
{ frq = 1, jobhasaccess = {"police"} },
|
||||
{ frq = 2, jobhasaccess = {"ambulance"} },
|
||||
{ frq = 3, jobhasaccess = {"police", "ambulance"} },
|
||||
{ frq = 3, jobhasaccess = {"police", "ambulance","marshal"} },
|
||||
{ frq = 4, jobhasaccess = {"marshal"} },
|
||||
}
|
||||
|
||||
|
|
|
@ -311,7 +311,7 @@
|
|||
"default": true,
|
||||
"category": "apps",
|
||||
"redirect": "fractions",
|
||||
"allowJobs": [],
|
||||
"allowJobs": ["police"],
|
||||
"disallowJobs": ["unemployed"]
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue