15.04.2015, 15:58
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;
}