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

Diff of /include/ns2amx.inc

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

revision 16, Fri Nov 16 15:12:40 2007 UTC revision 17, Fri Nov 16 15:29:57 2007 UTC
# Line 18  Line 18 
18          return is_valid_ent(id);          return is_valid_ent(id);
19    
20  /* The end of the native is buffered incase the plugin is including an NS_VERSION (no longer supported), ignore it */  /* The end of the native is buffered incase the plugin is including an NS_VERSION (no longer supported), ignore it */
21  stock get_build(classname[], value, number=0,{Float,Sql,Result,_}:...)  stock get_build(classname[], value, number=0,any:...)
22          return ns_get_build(classname, value, number);          return ns_get_build(classname, value, number);
23    
24  stock get_private_i(index, offset, linuxdiff=5)  stock get_private_i(index, offset, linuxdiff=5)
# Line 259  Line 259 
259  stock get_class(id)  stock get_class(id)
260    return ns_get_class(id);    return ns_get_class(id);
261    
   
   
262  stock is_combat()  stock is_combat()
263          return ns_is_combat();          return ns_is_combat();

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

Contact
ViewVC Help
Powered by ViewVC 1.0.4