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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1 - (view) (download)

1 : ian 1 #First field(Status):
2 :     # ns = Not Started
3 :     # st = Started
4 :     # fn = Finished
5 :     #Second field(Event):
6 :     # 1 = Spawned
7 :     # 2 = Timer start/stop button pressed
8 :     # 4 = Stop
9 :     #Third field(Command Type):
10 :     # sc = Server Command
11 :     # cc = Client Command
12 :     #Fourth field(Command):
13 :     # Command to be executed.
14 :     # For server commands use #%d where target uid should be inserted
15 :     # or %s where target name should be inserted.
16 :     #Fifth Field(ID): (Use User ID whenever possible for fail proof operation.)
17 :     # uid = User ID (Use %d)
18 :     # name = User Name (Use %s)
19 :     #
20 :     #The Climb plugin takes a max of 50 commands.
21 :     #st 2 sc "amx_godmode #%d 0" uid
22 :     st 2 sc "amx_revokehook #%d" uid
23 :     #fn 7 sc "amx_give #%d item_longjump" uid
24 :     fn 6 sc "amx_givehook #%d" uid
25 :     #fn 7 sc "amx_godmode #%d 1" uid

Contact
ViewVC Help
Powered by ViewVC 1.0.4