timer textdraw wont go down
#1

my previous thread with my code: http://forum.sa-mp.com/showthread.ph...33#post2766733

So i got it to kinda work but now it wont count down :\

pawn Код:
new roundtimer;

forward CountDown(playerid)

// under ongamemodeinit

public CountDown(playerid)
{
    new string[85];
    format(string,sizeof(string),"%d Sec",roundtimer);
    PlayerTextDrawSetString(playerid,TL[playerid],string);
    roundtimer--;
    return 1;
}
Reply


Messages In This Thread
timer textdraw wont go down - by Voxel - 02.11.2013, 19:13
Re: timer textdraw wont go down - by Voxel - 02.11.2013, 20:23
Re: timer textdraw wont go down - by rappy93 - 02.11.2013, 20:27
Re: timer textdraw wont go down - by Voxel - 02.11.2013, 20:59
Re: timer textdraw wont go down - by rappy93 - 02.11.2013, 21:01

Forum Jump:


Users browsing this thread: 1 Guest(s)