27.05.2015, 23:06
Quote:
pawn Код:
|
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;
}
maybe is problem new pawno?