Garry's Mod
Оцінок: 775
Luapad for GMod 13
   
Нагородити
До улюбленого
В улюблених
Прибрати
Content Type: Addon
Addon Type: Tool
Позначки: misc
Розмір файлу
Додано
Оновлено
39.779 KB
11 листоп. 2012 о 19:43
28 лип. 2013 о 16:49

Підпишіться, аби завантажити
Luapad for GMod 13

Опис
An ingame text editor that lets you type and run lua scripts on both the server and the client. Type 'luapad' in the console to open the window. Also added is the command 'luapad_adminonly' (on by default), should be self explanatory.

Tip: I would recommend binding it to a key like this 'bind o luapad'

Original Author: DarKSunrise aka Assassini and Levybreak

Note: I do not take any credit for creating this addon, all I did was port it over as best as I could. Some features may have been lost and there are probably a couple minor bugs. I do not plan to continue updating this addon unless there is a fatal bug. If you find a fatal bug, please inform me! I might be able to fix it.

HEY YOU!: Check out this other awesome GMod Development IDE at this link:
http://facepunch.com/showthread.php?t=1245803
Популярні обговорення Переглянути всі (7)
1
24 січ. 2017 о 22:09
Files Marked with Red Symbol
Horse
0
15 квіт. 2020 о 6:47
Luapad console command line arguments
[Sk$Bh]Trick or treat KID!
0
10 лип. 2019 о 16:37
Any way to make code run automatically?
The Offensive Lemon
Коментарів: 146
TheEndBoss_101 3 груд. 2023 о 12:40 
@Takashi
For me it runs serverside, but luapad says it did not
Takashi Golbach 12 верес. 2023 о 12:41 
My rank does inherit from superadmin, and idk why it just denies it even though its my OWN server
Sparkz  [автор] 11 верес. 2023 о 17:28 
I'm not exactly sure how it works with ULX, but from what I'm reading the usergroup you're in needs to inherit from "admin" or "superadmin" in order for this add-on to recognize you as an admin.
Takashi Golbach 10 верес. 2023 о 14:56 
I tried adding myself to the superadmin group through ULX, it still disallowed me from using it
Sparkz  [автор] 10 верес. 2023 о 12:07 
@Brennan Goldbach Are you an admin on your own server? Luapad will check your usergroup before allowing server-side execution.
Takashi Golbach 9 верес. 2023 о 11:04 
It used to allow me to run scripts serversidedly but not anymore Idk why, even on my own server as a server host
Sparkz  [автор] 8 верес. 2023 о 19:28 
I haven't touched this in ages, is it broken now? Seemed to work for me when I did a quick test on local server.
Takashi Golbach 4 верес. 2023 о 10:11 
Can't even run serverside on my own server. 1984.
AToM1C 21 серп. 2023 о 2:49 
Guys... this was in garrysmod13 an older beta of gmod, this is a dead addon that dosent work with the new gmod version uninstall it because it. just. Dosent. Work
[Sk$Bh]Trick or treat KID! 1 черв. 2023 о 4:56 
Rases an error when you close the luapad frame via standard method "luapad.Frame:Clode()" in the function "luapad.Toggle()" better check for a valid existent panel via the global function:

if (IsValid(luapad.Frame)) then

Probably needs On-Close method definition:

luapad.Frame.OnClose = function(pnSelf)
luapad.Frame = nil
end