mirror of
https://github.com/alliedmodders/amxmodx.git
synced 2024-12-25 06:15:37 +03:00
Removed extra forwards
This commit is contained in:
parent
4dad81af30
commit
2e22dde409
@ -21,14 +21,6 @@ enum {
|
||||
|
||||
#pragma library tsfun
|
||||
|
||||
/* Function is called after player to player attacks ,
|
||||
* if players were damaged by teammate TA is set to 1 */
|
||||
forward client_damage(attacker,victim,damage,wpnindex,hitplace,TA);
|
||||
|
||||
/* Function is called after player death ,
|
||||
* if player was killed by teammate TK is set to 1 */
|
||||
forward client_death(killer,victim,wpnindex,hitplace,TK);
|
||||
|
||||
/************* Shared Natives End ********************************/
|
||||
|
||||
/* Function is called just before a kung foo attack is done,
|
||||
|
Loading…
Reference in New Issue
Block a user