Part of this code doesn't respond
#2

Код:
public OnPlayerDeath(killerid,playerid,reason)
{
        if(Assault[playerid]==1)
        {
            if(IsPlayerConnected(killerid))
            {
                   return 1;
        }
        else
        {
                    return 1;
        }
        }
        if(HellJumper[playerid]==1)
        {
            if(IsPlayerConnected(killerid))
            {
               return 1;
            }
            else
            {
                           return 1;
            }
        }
     return 0;
}
Do you mean it doesnt compile?

or it just doesnt work when you run it?
Reply


Messages In This Thread
Part of this code doesn't respond - by CoDeZ - 29.07.2012, 12:33
Re: Part of this code doesn't respond - by KingyKings - 29.07.2012, 12:44
Re: Part of this code doesn't respond - by CoDeZ - 29.07.2012, 12:45
Re: Part of this code doesn't respond - by KingyKings - 29.07.2012, 12:47
Re: Part of this code doesn't respond - by Dan. - 29.07.2012, 12:47
Re: Part of this code doesn't respond - by Devilxz97 - 29.07.2012, 12:49
Re: Part of this code doesn't respond - by CoDeZ - 29.07.2012, 12:50
Re: Part of this code doesn't respond - by Devilxz97 - 29.07.2012, 12:55
Re: Part of this code doesn't respond - by Dan. - 29.07.2012, 12:55
Re: Part of this code doesn't respond - by Devilxz97 - 29.07.2012, 12:58

Forum Jump:


Users browsing this thread: 2 Guest(s)