28.03.2014, 22:18
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:
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]
}