added these include files k
This commit is contained in:
@ -11,11 +11,18 @@
|
||||
|
||||
#include <csstats>
|
||||
|
||||
#pragma library csx
|
||||
#if AMXX_VERSION_NUM >= 175
|
||||
#pragma reqclass xstats
|
||||
#if !defined AMXMODX_NOAUTOLOAD
|
||||
#pragma defclasslib xstats csx
|
||||
#endif
|
||||
#else
|
||||
#pragma library csx
|
||||
#endif
|
||||
|
||||
/*
|
||||
* Forwards
|
||||
*/
|
||||
* Forwards
|
||||
*/
|
||||
|
||||
/* Function is called after player to player attacks ,
|
||||
* if players were damaged by teammate TA is set to 1 */
|
||||
|
Reference in New Issue
Block a user