Hi, recently in my server i cant kill ems and police people i dont know if it is a new update or something that i activate in somewhere, because before i update the police job i can kill police and ems, recently update my essentials folder but i dont know.
Thank you in advance and sorry for my bad english.
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 FiveM 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.
what did you change to true?
basically you just need to do this to be able to kill others
Citizen.CreateThread(function()
while true do
Citizen.Wait(0)
for i = 0,32 do
if NetworkIsPlayerActive(i) then
SetCanAttackFriendly(GetPlayerPed(i), true, true)
NetworkSetFriendlyFireOption(true)
end
end
end
end)
Citizen.CreateThread(function()
while true do
Citizen.Wait(0)
for i = 0,32 do
if NetworkIsPlayerActive(i) then
SetCanAttackFriendly(GetPlayerPed(i), true, true)
NetworkSetFriendlyFireOption(true)
end
end
end
end)