-
Notifications
You must be signed in to change notification settings - Fork 3
API: Natives
Jonathan Öhrström edited this page Aug 15, 2017
·
16 revisions
- IsClientWarden
- WardenExists
- SetWarden
- RemoveWarden
- GetCurrentWarden
- GetTeamAliveClientCount
- IsEventDayActive
- IsHnsActive
- IsGravFreedayActive
- IsWarActive
- IsFreedayActive
- ClientHasFreeday
- GiveClientFreeday
- RemoveClientFreeday
- SetClientBeacon
| IsClientWarden | |
|---|---|
Checks if the given client is currently warden. |
|
|
Parameters int CLIENT - Client index |
Returns TRUE - If successful |
if(IsClientWarden(client)) { return; }
BW © Jonathan Öhrström, built with contributions by developers!