06.03.2009, 23:46
The variable zXpos1 is used to store the float, for it to be saved into a file.
pawn Код:
enum gzInfo
{
zName[32],
zXpos1,
zYpos1,
zXpos2,
zYpos2
};
new GangZoneInfo[MAX_GANG_ZONES][gzInfo];