Main/resources/[jobs]/[weapons]/force-sling/client/main.lua

13 lines
162 B
Lua
Raw Normal View History

2025-06-07 08:51:21 +02:00
lib.locale(Config.Locale);
InitFramework()
InitInventory()
CreateThread(function()
while not IsPlayerLoaded() do
Wait(100)
end
Sling:InitMain()
end)