error 029: invalid expression, assumed zero
#1

I'm getting error when compiling script, if I remove ; then also same problem!
LINE 1005:-
PHP код:
new RandomMSG[][] =
{
    
"{00309E}[Help]{FFFFFF} If you have any questions regarding the server, use /irc",
}; 
//line1005 
Код:
C:\Users\Faisal\Downloads\OLD\gamemodes\Games.pwn(1005) : error 029: invalid expression, assumed zero
C:\Users\Faisal\Downloads\OLD\gamemodes\Games.pwn(1005) : error 008: must be a constant expression; assumed zero
Reply
#2

You dont need , because its last line, so you dont need it... try like this:
PHP код:
new RandomMSG[][] = 

    
"{00309E}[Help]{FFFFFF} If you have any questions regarding the server, use /irc"
}; //line1005 
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)