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