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

Diff of /include/tsfun.inc

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

revision 1, Tue Oct 30 09:08:11 2007 UTC revision 17, Fri Nov 16 15:29:57 2007 UTC
# Line 18  Line 18 
18  enum {  enum {
19    XMF_DAMAGE = 0,    XMF_DAMAGE = 0,
20    XMF_DEATH,    XMF_DEATH,
21  }  };
22    
23  #if AMXX_VERSION_NUM >= 175  #if AMXX_VERSION_NUM >= 175
24   #pragma reqlib tsfun   #pragma reqlib tsfun
# Line 67  Line 67 
67  native ts_setuserslots( index, slots );  native ts_setuserslots( index, slots );
68    
69  native ts_getuserstate( index );  native ts_getuserstate( index );
70  native ts_getuserwpn( index,&clip,&ammo,&mode,&extra );  native ts_getuserwpn( index,&clip=0,&ammo=0,&mode=0,&extra=0 );
71  native ts_getuserspace( index );  native ts_getuserspace( index );
72    
73  native ts_getuserkillflags(killer);  native ts_getuserkillflags(killer);

Legend:
Removed from v.1  
changed lines
  Added in v.17

Contact
ViewVC Help
Powered by ViewVC 1.0.4