No Error But in the Game
#1

hello guys i want make Random zombie when map changed
PHP код:
forward RandZombie();
public 
RandZombie()
{
    new 
Players2[MAX_PLAYERS], k;
    new 
count 0;
    for(new 
0MAX_PLAYERSi++)
    {
        if(
IsPlayerConnected(i) && gTeam[i] == TEAM_HUMANSPlayers2[k++] = i;
        {
            
count++;
        }
    }

and add
PHP код:
RandZombie(); 
anywhere
This Show No Error But when i run this on my server


Uploaded with ImageShack.us

any help please ?
Sorry for my bad english
Reply


Messages In This Thread
No Error But in the Game - by [D]ry[D]esert - 24.04.2012, 20:18
Re: No Error But in the Game - by BleverCastard - 24.04.2012, 20:54
Re: No Error But in the Game - by Face9000 - 24.04.2012, 23:16
Re: No Error But in the Game - by [D]ry[D]esert - 25.04.2012, 03:11
Re: No Error But in the Game - by Azazelo - 25.04.2012, 04:33
Re: No Error But in the Game - by $$inSane - 25.04.2012, 09:00
Re: No Error But in the Game - by MP2 - 25.04.2012, 09:10
Re: No Error But in the Game - by mincer1667 - 25.04.2012, 10:41
Re: No Error But in the Game - by [D]ry[D]esert - 25.04.2012, 10:58
Re: No Error But in the Game - by mincer1667 - 25.04.2012, 11:00

Forum Jump:


Users browsing this thread: 1 Guest(s)