23.03.2012, 09:01
I got error from this line
i got this error (20292) : error 032: array index out of bounds (variable "PlayerInfo")
I tried to put PlayerInfo[i][pAdmName] but still get another different error which is (20292) : error 017: undefined symbol "i"
Any solutions please.
And i got question, where i get confuse.
Whats the different between this
And This
Mind telling me? format(string, 256, blablabla); and format(string,sizeof(string), "blablabla); give the same thing. but why the functions is different?
Quote:
format(string, sizeof(string), "*** %s %s *** %s", arank, PlayerInfo[pAdmName], result); |
I tried to put PlayerInfo[i][pAdmName] but still get another different error which is (20292) : error 017: undefined symbol "i"
Any solutions please.
And i got question, where i get confuse.
Whats the different between this
Quote:
format(string, sizeof(string), "*** %s %s *** %s", Bla, Bla, result); |
Quote:
format(string, 256, ***: %s (%s): %s*** [ID: %d] ", bla, bla], bla, i); |