14.05.2014, 18:50
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:
Here is server log of the debug
Also to don`t forget my code is located in OnGameModeInit so.
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");
}
Код:
[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