[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
#2

Use GangZoneCreate and IsPlayerInArea
Reply
#3

Quote:
Originally Posted by Weponz
Посмотреть сообщение
Use GangZoneCreate and IsPlayerInArea

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


Do you know how to read?


Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)