26.08.2010, 20:49
I don't know if this is what you meant, but trying adding it with a loop:
Just using sizeof, with -1 to go through all of it.
Edit: l33t Luka.
pawn Код:
for(new i = 0; i < sizeof(string[0])-1; i++)
{
//Code or something
}
Edit: l33t Luka.