Functions
csx.inc
amxmodx 1.8.2 hg65
| Function | Type | Description |
|---|---|---|
| bomb_defused | forward | This function has no description. |
| bomb_defusing | forward | This function has no description. |
| bomb_explode | forward | This function has no description. |
| bomb_planted | forward | This function has no description. |
| bomb_planting | forward | This function has no description. |
| client_damage | forward | Function is called after player to player attacks , if players were damaged by teammate TA is set to 1 |
| client_death | forward | Function is called after player death , if player was killed by teammate TK is set to 1 |
| grenade_throw | forward | This function has no description. |
| custom_weapon_add | native | function will return index of new weapon |
| custom_weapon_dmg | native | Function will pass damage done by this custom weapon to stats module and other plugins |
| custom_weapon_shot | native | Function will pass info about custom weapon shot to stats module |
| xmod_get_maxweapons | native | Returns weapons array size |
| xmod_get_stats_size | native | Returns stats array size |
| xmod_get_wpnlogname | native | Returns weapon logname. |
| xmod_get_wpnname | native | Returns weapon name. |
| xmod_is_melee_wpn | native | function will return 1 if true |