|
|
|
|
|
PlaceObj('BobbyRayShopCategory', { |
|
DisplayName = T(214569962652, "Ammo"), |
|
GetSubCategories = function (self) |
|
return PresetGroupArray("BobbyRayShopSubCategory", "Ammo") |
|
end, |
|
UrlSuffix = "/ammo", |
|
group = "Default", |
|
id = "Ammo", |
|
}) |
|
|
|
PlaceObj('BobbyRayShopCategory', { |
|
DisplayName = T(828595945164, "Armor"), |
|
GetSubCategories = function (self) |
|
return PresetGroupArray("BobbyRayShopSubCategory", "Armor") |
|
end, |
|
UrlSuffix = "/armor", |
|
group = "Default", |
|
id = "Armor", |
|
}) |
|
|
|
PlaceObj('BobbyRayShopCategory', { |
|
DisplayName = T(653962679020, "Other"), |
|
GetSubCategories = function (self) |
|
return PresetGroupArray("BobbyRayShopSubCategory", "Other") |
|
end, |
|
UrlSuffix = "/other", |
|
group = "Default", |
|
id = "Other", |
|
}) |
|
|
|
PlaceObj('BobbyRayShopCategory', { |
|
DisplayName = T(781021562120, "Weapons"), |
|
GetSubCategories = function (self) |
|
return PresetGroupArray("BobbyRayShopSubCategory", "Weapons") |
|
end, |
|
UrlSuffix = "/weapons", |
|
group = "Default", |
|
id = "Weapons", |
|
}) |
|
|
|
|