GangZone BUG [REP++]
#1

I have something like this:

pawn Код:
new gangturf1;
new gangturf2;
In a timer i do something like this because i need to resize both turfs:

pawn Код:
public Timer()
{
      DestroyGangZone(gangturf1);
      DestroyGangZone(gangturf2);

      gangturf1 = GangZoneCreate(...);
      gangturf2 = GangZoneCreate(...);
      return 1;
}

When i print out the IDs of gangturf1 and gangturf2 they're both 0. Why the frcking hell is this happening?
Reply


Messages In This Thread
GangZone BUG [REP++] - by buburuzu19 - 01.10.2017, 14:06
Re: GangZone BUG [REP++] - by kAn3 - 01.10.2017, 15:03
Re: GangZone BUG [REP++] - by buburuzu19 - 01.10.2017, 15:19

Forum Jump:


Users browsing this thread: 1 Guest(s)