ExtendMapTimeLimit
Extends the map time limit in a way that will notify all plugins.
native bool ExtendMapTimeLimit(int time)
Parameters
int time
Number of seconds to extend map time limit by.
The number can be negative to decrease the time limit.
If 0, the map will be set to have no time limit.
Return Value
bool True on success, false if operation is not supported.