[REP ++ ] QUESTION !!!
#1

How can i make something like : for each turf that a gang owns to give some money to the gang that owns that turf.

i tried something like this but it's not working

pawn Код:
for(new z = 0; z < sizeof(TurfsInfo); z++)
    {
        if(TurfsInfo[z][Owner] == gangZone[z][gangZoneID])
        {
                        gangZone[z][gangSafe] += 50;
           
        }
    }
Reply


Messages In This Thread
[REP ++ ] QUESTION !!! - by buburuzu19 - 14.08.2015, 19:58
Re: [REP ++ ] QUESTION !!! - by Weponz - 14.08.2015, 22:12
Re: [REP ++ ] QUESTION !!! - by buburuzu19 - 15.08.2015, 07:03

Forum Jump:


Users browsing this thread: 1 Guest(s)