Need help. impossible to shoot a player

thank for your reply, it’s working

Enable pvp. Theres lots of resources that do that for you, just :arrow_upper_right: :mag: the forums

1 Like

really easy to do

just put into a new lua script…

– Init Game Settings
Citizen.CreateThread(function()
while true do
– Enable PVP
Citizen.Wait(0)
SetCanAttackFriendly(GetPlayerPed(-1), true, false)
NetworkSetFriendlyFireOption(FriendlyFire)
end
end)

1 Like