Bassam*Syria Posted March 30, 2014 Share Posted March 30, 2014 السلالام عليكم بدي موود انو الاعب ما يقدر الاعب الاخر بس يقدر يقتل الزومبي ا مساعدة؟ Link to comment
al-Kobra Posted March 30, 2014 Share Posted March 30, 2014 #Server Side -- get a table with all teams local allTeams = getElementsByType ( "team" ) -- for every team, for index, theTeam in ipairs(allTeams) do -- if friendly fire is off, if ( getTeamFriendlyFire ( theTeam ) == false ) then -- switch it on setTeamFriendlyFire ( theTeam, true ) end 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