This commit is contained in:
Nordi98 2025-06-11 23:29:35 +02:00
parent fd2616f718
commit a3e0712695
6 changed files with 6 additions and 6 deletions

View file

@ -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,
},

View file

@ -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"} },
}

View file

@ -311,7 +311,7 @@
"default": true,
"category": "apps",
"redirect": "fractions",
"allowJobs": [],
"allowJobs": ["police"],
"disallowJobs": ["unemployed"]
},
{