mirror of
https://github.com/alliedmodders/amxmodx.git
synced 2024-12-26 14:55:36 +03:00
12 lines
238 B
C
12 lines
238 B
C
|
// prevent double include
|
||
|
#ifndef __BB_CONST__
|
||
|
#define __BB_CONST__
|
||
|
|
||
|
#define BB_PDATA_LEVEL 505
|
||
|
#define BB_PDATA_EXP 4
|
||
|
#define BB_PDATA_POINT 432
|
||
|
#define BB_PDATA_SPEED 501
|
||
|
#define BB_PDATA_HITPOINTS 502
|
||
|
#define BB_PDATA_SKILL 503
|
||
|
|
||
|
#endif
|