warning 228: length of initialler exceeds size
#2

Two solutions:

1) Don't use brackets around the coordinates + your enum just like it is.
2) Use brackets around the coordinates as you have + change your enum to:
pawn Код:
enum zoneinfo
{
    zone_name[27],
    Float:zone_coordinates[6]
}
Reply


Messages In This Thread
warning 228: length of initialler exceeds size - by DarkLored - 28.03.2014, 22:12
Re: warning 228: length of initialler exceeds size - by Konstantinos - 28.03.2014, 22:18
Re: warning 228: length of initialler exceeds size - by DarkLored - 28.03.2014, 22:22

Forum Jump:


Users browsing this thread: 2 Guest(s)