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
#2

anyone?
Reply
#3

Check your other thread.
Reply
#4

Anyone else...?
Reply
#5

I'll post again !

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


Forum Jump:


Users browsing this thread: 1 Guest(s)