AMX Mod X API Documentation

Signature
native task_exists(id = 0, outside = 0);
Description

Returns if a task with the specified id exists.

Parameters
  • id Task id to search for
  • outside Search for tasks set by other plugins if nonzero
Returns

1 if a task was found, 0 otherwise

Назад
Верх