[SOLVED] How to set pvp on?

Question:
Hello, I want to set the pvp for a GTA RP server. I do not want a menu that could harm an experiance rp.

Answer:

2 Likes

Here you go [Release] Scammer's Script Collection (09/03/17)

Thanks Zarken for your answer

Did you manage to get scammers script working seems it wont work for me

Citizen.CreateThread(function() --PvP Enabled
	while true do
		Citizen.Wait(0)
		SetCanAttackFriendly(GetPlayerPed(-1), true, false)
		NetworkSetFriendlyFireOption(true)
	end
end)

This topic is closed.
If you want activate pvp and inject code in your ressource:

Or if you want add an ressource on your list (May be broken by new FiveM version):

1 Like

how did you do it i really need help

1 Like