25.01.2014, 09:34
This plugin gives a function as 'Wait()' which stops the execution of any part for the time specified.
Example:
Example:
pawn Код:
public OnGameModeInIt()
{
Wait(5); // Wait server execution for 5 seconds.
return 1;
}

