19.12.2015, 23:06
Eu coloqueo da mesma forma que colocou aq.
deu o seguinte:
linhas com erro:
81431
81443
81444 - A cor que eu coloquei й COLOR_YAKUZA, porem so carrega isso, nao vai a frase toda.
deu o seguinte:
pawn Код:
(81431) : error 075: input line too long (after substitutions)
(81443) : error 075: input line too long (after substitutions)
(81444) : error 017: undefined symbol "COLOR_YAKU"
(81445) : warning 217: loose indentation
(81445) : error 029: invalid expression, assumed zero
(81445) : warning 215: expression has no effect
(81446) : warning 209: function "CorDaOrg" should return a value
81431
pawn Код:
new OrgName[30], org = PlayerInfo[playerid][pMembro];
pawn Код:
return org == 1 ? COP_COLOR : org == 2 ? TEAM_GATE_COLOR : org == 3 ? TEAM_GREEN_COLOR : org == 4 ? COLOR_RADIO2 : org == 5 ? TEAM_AZTECAS_COLOR : org == 6 ? COLOR_ARMADO : org == 7 ? COLOR_PREF : org == 8 ? COLOR_ASSASSINOS : org == 9 ? COLOR_GLOBO : org == 10 ? CorFandongos : org == 12 ? 0x629667FF : org == 13 ? COR_MC : org == 14 ? COR_TR : org == 15 ? TEAM_GROVE_COLOR : org == 16 ? COLOR_FARC : org == 17 ? COLOR_PC : org == 18 ? TEAM_BALLAS_COLOR : org == 19 ? COLOR_YELLOW : org == 20 ? COLOR_YAKUZA : org == 21 ? COLOR_CV : org == 22 ? 0x00E7C6F6 : org == 23 ? COLOR_PCC : org == 24 ? 0xA774E2F6 : org == 25 ? COLOR_PF : org == 26 ? COR_TT : org == 27 ? COLOR_HAMAS : org == 28 ? COLOR_PR : COR_CIVIL;
pawn Код:
COLOR_YAKU