Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
1. Create stores that have their own individual data and sell different things
Ex.) a grocery store, 7/11, furniture store... all with different items.
2. Create a store that sells only to a specific job.
Ex.) a police weapon dealer
GEN_STORE.Admins = {
["superadmin"] = true,
["admin"] = false,
["eventteam"] = false
}
and add a usergroup like manager or head admin and set to true.
GEN_STORE.Admins = {
["superadmin"] = true,
["admin"] = false,
["eventteam"] = false,
["headadmin"] = true
}
Once you do that, restart the server and you can access the menu with that usergroup through the store menu and the top left.
I hope this helps, if you have more questions, feel free to ask.