AnGeLo 1 Posted February 11, 2013 hi guys i am new in arma just 1 month play i realy love this game but i have 1 big problem....!! i make 1 mission multiplayer and i run 1 personal server in arma 2 from my home but the most of player login in my server is team killers...!!and destroy my game all the time i am very noob in scripting i test some script like team kill panishment from demonized but no work... for me i can't find 1 good anti team kill script for arma 2 ...!!plz any help is welcome here..!!! sory for my very bad english..!i am realy disapointed with team kills in this game..!! Share this post Link to post Share on other sites
Persian MO 82 Posted February 20, 2013 Team kill Punish with Jail Cell (All Versions) protect base: Put a logic named logic1 onto the map and this in your init.sqf _shield1 = "ProtectionZone_Ep1" createVehicleLocal (position logic1); _shield1 setvectorup [0,0,1] _shield1 setObjectTexture [0,""]; The third line makes it invisible. Otherwise it's a red tube (visible only from outside) with a diameter of 50m. Within this zone everybody is invulnurable and nobody can kill anybody inside and outside (might be fairer than being immortal but being able to kill others outside). Share this post Link to post Share on other sites