07.03.2009, 00:11
Ah yes, cool. Thanks it works now 
Do you know how to store hex colours in a variable?
I've tried adding zColor to the gangzone file.
Instead of it saving as a hex colour it saves as a number. for example "30"
And for writing to the file

Do you know how to store hex colours in a variable?
I've tried adding zColor to the gangzone file.
Instead of it saving as a hex colour it saves as a number. for example "30"
pawn Код:
format(GangZoneInfo[spaces][zColor], 32, "0x00000042");
pawn Код:
format(info, 32, "Colour=%x\n", GangZoneInfo[spaces][zColor]);fwrite(gzfile, info);