20.07.2013, 08:36
I have them OnPlayerConnect
I'll do like you told me and put them OnPlayerSpawn.
pawn Код:
//Areas
UsaArea = GangZoneCreate(-1541.015625, 421.875, -1218.75, 539.0625);
GangZoneShowForAll(UsaArea, 0x0011FF93);
ChinaArea = GangZoneCreate(-2724.609375, -82.03125, -2566.40625, 58.59375);
GangZoneShowForAll(ChinaArea, 0xFF780068);
GermanyArea = GangZoneCreate(-2771.484375, 556.640625, -2496.09375, 726.5625);
GangZoneShowForAll(GermanyArea, 0xFF0000C8);
RussiaArea = GangZoneCreate(-1998.046875, 222.65625, -1875, 351.5625);
GangZoneShowForAll(RussiaArea, 0xE2E200CB);
FranceArea = GangZoneCreate(-2994.10609, 400.785855, -2834.97053, 542.239686);
GangZoneShowForAll(FranceArea, 0x00FF0092);