Jump to content

team kill not working


Xwad

Recommended Posts

Hi i use a gui script that makes possible to choose from 2 team. I set the friendly fire to false but its not working:(

I want to make that the friendly fire will be only disabled when to players are in 2 different category (team).

But the problem is that the friendly fire only works when 2 players one class.

Here is a part of the script.

  

  
  
    "GERMAN" > 
     
     
        "MEDIC" friendlyfire="false" > 
            "Medic's can heal other players." /> 
            "0" green="0" blue="205" /> 
             
            "SS-soldier" id="10" > 
                "-2368.8291015625" y="-2185.1970214844" z="33.529106140137" rot="91.98" />    
            
  
            "SS-soldier2" id="11" > 
                "-2368.8291015625" y="-2185.1970214844" z="33.529106140137" rot="91.98" /> 
            
  
            "46" ammo="1" /> 
            "16" ammo="1" /> 
            "23" ammo="24" /> 
            "29" ammo="32" /> 
            "41" ammo="5000" /> 
            
                "-2098.5178222656" y="-2079.3725585938" z="71.461433410645" />  
                "-2313.4711914063" y="-2294.9970703125" z="50.461433410645" /> 
            
        
         
        "ENGINEER" friendlyfire="false" > 
            "Engineer's can repair vehicles."/> 
            "0" green="0" blue="205" /> 
  
            "SS-soldier2" id="11" > 
                "-2368.8291015625" y="-2185.1970214844" z="33.529106140137" rot="91.98" /> 
            
  
            "SS-soldier3" id="12" > 
                "-2368.8291015625" y="-2185.1970214844" z="33.529106140137" rot="91.98" /> 
            
  
            "46" ammo="1" /> 
            "16" ammo="1" /> 
            "23" ammo="24" /> 
            "9" ammo="0" /> 
            "29" ammo="32" /> 
                         
                "-2098.5178222656" y="-2079.3725585938" z="71.461433410645" />  
                "-2313.4711914063" y="-2294.9970703125" z="50.461433410645" /> 
            
        
         
  
    
  
  
  
    "AMERICA" > 
     
     
        "MEDIC" friendlyfire="false" > 
            "Medics can heal players." /> 
            "102" green="51" blue="51" /> 
             
            "US Marine" id="30" > 
                "753.76" y="1972.45" z="5.69" rot="265.76" /> 
            
  
            "US Marine2" id="31" > 
                "753.76" y="1972.45" z="5.69" rot="265.76" /> 
            
  
            "46" ammo="1" /> 
            "16" ammo="30" /> 
            "28" ammo="80" /> 
            "41" ammo="5000" /> 
            
                "756.45" y="1935.92" z="17.78" /> 
                "772.32" y="1979.11" z="5.34" /> 
            
        
         
        "ENGINEER" friendlyfire="false" > 
            "Engineers can repair vehicles." /> 
            "255" green="102" blue="51" /> 
             
            "US Marine" id="30" > 
                "753.76" y="1972.45" z="5.69" rot="265.76" /> 
            
  
            "US Marine2" id="31" > 
                "753.76" y="1972.45" z="5.69" rot="265.76" /> 
            
  
            "46" ammo="1" /> 
            "16" ammo="1" /> 
            "22" ammo="30" /> 
            "9" ammo="0" /> 
            "28" ammo="80" /> 
            
                "2065.88" y="2201.93" z="25.8" /> 
                "2083.40" y="2224.30" z="12.0" /> 
            
        
         
  
    
  
  

  

Edited by Guest
Link to comment

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...