14.03.2010, 14:26
Hey there,
i've got a GangZone Problem. I load the Coordiantes from a file, works fine. But they don't will be shown all. Just a few. I put this code under OnPlayerSpawn.
i've got a GangZone Problem. I load the Coordiantes from a file, works fine. But they don't will be shown all. Just a few. I put this code under OnPlayerSpawn.
pawn Код:
for(new z = 0; z < sizeof(GangZoneInfo); z++)
{
zone[z]= GangZoneShowForPlayer(playerid, z, GetGangZoneColor(z));
}