SA-MP Forums Archive
timer textdraw wont go down - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: timer textdraw wont go down (/showthread.php?tid=473412)



timer textdraw wont go down - Voxel - 02.11.2013

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;
}



Re: timer textdraw wont go down - Voxel - 02.11.2013

anyone?


Re: timer textdraw wont go down - rappy93 - 02.11.2013

Check your other thread.


Re: timer textdraw wont go down - Voxel - 02.11.2013

Anyone else...?


Re: timer textdraw wont go down - rappy93 - 02.11.2013

I'll post again !

This should solve your problem : https://sampforum.blast.hk/showthread.php?tid=169023