Error 029 help.
#8

Quote:
Originally Posted by Konstantinos
Посмотреть сообщение
You did not close the bracket at the gSAZones array. Your code:
PHP код:
enum SAZONE_MAIN {
    
SAZONE_NAME[28],
    
Float:SAZONE_AREA[6]
};
static const 
gSAZones[][SAZONE_MAIN] = {
    
//    NAME AREA (Xmin,Ymin,Zmin,Xmax,Ymax,Zmax) Removed for post, not needed.
    
    
    
public OnPlayerConnect(playerid)
    {
        
Picked[playerid] = 0;
        return 
1;
    } 
That didnt help.
Now the errors look like this:
Quote:

C:\Users\Flav\Desktop\Folder nou (2)\filterscripts\Gift.pwn(61) : error 029: invalid expression, assumed zero
C:\Users\Flav\Desktop\Folder nou (2)\filterscripts\Gift.pwn(61 -- 63) : error 008: must be a constant expression; assumed zero

Maybe i putted in the wrong line, where do i need to put it?
Reply


Messages In This Thread
Error 029 help. - by SpyGames - 15.04.2015, 15:42
AW: Error 029 help. - by Mencent - 15.04.2015, 15:43
Re: Error 029 help. - by SpyGames - 15.04.2015, 15:49
Re: Error 029 help. - by ATGOggy - 15.04.2015, 15:50
AW: Error 029 help. - by Mencent - 15.04.2015, 15:51
Re: Error 029 help. - by SpyGames - 15.04.2015, 15:55
Re: Error 029 help. - by Konstantinos - 15.04.2015, 15:58
Re: Error 029 help. - by SpyGames - 15.04.2015, 16:07
Re: Error 029 help. - by Konstantinos - 15.04.2015, 16:16
Re: Error 029 help. - by SpyGames - 15.04.2015, 16:19

Forum Jump:


Users browsing this thread: 1 Guest(s)