Textdraw problem
#4

only have 1 timer for the countdown.

public SecondsTimer()
{
Seconds--;
if(Seconds <= -1)
{
Seconds = 59;
Minutes--;
}
new string[128];
format(string,sizeof(string),"~g~Minutes: %d Seconds: %d remaining",Minutes,Seconds);
TextDrawSetString(TimeTD,string);
Reply


Messages In This Thread
Textdraw problem - by ViruZZzZ_ChiLLL - 28.05.2010, 02:37
Re: Textdraw problem - by (SF)Noobanatior - 28.05.2010, 04:09
Re: Textdraw problem - by ViruZZzZ_ChiLLL - 28.05.2010, 07:47
Re: Textdraw problem - by cessil - 28.05.2010, 07:50

Forum Jump:


Users browsing this thread: 1 Guest(s)