16.05.2011, 23:56
Hey guy's, i'm new to scripting, i've been working on my game mode, and i have "Error 008" And "Error 029", In which i currently can't fix.
C:\Users\Serenity\Desktop\MMM.pwn(26) : error 029: invalid expression, assumed zero
C:\Users\Serenity\Desktop\MMM.pwn(26) : error 008: must be a constant expression; assumed zero
The Script -
new RandomMSG[][] =
{
"**Dont Break The /Rules!!**",
"**/Cmdhelp For Commands!**",
"**Play Nice, Treat ALL Player's With Respect.**",
"**Owner's XFire Is - ******** - **.",
}; <------------ Line Of Errors.
Any Help would be appreaciated, i'm sorry if i did it in the wrong format, but this is my first topic on this forum.
C:\Users\Serenity\Desktop\MMM.pwn(26) : error 029: invalid expression, assumed zero
C:\Users\Serenity\Desktop\MMM.pwn(26) : error 008: must be a constant expression; assumed zero
The Script -
new RandomMSG[][] =
{
"**Dont Break The /Rules!!**",
"**/Cmdhelp For Commands!**",
"**Play Nice, Treat ALL Player's With Respect.**",
"**Owner's XFire Is - ******** - **.",
}; <------------ Line Of Errors.
Any Help would be appreaciated, i'm sorry if i did it in the wrong format, but this is my first topic on this forum.