jctf_flag
This forward triggers when a team's flag changes status. This forward also triggers, for example, when a flag is captured, for the capturing player and also for the assisting ones, each having bAssist true/false acordingly.
Syntax
forward jctf_flag(iEvent, iPlayer, iFlagTeam, bool:bAssist)
Usage
| iEvent | The event triggered (list above) |
| iPlayer | Index of player |
| iFlagTeam | The flag's team |
| bAssist | — |
Return
This function has no return value.
Defined in
jctf.inc
at line 36
.
This documentation was automatically generated from source.