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. pcall - [C]:-1
2. DoClick - lua/autorun/luapad.lua:601
3. OnMouseReleased - lua/vgui/dlabel.lua:254
4. unknown - lua/vgui/dmenuoption.lua:77
if(luapad.Frame) then luapad.Frame:SetVisible(true) else luapad.Toggle() end
[Luapad for GMod 13] lua/autorun/luapad.lua:350: attempt to index field 'PropertySheet' (a nil value)
1. AddTab - lua/autorun/luapad.lua:350
2. DoClick - addons/trackassemblytool_git/lua/autorun/trackassembly_init.lua:960
3. OnMouseReleased - lua/vgui/dlabel.lua:254
4. unknown - lua/vgui/dmenuoption.lua:77
luapad.AddTab("["..defTab.Nick.."]"..pnSelf:GetText(), fileRead(sFile, "DATA"), sDsv);
File exists. It is opened without problems the next time a tab is issued.
For me it runs serverside, but luapad says it did not
if (IsValid(luapad.Frame)) then
Probably needs On-Close method definition:
luapad.Frame.OnClose = function(pnSelf)
luapad.Frame = nil
end
for me, glitchy text was corrected by moving the CreateFont() calls into luapad.EditorPanel:Init()
{LINK FJERNET}https://wiki.garrysmod.com/page/concommand/Add
surface.CreateFont("LuapadEditor", {
font = "Courier New",
size = 16,
weight = 400
})
surface.CreateFont("LuapadEditor_Bold", {
font = "Courier New",
size = 16,
weight = 800
})
В шарейде не прописаны команды открывание серверских и клиентовских кодов.Там даже не прописаны команды как luapad.♥♥♥♥♥♥.
Doesn't work?
You seem to not have Admin rights. Since "luapad_adminonly" is on by default, if you are on your own Server, please add yourself to the Superadmin group. If you are on someone else's Server, he might have not given you the Permission.
Unknown command: luapad
Unknown command: luapad
what.. why?!
[ERROR] addons/luapad/lua/autorun/luapad.lua:646: Calling net.Start with unpooled message name [ http://goo.gl/qcx0y ]
1. Start - [C]:-1
2. DoClick - addons/luapad/lua/autorun/luapad.lua:646
3. OnMouseReleased - lua/vgui/dlabel.lua:218
4. unknown - lua/vgui/dmenuoption.lua:116