[Half-Life AMXX] / compiled / climb_2_0_a3 / amxmodx / configs / climb.ini Repository:
ViewVC logotype

View of /compiled/climb_2_0_a3/amxmodx/configs/climb.ini

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1 - (download) (annotate)
Tue Oct 30 09:08:11 2007 UTC (16 years, 5 months ago) by ian
File size: 739 byte(s)
#First field(Status):
#	ns = Not Started
#	st = Started
#	fn = Finished
#Second field(Event):
#	1 = Spawned
#	2 = Timer start/stop button pressed
#	4 = Stop
#Third field(Command Type):
#	sc = Server Command
#	cc = Client Command
#Fourth field(Command):
#	Command to be executed.
#	For server commands use #%d where target uid should be inserted
#	or %s where target name should be inserted.
#Fifth Field(ID): (Use User ID whenever possible for fail proof operation.)
#	uid = User ID (Use %d)
#	name = User Name (Use %s)
#
#The Climb plugin takes a max of 50 commands.
#st 2 sc "amx_godmode #%d 0" uid
st 2 sc "amx_revokehook #%d" uid
#fn 7 sc "amx_give #%d item_longjump" uid
fn 6 sc "amx_givehook #%d" uid
#fn 7 sc "amx_godmode #%d 1" uid

Contact
ViewVC Help
Powered by ViewVC 1.0.4