1
0
Fork 0
forked from Simnation/Main
Main/resources/[jobs]/[weapons]/cavok_weapon_handling/lua/server/server.lua

4 lines
199 B
Lua
Raw Normal View History

2025-06-07 08:51:21 +02:00
RegisterNetEvent('cavok_weapon_handling:hitPlayer')
AddEventHandler('cavok_weapon_handling:hitPlayer', function(targetId)
TriggerClientEvent('cavok_weapon_handling:makeRagdoll', targetId)
end)