Installer Steam
log på
|
sprog
简体中文 (forenklet kinesisk)
繁體中文 (traditionelt kinesisk)
日本語 (japansk)
한국어 (koreansk)
ไทย (thai)
Български (bulgarsk)
Čeština (tjekkisk)
Deutsch (tysk)
English (engelsk)
Español – España (spansk – Spanien)
Español – Latinoamérica (spansk – Latinamerika)
Ελληνικά (græsk)
Français (fransk)
Italiano (italiensk)
Bahasa indonesia (indonesisk)
Magyar (ungarsk)
Nederlands (hollandsk)
Norsk
Polski (polsk)
Português (portugisisk – Portugal)
Português – Brasil (portugisisk – Brasilien)
Română (rumænsk)
Русский (russisk)
Suomi (finsk)
Svenska (svensk)
Türkçe (tyrkisk)
Tiếng Việt (Vietnamesisk)
Українська (ukrainsk)
Rapporter et oversættelsesproblem
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.