27.05.2015, 23:17
Quote:
|
pawn Код:
maybe is problem new pawno? |
Код:
if(gTeam[playerid] == MB && GetPlayerScore(playerid) <= 49)
{
SendClientMessage(playerid,COLOR_RED,"You need 50 score for it");
return 0;
}
|
pawn Код:
maybe is problem new pawno? |
if(gTeam[playerid] == MB && GetPlayerScore(playerid) <= 49)
{
SendClientMessage(playerid,COLOR_RED,"You need 50 score for it");
return 0;
}