added DoD include files

This commit is contained in:
Lukasz Wlasinksi 2004-09-10 10:08:22 +00:00
parent 7b626ab632
commit cf65ebf647

View File

@ -18,6 +18,7 @@
enum {
XMF_DAMAGE = 0,
XMF_DEATH,
XMF_SCORE,
}
/* Use this function to register forwards */
@ -31,6 +32,9 @@ forward client_damage(attacker,victim,damage,wpnindex,hitplace,TA);
* if player was killed by teammate TK is set to 1 */
forward client_death(killer,victim,wpnindex,hitplace,TK);
/* Function is called if player scored */
forward client_score(index,score,total);
/* Custom Weapon Support */
/* function will return index of new weapon */
native custom_weapon_add( wpnname[],melee = 0,logname[]="" );