Jump to content

I need script for friendly fire


Pawlllosss

Recommended Posts

Posted

search before posting, it was already asked many times.

also read this.

also we are not fullfilling requests (i need this, do this for me, i want something plzzzz), but we are here to help.

also this is wrong section, topic moved.

also i saw you was interested in zombie script - dont use friendly fire with zombies mode - you will be getting random anti-cheat kicks.

Posted

setTeamFriendlyFire seems to be broken or something as nobody successfully used it yet .. o_O

You can cancal onClientPedDamage but if you are using zombies - it will kick every player that was hit by zombie.

You can set clear rule - not to kill each other - and after KILL (not just damage) - kick killer.

I dont see any other way.

If you are not using zombies - feel free to cancel onClientPedDamage event with cancelEvent()

Posted

You can set clear rule - not to kill each other - and after KILL (not just damage) - kick killer.

I understand that this can not be done otherwise than by hand?

Posted
setTeamFriendlyFire seems to be broken or something as nobody successfully used it yet .. o_O

You can cancal onClientPedDamage but if you are using zombies - it will kick every player that was hit by zombie.

You can set clear rule - not to kill each other - and after KILL (not just damage) - kick killer.

I dont see any other way.

If you are not using zombies - feel free to cancel onClientPedDamage event with cancelEvent()

i have made it by setTeamFriendyFire and works fine, here is working code.

addEventHandler ( "onResourceStart" , getResourceRootElement ( getThisResource ( ) ) , function () 
for i ,v in pairs ( getElementsByType ( "team" )) do 
setTeamFriendlyFire ( v , false ) 
end 
end 
) 

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...