Main/resources/[jobs]/[weapons]/force-sling/client/main.lua
2025-06-07 08:51:21 +02:00

12 lines
162 B
Lua

lib.locale(Config.Locale);
InitFramework()
InitInventory()
CreateThread(function()
while not IsPlayerLoaded() do
Wait(100)
end
Sling:InitMain()
end)