AMXX-BG.INFO zp50_flashlight.inc Functions

zp50_flashlight functions

All callable symbols documented in this include, grouped by declaration type.

Natives

Name Signature
zp_flashlight_get_charge native zp_flashlight_get_charge(id) /** * Sets a player's custom flashlight batteries charge. * * @param id Player index. * @param value New charge percent (0 to 100). */ native zp_flashlight_set_charge(id, charge)
zp_flashlight_set_charge native zp_flashlight_set_charge(id, charge)