29.11.2009, 01:35
Hello, I'm having a problem with string...
I have to define string, but when i make new string[256]; it gives me whole lot of errors...
any idea why ?
please help me...
Here's the code
There's a lot of lines that are using that string thing...so it's useless to show you them all...
I just want to know why when I define string (new string[256] it gives me 26 errors, most of them something "must be indexed"
Please help, cheers
I have to define string, but when i make new string[256]; it gives me whole lot of errors...
any idea why ?
please help me...
Here's the code
pawn Code:
format(string, sizeof(string), " You have been promoted to a level %d admin by %s", level, sendername);
I just want to know why when I define string (new string[256] it gives me 26 errors, most of them something "must be indexed"
Please help, cheers