#1

is there a way to delay the OngamemodeExit function?
or do i have to create another? if yes example please
Reply
#2

This plugin gives a function as 'Wait()' which stops the execution of any part for the time specified.

Example:
pawn Код:
public OnGameModeInIt()
{
      Wait(5); // Wait server execution for 5 seconds.
      return 1;
}
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)