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. PermMenu - lua/perm_swepy/cl_perm_sweps.lua:196
2. unknown - lua/perm_swepy/cl_perm_sweps.lua:315
3. unknown - lua/includes/modules/concommand.lua:54
[Permanent SWEPS] lua/perm_swepy/cl_perm_sweps.lua:333: attempt to index field 'available' (a nil value)
1. func - lua/perm_swepy/cl_perm_sweps.lua:333
2. unknown - lua/includes/extensions/net.lua:37
If that's not going to work, then you need to extract the addon and replace everywhere it says ply:IsSuperAdmin with your own check.
The data is stored in the sv.db which is an SQLite database which would be easy to edit, however, I used the default GMod functions for saving data to it and they use an identifier which is one way, so you cannot easily find out which data belongs to which player.
I have been looking into updating this, but I never got around to finishing it since I ran into some problems.