forked from Simnation/Main
6 lines
217 B
Lua
6 lines
217 B
Lua
![]() |
local QBCore = exports['qb-core']:GetCoreObject()
|
||
|
|
||
|
QBCore.Commands.Add("sling", "Change weapon sling position", {}, false, function(source, args)
|
||
|
TriggerClientEvent("mg-weapon-sling:client:changeSling", source)
|
||
|
end)
|