sling
This commit is contained in:
parent
f10ca59400
commit
26083791e2
4 changed files with 16 additions and 2 deletions
|
@ -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")
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue