27.07.2014, 13:21
I want to add some gang zones for my turf system, but... i don't know where am I wrong 
So where it's the mistake ?

pawn Код:
new GANG;//out of functions
//... code bla bla bla
public OnGameModeInit()
{
//....
GANG = GangZoneCreate(1248.011, 2072.804, 1439.348, 2204.319);
return 1;
}
//....
CMD:showgang(playerid,params[])
{
GangZoneShowForPlayer(playerid,GANG,0xFFFF0096);
return 1;
}