AMX Mod X API Documentation

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

Removes all tasks with the specified id.

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

Number of removed tasks

Назад
Верх