help!?
#1

Ok, ive been trying and trying.. but i cant get figure out this.


i want a code that has a timer, when the timer runs out, it announces text, and restarts the server, anyone got a clue how to make this?
Reply
#2

pawn Код:
public OnGameModeInit()
{
  SetTimer("TimeUP", /*Time In Miliseconds*/, false);
  return 1;
}

forward TimeUP();

public TimeUP()
{
  GameTextForAll("Message", 4000, 3);
  SendRconCommand("gmx");
  return 1;
}
Reply
#3

thanks it works! got an idea on how to show the gametext for the timer? like a counting down timer?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)