Skip to content

API: Natives

Jonathan Öhrström edited this page Aug 15, 2017 · 16 revisions

Natives


IsClientWarden

Checks if the given client is currently warden.

Parameters
    int CLIENT - Client index
Returns
    TRUE - If successful

Example

if(IsClientWarden(client)) {
  return;
}

Clone this wiki locally