Quote:
Originally Posted by simanovich
The killer is the world (index = 0) (trigger_hurt, fall, etc.)
|
I'v though i have IsPlayer part for that but apparently it's incorrect.
Now it is
PHP Code:
#define IsPlayer(%0) (1 <= (%0) <= g_iMaxPlayers)
Should it be
PHP Code:
#define IsPlayer(%1) (1 <= (%1) <= g_iMaxPlayers)
or something?
By the way, that does that %0 (or %1) part means?