GangZones BUG
#1

I want to add some gang zones for my turf system, but... i don't know where am I wrong

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;
}
So where it's the mistake ?
Reply


Messages In This Thread
GangZones BUG - by Psyhophatic - 27.07.2014, 13:21
Re: GangZones BUG - by SHE790 - 27.07.2014, 19:05

Forum Jump:


Users browsing this thread: 1 Guest(s)