09.10.2011, 08:37
Hello guys, I am wondering, how to make a script, which will loop through alphabet.
Any ideas?
I did this:
but it doesnt works..
Any ideas?
Any ideas?
I did this:
pawn Код:
public OnFilterScriptInit()
{
new Literka[2];
Literka = "A";
for(new i = 10; i != 0; i--)
{
printf(Literka);
Literka++;
}
}
Any ideas?