Evie Addon Details

Watch - Add Favorite

JoeyCMDs - Version 1.0

posted on 2008-03-10 16:13:04
by JoeyT2006
5
w00ts
w00t!
Requires: Tags: cmds commands css dods est hl2dm joey mani sdk TF2

Description

JoeyCMDs v1.0
Created by JoeyT2008

Requirements:
Description:
    It's like Schubaals EST wrapper, but with a wider range.
    It's pretty simple, you import it, set a command for it to be used with, and your ready to go. FOR SCRIPTERS ONLY btw.

Example:
from JoeyCMDs import JoeyCMDs
 
# Command with the est prefix.
# E.g: est.spawn(userid, 1)
est = JoeyCMDs("est")
 
# Command with no prefix.
# E.g: server.est_spawn(userid, 1)
server = JoeyCMDs()
 
def player_say(event_var):
if event_var["text"] == "spawn":
est.spawn(event_var["userid"], 1)
if event_var["text"] == "spawn2":
server.est_spawn(event_var["userid"], 1)

Command Syntax's:
    You can add command syntax's and descriptions via "cstrike/cfg/JoeyCMDs.txt"
    Simply add a line like this for each command:
    est_noclip, , , "Noclip a player."

    NAME, , [OPTIONAL], "DESCRIPTION"

Installation:
    1. Extract to your cstrike folder.

Download:

Version Notes For 1.0 (Announce this update)

Updated on: 2008-03-10 16:13:03 EST
Version Notes:
    Version 1.0
    [*]Released to public.

( Previous Versions )