This website requires JavaScript.
Explore
Help
Register
Sign In
Rim
/
iw7-mod
Watch
1
Star
0
Fork
0
You've already forked iw7-mod
Code
Issues
Pull Requests
Packages
Projects
Releases
1
Wiki
Activity
02752b7887
iw7-mod
/
data
/
cdata
/
ui_scripts
/
SystemLinkMenu
/
__init__.lua
7 lines
99 B
Lua
Raw
Normal View
History
Unescape
Escape
add frontend checks
2024-08-06 06:37:00 -04:00
if
not
Engine.InFrontend
(
)
then
return
end
feat: Update ServerBrowser & Main Menu Lua (#285) * feat: add server browser [draft] * fix: load custom lui using require * feat: Server Browser + Main Menu tweaks * feat: Add Create a Class button to Server Browser * fix: resolve empty string * Fix build ---------
2024-08-03 08:15:37 -04:00
require
(
"
ServerButtons
"
)
format ui scripts
2024-08-06 05:52:32 -04:00
require
(
"
SysLinkBrowser
"
)
Reference in New Issue
Copy Permalink