Quote:
Originally Posted by ViruZZzZ_ChiLLL
Try this :
pawn Код:
public OnGameModeInit() { SetTimer("EndOfRound", 60000*60*10, true); return 1; }
forward EndOfRound(); public EndOfRound() { for(new i = 0; i < MAX_PLAYERS; i++) { SetPlayerPos(i, x, y, z); } return 1; }
You get the idea.
|
look i need this timer change pos many times every 15 min