forked from Simnation/Main
13 lines
162 B
Lua
13 lines
162 B
Lua
![]() |
lib.locale(Config.Locale);
|
||
|
|
||
|
InitFramework()
|
||
|
InitInventory()
|
||
|
|
||
|
CreateThread(function()
|
||
|
while not IsPlayerLoaded() do
|
||
|
Wait(100)
|
||
|
end
|
||
|
|
||
|
Sling:InitMain()
|
||
|
end)
|