Addon Details

Watch - Add Favorite


Does this version work for you?
1
w00ts
w00t!2

ZombieMod Admin System - Version 1.0

posted on 2009-08-08 16:25:48
by Owned|Myself



Description

In preparation for the Newest ZombieMod Public Beta release, I decided to make this!

It requires:

ES 2.0+

ZombieMod 2.0.1D

The newest beta can be found at www.zombiemod.com on their forums in the announcements section.

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

These are the Features:

Punishments:
- Slay
- Disarm
- Zombify

Player Commands:
- Force Spawn
- Force Teleport
- Force Unstuck

Server Commands:
- Enable Respawn
- Disable Respawn
- Voice Off
- Voice On
- Enable Zombie Talk
- Disable Zombie Talk

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

These are all the features I've come up with so far :) You can suggest new stuff in the thread when I actually make it!

*REQUIRED INFORMATION*:

The command to bring up the main menu is: !zadmin

Before I forget :P

Installation

Install to:

addons/eventscripts/zmodadmin

and place the zmodadmin.py in there.

--------------------
For the Config file:

Load the Addon at least once and the CFG file will be created. These are the settings you can edit:

Code:
// ============================================================
// ===========ZombieMod Admin System Configuration=============
// ============================================================

// Phrase Settings:

// The Phrase to force a player to say when they are made to respawn
   respawnphrase "!zspawn"

// The phrase to force a player to say when they are made to teleport
   telephrase "!ztele"

// The phrase to force a player to say when they are made to "unstuck"
   stuckphrase "!zstuck"

// Menu Settings:

// If set to 1, Enables Server Commands Option. Otherwise, it does not function
   zscomenable 1


More may be added in the future when more features are added. Maybe.

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

To edit the admins, Open up the zmodadmin.py file and look for this line:

PYTHON:
    admin_list = ['STEAM_ID_LAN']
     


More admins can be placed in the brackets.

To add more it should look like this:

PYTHON:
    admin_list = ['STEAM_ID_LAN','STEAM_ID_EXAMPLE']
     


No Spaces! More than 2 can be added.

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

In your Autoexec.cfg:

Code:
es_load zmodadmin

Version Notes For 1.0

Updated on: 2009-08-08 16:47:33 EST by Owned|Myself (View Zip Contents)
Current Options:

Punishments:
- Slay
- Disarm
- Zombify

Player Commands:
- Force Spawn
- Force Teleport
- Force Unstuck

Server Commands:
- Enable Respawn
- Disable Respawn
- Voice Off
- Voice On
- Enable Zombie Talk
- Disable Zombie Talk

Forgot to remove my Admin Steam ID's, which is why I reuploaded!

( Previous Versions )