mirror of
https://github.com/alliedmodders/amxmodx.git
synced 2024-12-26 06:45:37 +03:00
added DoD include files
This commit is contained in:
parent
7b626ab632
commit
cf65ebf647
@ -18,6 +18,7 @@
|
|||||||
enum {
|
enum {
|
||||||
XMF_DAMAGE = 0,
|
XMF_DAMAGE = 0,
|
||||||
XMF_DEATH,
|
XMF_DEATH,
|
||||||
|
XMF_SCORE,
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Use this function to register forwards */
|
/* 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 */
|
* if player was killed by teammate TK is set to 1 */
|
||||||
forward client_death(killer,victim,wpnindex,hitplace,TK);
|
forward client_death(killer,victim,wpnindex,hitplace,TK);
|
||||||
|
|
||||||
|
/* Function is called if player scored */
|
||||||
|
forward client_score(index,score,total);
|
||||||
|
|
||||||
/* Custom Weapon Support */
|
/* Custom Weapon Support */
|
||||||
/* function will return index of new weapon */
|
/* function will return index of new weapon */
|
||||||
native custom_weapon_add( wpnname[],melee = 0,logname[]="" );
|
native custom_weapon_add( wpnname[],melee = 0,logname[]="" );
|
||||||
|
Loading…
Reference in New Issue
Block a user