Jump to content
Sign in to follow this  
Train

Admin Panel/Anti Teamkill and Grief

Recommended Posts

Hey guys, i've tried everything. I can't seem to get any of these scripts to work. I've sat here for about a week stressing out over trying to get them to work or trying to find working ones.

What i need:

A working admin tool for in-game. Either an admin panel that brings up clickable options. Or something at the bottom of your scroll wheel that once clicked will bring up more scroll wheel options for admin tools such as teleport.

A working anti-team kill/ base protection from griefers script. The anti-team kill needs to just simply kick the player when he's team killed. The base protection i need it so that when you fire, no bullets come out of your gun. When you drop a satchel charge, it doesn't drop, or it dissapears. Etc.

-----------------------------------------------

I've read what to do, i've edited my missions. Made sure my path locations and file locations where perfect. None of them work. Most of the ones i've seen or have tried have been made years ago, i can't find any recent ones. I don't know if they are clashing with something inside the entire mission file or what. I just don't understand.

Here's what i have tried**

Admin tools:

Admin script - http://www.armaholic.com/forums.php?m=posts&q=24879

Modifying wasteland to strip it of everything except the admin panel portion.

Team Killing/Base protection(No killing at base):

Teamkill punishment - http://www.armaholic.com/page.php?id=18615&highlight=TEAM%2BKILL

BTC TK punishment - http://www.armaholic.com/page.php?id=19099

Save haven - http://www.armaholic.com/page.php?id=8351&highlight=BASE%2BRAPE

TK Punishment - http://www.armaholic.com/page.php?id=15029&highlight=TEAM%2BKILL

----------------------------------------------

I really need help guys. I'm so beyong stuck, my server loses population because of the ammount of team kills and base bombings and such going on. I've been staring at code for a week, so if you could help me code one, or maybe find a working one for this mission type that would be great. I'm not a coder, so i can't do this. Atleast not on my own. I really need your help.

I'm sorry if you couldn't understand some of the things i was saying. I'm willing to provide screenshots, script code, or files if needed.

The mission i'm trying to get these scripts to work with

[AWG] Evolution v32z - http://adf.ly/ZGDdZ or http://anzuswargames.info/ (Then go to downloads)

**Edit - I've also took the time to make sure that all my script file locations where perfect, both inside the init and in the files themselves. I've made sure to use capitol letters back slashes instead of forward, etc.

Share this post


Link to post
Share on other sites

Team Killing/Base protection(No killing at base):

Try this, 3th answer:

http://forums.bistudio.com/showthread.php?144254-How-it-work-for-both-sides-%28bases-protect%29

Also try to search in forum for: ProtectionZone_Ep1

Disabling Friendly Fire "didn't test myself"

this addeventHandler ["HandleDamage",{if ( !(side (_this select 0) == side (_this select 3)) ) then {_this select 2};}]; 

Add this to each units init

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×