Bugging
#1

Hello me again. I have problem with my server I made debug but I still don`t understand bug anyone can help me?

Here is code:
pawn Код:
printf("0");
    new RandomZone;
    printf("1");
    for(new i = 1; i < 5; i++)
    {
        printf("2");
        RandomZone = random(sizeof(GangZones));
        printf("3");
        while(GangZones[RandomZone][OwnerTeam] != 0)
        {
            printf("4");
            GangZones[RandomZone][OwnerTeam] = i;
        }
        printf("5");
    }
Here is server log of the debug
Код:
[21:04:22] 0
[21:04:22] 1
[21:04:22] 2
[21:04:22] 3
[21:04:22] 5
[21:04:22] 2
[21:04:22] 3
[21:04:22] 5
[21:04:22] 2
[21:04:22] 3
[21:04:22] 5
[21:04:22] 2
[21:04:22] 3
[21:04:22] 5
Also to don`t forget my code is located in OnGameModeInit so.
Reply


Messages In This Thread
Bugging - by Sanady - 14.05.2014, 18:50
Re: Bugging - by Abagail - 14.05.2014, 18:52
Re: Bugging - by Sanady - 14.05.2014, 18:56
Re: Bugging - by Sanady - 14.05.2014, 22:17
Re: Bugging - by Sanady - 15.05.2014, 10:58

Forum Jump:


Users browsing this thread: 1 Guest(s)