How to turn off friendly fire

I and my friends are making an RP game and all of the sudden we found out we can not shoot each other is there a way to turn it off somewhere in the files or something.

Hello, this is a friendly reminder because this is your first time creating a topic (or it has been a while since your last topic) in this category.

Please note that most of the support is provided by the Cfx.re community on a voluntary basis. We ask you to be patient; there is no guarantee we have a solution to your problem(s). To avoid unnecessary/duplicate topics, please browse the forums before creating a topic.

To improve your chances of your issue(s) being solved, please provide as much information as possible about the issue(s) you are having. Also —whenever possible— please use the template given to you when creating a topic.

Thanks for keeping these forums tidy!
:mascot:

Yes it is around line 100 in permissions.cfg
This is something you should’ve set up during installation of vMenu

1 Like

If you’re not using vMenu then you can do

AddEventHandler('onClientMapStart', function()
    SetCanAttackFriendly(PlayerPedId(), true, false)
    NetworkSetFriendlyFireOption(true)
end)

Which will enable you to shoot at peds and other players.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.