jctf_add_adrenaline

This native adds or substracts adrenaline from a player. NOTE: This can be used to set adrenaline too, you can empty it using -100 or fill it using 100 as iAdd. NOTE: It doesn't check if player is actually a player, you could get plugin errors if you use it wrong.

Syntax

native jctf_add_adrenaline(id, iAdd, szReason[] = "")

Usage

id Index of player
iAdd How much adrenaline to add, can be negative to substract
szReason

Return

This function has no return value.

Defined in jctf.inc at line 75 . This documentation was automatically generated from source.