22.02.2014, 05:29
Try this
pawn Код:
public TriviaEvent()
{
new iTrivia [ 21 ] [ Trivia_ENUM ];
typet = random(MAX_QUESTIONS);
new string[128];
format(string, sizeof(string), " %s ", iTrivia [typet] [tIntrebare]);
SendClientMessageToAll(COLOR_LIGHTRED, string);
endt =1;
timertrivia = SetTimer("TriviaEnd", 360000, false);
return 1;
}