Error 029 - 008 Please Help!
#1

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.
Reply
#2

pawn Код:
new RandomMSG[4][128] =
{
"**Dont Break The /Rules!!**",
"**/Cmdhelp For Commands!**",
"**Play Nice, Treat ALL Player's With Respect.**",
"**Owner's XFire Is - ******** - **."
};
try this.
Reply
#3

Код:
new RandomMSG[][] =
{
"**Dont Break The /Rules!!**",
"**/Cmdhelp For Commands!**",
"**Play Nice, Treat ALL Player's With Respect.**",
"**Owner's XFire Is - ******** - **."
}
try that
Reply
#4

Omg, Such a simple mistake! Thank you, I Respect you for this!
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)