Synced include files

This commit is contained in:
David Anderson
2004-09-10 03:12:38 +00:00
parent 0a74f09273
commit 5043a40c51
14 changed files with 1150 additions and 8 deletions

View File

@ -1,10 +1,4 @@
/* CS Stats functions
*
* by the AMX Mod X Development Team
* originally developed by OLO
*
* This file is provided as is (no warranties).
*/
#if defined _csstats_included
#endinput
@ -21,6 +15,7 @@
* 4 - shots
* 5 - hits
* 6 - damage
* For body hits fields see amxconst.inc. */
native get_user_wstats(index,wpnindex,stats[8],bodyhits[8]);
@ -54,4 +49,14 @@ native reset_user_wstats(index);
native get_stats(index,stats[8],bodyhits[8],name[],len);
/* Returns number of all entries in stats. */
native get_statsnum();
native get_statsnum();
/*
* new stats:
* 0 - total defusions
* 1 - bomb defused
* 2 - bomb plants
* 3 - bomb explosions
*/
native get_user_stats2(index,stats[4]);
native get_stats2(index,stats[4]);