|
Author
|
Message
|
|
Member
|

01-20-2005
, 05:54
quick register_concmd() related question
|
#1
|
hey all,
i was wondering are there a list of constants anywhere that can be found that can be used to cause an event. For example
register_concmd() executes a function given a particular command is executed.
I have seen commands like this:
register_concmd("admin_exec","admin_exec",0,"- execute a command on the targets client")
and also like this....
register_concmd("chooseteam","team_block",0)
What i want is a list of the key words that can be used to raise events. 'chooseteam' is obviously a keyword that is used when a client changes team....are there keywords like 'connect' and 'endround' aswell ???
Im after executing a command when a user connects, so therefore can i use...
register_concmd("connect","execute_example_fu nction",0)
?? Thanks for any help
|
|
|
|