Little help.
#1

Hello everybody. I spotted new bug. But I don`t see any problem. This codes are for ordering one zone for spawn random zone.
pawn Код:
printf("0");
    for(new i = 1; i < 5; i++)
    {
        new RandomZone;
        printf("1");
        GenerateRandomZone:
        printf("2");
        RandomZone = random(sizeof(GangZones));
        printf("3");

        if(GangZones[RandomZone][OwnerTeam] != 0)
            goto GenerateRandomZone;
        printf("4");
        GangZones[RandomZone][OwnerTeam] = i;
        printf("5");
    }
Debug stucks at number 2.. please help me.
Reply


Messages In This Thread
Little help. - by Sanady - 14.05.2014, 10:16
Re: Little help. - by Sanady - 14.05.2014, 10:30
Re: Little help. - by RajatPawar - 14.05.2014, 10:31
Re: Little help. - by Sanady - 14.05.2014, 10:35
Re: Little help. - by RajatPawar - 14.05.2014, 10:38
Re: Little help. - by Sanady - 14.05.2014, 10:48

Forum Jump:


Users browsing this thread: 2 Guest(s)