[HELP] checkpoint 'for loop' countdown
#2

Код:
new i = 30;
gMyText1 = TextDrawCreate(280,340,"CP countdown: 30");
while(i >= 0)
{
i--;
format(string, sizeof(string), "CP countdown: %i", i);
TextDrawSetString(gMyText1,string);
}
Reply


Messages In This Thread
[HELP] checkpoint 'for loop' countdown - by theinformer - 27.12.2011, 18:35
Re: [HELP] checkpoint 'for loop' countdown - by coole210 - 27.12.2011, 19:12
Re: [HELP] checkpoint 'for loop' countdown - by theinformer - 27.12.2011, 19:54
Re: [HELP] checkpoint 'for loop' countdown - by theinformer - 27.12.2011, 20:09

Forum Jump:


Users browsing this thread: 1 Guest(s)