02.01.2014, 19:34
You need to use SetTimerEx() of course and provide a playerid another issue is what happens if the player logs off and other logs in then the timer will call that function even though that player did not want to participate in the quiz. You need to save the timer id and kill the timer when that player logs off to make sure that it doesn't happen.