This commit is contained in:
Nordi98 2025-06-12 16:16:47 +02:00
parent f10ca59400
commit 26083791e2
4 changed files with 16 additions and 2 deletions

View file

@ -18,8 +18,6 @@ Sling = {
}
}
local otherPlayersWeapons = {}
function Sling:SyncWeaponAttachment(weaponName, weaponVal, coords, action)
local weaponData = {
weaponName = weaponName,
@ -29,6 +27,9 @@ function Sling:SyncWeaponAttachment(weaponName, weaponVal, coords, action)
TriggerServerEvent('force-sling:server:syncWeapons', weaponData, action)
end
[Rest der Datei bleibt unverändert...]
function Sling:InitMain()
Debug("info", "Initializing main thread")