25.07.2012, 10:59
Hi guys! I have this thing:
And i want to show All these gangzone for all players using this "turf" Have some ideas!?
I tried to include
in this loop but nothing happends!
pawn Код:
for(new i=1; i<51; i++)
{
turf[i] = GangZoneCreate(TeritoriuInfo[i][tPozX1],TeritoriuInfo[i][tPozY1],TeritoriuInfo[i][tPozX2],TeritoriuInfo[i][tPozY2]);
}
And i want to show All these gangzone for all players using this "turf" Have some ideas!?
I tried to include
pawn Код:
GangZoneShowForAll(turf[i], COLOR_RED);