Error 029 help.
#7

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;
    } 
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)