26.06.2007, 23:35
Xtreme when creating a gangzone it will do something like:
what should be:
look at the comma in 193,0891 and it should be 193.0891 with a dot
How come? same thing with mabakos map editor it also saves comma's
Code:
GangZoneRed3 = GangZoneCreate(193,0981, -1954,256, 657,0441, -1105,492);
Code:
GangZoneRed3 = GangZoneCreate(193.0981, -1954.256, 657.0441, -1105.492);
How come? same thing with mabakos map editor it also saves comma's