#meS Posted July 27, 2015 Share Posted July 27, 2015 i'm noob hello how to make that you can't kill your teammates if you're in GERMAN Team? Link to comment
TAPL Posted July 27, 2015 Share Posted July 27, 2015 setTeamFriendlyFire(getTeamFromName("GERMAN"), false) Link to comment
GTX Posted July 28, 2015 Share Posted July 28, 2015 Well, if you really want an event: addEventHandler("onResourceStart", resourceRoot, function() setTeamFriendlyFire(getTeamFromName("GERMAN"), false) end ) Link to comment
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now