|
Author
|
Message
|
|
Member
Join Date: Oct 2012
Location: Gothenburg, Sweden
|

01-19-2013
, 18:54
Need help with my compiling errors!!
|
#1
|
Line <131> : error 032: array index out of bounds <variable "g_msgFade">
Line <363> : error 032: array index out of bounds <variable "Rank_Tags">
Line <382> : error 035: argument type mismatch <argument 2>
1. message_begin(MSG_ONE, g_msgFade[33], {0,0,0}, id);
2. formatex(Temp,63, "\\r%s", Rank_Tags[3])
3. ColorChat(0, "!g[%s]!team %s!y gives!team %s!y a new Rank. !g[%s]!y", TAG_Chat, szName2, szName, Rank_Tags[key+1])
|
|
|
|