AMX Mod X API Documentation

Signature
native change_task(id = 0, Float:newTime = 1.0, outside = 0);
Description

Modifies the time interval of all tasks with the specified id.

Parameters
  • id Task id to search for
  • newTime New time interval to set
  • outside Will affect tasks set by other plugins if nonzero
Returns

Number of affected tasks

Назад
Верх