[Half-Life AMXX] / include / amxconst.inc Repository:
ViewVC logotype

Diff of /include/amxconst.inc

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 43, Mon Mar 3 06:00:27 2008 UTC revision 44, Mon Oct 11 23:53:51 2010 UTC
# Line 45  Line 45 
45  #define FLAG_AUTHID             (1<<2)  /* flag "c" */  #define FLAG_AUTHID             (1<<2)  /* flag "c" */
46  #define FLAG_IP                 (1<<3)  /* flag "d" */  #define FLAG_IP                 (1<<3)  /* flag "d" */
47  #define FLAG_NOPASS             (1<<4)  /* flag "e" */  #define FLAG_NOPASS             (1<<4)  /* flag "e" */
48    #define FLAG_CASE_SENSITIVE     (1<<10) /* flag "k" */
49    
50  #define PLUGIN_CONTINUE         0       /* Results returned by public functions */  #define PLUGIN_CONTINUE         0       /* Results returned by public functions */
51  #define PLUGIN_HANDLED          1       /* stop other plugins */  #define PLUGIN_HANDLED          1       /* stop other plugins */

Legend:
Removed from v.43  
changed lines
  Added in v.44

Contact
ViewVC Help
Powered by ViewVC 1.0.4