IsPlayerInZone
#7

Delete the return

pawn Код:
public pezona()
{
    for(new playerid; playerid != MAX_PLAYERS; playerid++)
        for(new i; i<sizeof(ZoneInfo); i++)
        {
            if(IsPlayerInZone(playerid, i) && ZoneInfo[i][zTeam] == 12)
            {
                GameTextForPlayer(playerid, "bla bla",5000, 1);
            }
            else if(IsPlayerInZone(playerid, i) && ZoneInfo[i][zTeam] == 13)
            {
                GameTextForPlayer(playerid, "bla bla",5000, 1);
            }
            else if(IsPlayerInZone(playerid, i) && ZoneInfo[i][zTeam] == 14)
            {
                GameTextForPlayer(playerid, "bla bla",5000, 1);
            }
            else if(IsPlayerInZone(playerid, i) && ZoneInfo[i][zTeam] == 15)
            {
                GameTextForPlayer(playerid, "bla bla",5000, 1);
            }
        }

    return 1;// hйhй
}
Reply


Messages In This Thread
IsPlayerInZone - by Visio - 07.05.2012, 12:16
Re: IsPlayerInZone - by Jonny5 - 07.05.2012, 12:19
Re: IsPlayerInZone - by Visio - 07.05.2012, 12:20
Re: IsPlayerInZone - by Jonny5 - 07.05.2012, 12:33
Re: IsPlayerInZone - by Visio - 07.05.2012, 12:37
Re: IsPlayerInZone - by Visio - 07.05.2012, 13:50
Re: IsPlayerInZone - by ViniBorn - 07.05.2012, 13:52
Re: IsPlayerInZone - by Visio - 07.05.2012, 14:13
Re: IsPlayerInZone - by ViniBorn - 07.05.2012, 14:17
Re: IsPlayerInZone - by Visio - 07.05.2012, 14:19

Forum Jump:


Users browsing this thread: 2 Guest(s)