10.05.2011, 22:36
Vocк colocou um parenteses a mais:
PHP код:
if(PlayerInfo[playerid][pMembro] == 3 || PlayerInfo[playerid][pLider] == 3 || PlayerInfo[playerid][pCargo] == 5 || PlayerInfo[playerid][pCargo] == 6)
{
format(string, sizeof(string), "Forзas Armadas: %s Diz: {1BB7F5} %s", sendername, result);
}
if(PlayerInfo[playerid][pLider] == 1 || PlayerInfo[playerid][pMembro] == 1 || PlayerInfo[playerid][pCargo] == 5 || PlayerInfo[playerid][pCargo] == 6)
{
format(string, sizeof(string), "Oficial: %s Diz: {1BB7F5}%s", sendername, result);
}
//O CORRETO SERIA COMO EU COLOQUEI AQUI ACIMA /\