Help problem with errors fast rep+
#8

Quote:
Originally Posted by Mijata
Посмотреть сообщение
pawn Код:
else if(team2 > team1 && gTeam[playerid] == T1)//if team2 has more players than team1 and the player is trying to spawn as TEAM_TWO..
    {
        GameTextForPlayer(playerid, "~r~Team Full!~n~~w~Choose Another Team!", 3000, 5);//Tell them its full, choose another team..
        return 0;//And stop them from spawning..
    }
    ------------->if(gTeam[playerid] == MB && GetPlayerScore[playerid] <= 49)
    {
    SendClientMessage(playerid,COLOR_RED,"You need 50 score for it");
    return 0;
    }
again 4 errors
maybe is problem new pawno?
Код:
        if(gTeam[playerid] == MB && GetPlayerScore(playerid) <= 49)
	{
	    SendClientMessage(playerid,COLOR_RED,"You need 50 score for it");
	    return 0;
	}
Reply


Messages In This Thread
Help problem with errors fast rep+ - by Mijata - 27.05.2015, 22:46
Re: Help with errors fast rep+ - by Trucido - 27.05.2015, 22:49
Re: Help with errors fast rep+ - by Mijata - 27.05.2015, 22:53
Re: Help with errors fast rep+ - by Trucido - 27.05.2015, 22:58
Re: Help problem with errors fast rep+ - by Mijata - 27.05.2015, 23:00
Re: Help problem with errors fast rep+ - by ChromeAmazing - 27.05.2015, 23:03
Re: Help problem with errors fast rep+ - by Mijata - 27.05.2015, 23:06
Re: Help problem with errors fast rep+ - by Trucido - 27.05.2015, 23:17
Re: Help problem with errors fast rep+ - by Mijata - 27.05.2015, 23:20
Re: Help problem with errors fast rep+ - by Trucido - 27.05.2015, 23:23

Forum Jump:


Users browsing this thread: 4 Guest(s)