Description
[size=18][color=red]JoeyCMDs v1.0[/color][/size]
Created by [color=green]JoeyT2008[/color]
[size=18][color=blue][b]Requirements:[/b][/color][/size]
[list][b][*][url=http://mattie.net/downloads/mattie_eventscripts_200beta247.zip]EventScripts v2.0 or higher.[/url][/b][/list]
[size=18][color=blue][b]Description:[/b][/color][/size]
[list]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.[/list]
[color=blue][size=18][b]Example:[/b][/size][/color]
[syntax="python"]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)[/syntax]
[color=blue][size=18][b]Command Syntax's:[/b][/size][/color]
[list]You can add command syntax's and descriptions via "cstrike/cfg/JoeyCMDs.txt"
Simply add a line like this for each command:
[code]est_noclip, , , "Noclip a player."[/code]
[code]NAME, , [OPTIONAL], "DESCRIPTION"[/code][/list]
[color=blue][size=18][b]Installation:[/b][/size][/color]
[list]1. Extract to your cstrike folder.[/list]
[size=18][color=blue][b]Download:[/b] [/color][/size]
[list][b]:arrow: [url]http://addons.eventscripts.com/addons/download/joeycmds[/url][/b][/list]