What's wrong whit this command , when i try to compile it , i get Pawno don't send error ...
Код:
if(!strcmp(cmdtext, "/cmds2", true))
{
if(Roman[playerid] == 0)
{
ShowPlayerDialog(playerid,credits,DIALOG_STYLE_MSGBOX,"General Commands:","\n\
\n {F81414}->/v {0049FF}- {FFFFFF}foloseste comanda {F81414}/v {FFFFFF}pentru ati alege masina favorita\n \
\n {F81414}->/arme {0049FF}- {FFFFFF}foloseste comanda {F81414}/arme {FFFFFF}pentru a cumpara arme de aparare!\n \
\n {F81414}->/teles {0049FF}- {FFFFFF}foloseste comanda {F81414}/teles {FFFFFF}pentru a vedea teleportarile disponibile!\n \
\n \n \
\n \n \
\n {FFAF00}Alte Comenzi:n \
\n {FFFFFF}/int /barme /givecash /sex /skin /nrg /gps [id/off]\n \
\n {FFFFFF}/zi /noapte /lottohelp /vup /afk /brb /happy /credits\n\
\n {FFFFFF}/dance /piss /teles /repair /web /tigara /s /l\n\
\n {FFFFFF}/sprunk /vin /animlist /para /sad /tune /help\n\
\n {FFFFFF}/ramphelp /xmas /takeneon /vcontrol\n \
\n {FFFFFF}Cand esti intr-un vehicul {F3FF02}Apasa {F81414}2 {FFFFFF}pentru a repara masina si {F81414}click {FFFFFF}pentru a pune nitro!","OK","");
}
else if(Roman[playerid] == 1)
{
ShowPlayerDialog(playerid,credits,DIALOG_STYLE_MSGBOX,"General Commands:","\n\
\n {F81414}->/v {0049FF}- {FFFFFF}foloseste comanda {F81414}/v {FFFFFF}pentru ati alege masina favorita\n \
\n {F81414}->/arme {0049FF}- {FFFFFF}foloseste comanda {F81414}/arme {FFFFFF}pentru a cumpara arme de aparare!\n \
\n {F81414}->/teles {0049FF}- {FFFFFF}foloseste comanda {F81414}/teles {FFFFFF}pentru a vedea teleportarile disponibile!\n \
\n \n \
\n \n \
\n {FFAF00}Alte Comenzi:n \
\n {FFFFFF}/int /barme /givecash /sex /skin /nrg /gps [id/off]\n \
\n {FFFFFF}/zi /noapte /lottohelp /vup /afk /brb /happy /credits\n\
\n {FFFFFF}/dance /piss /teles /repair /web /tigara /s /l\n\
\n {FFFFFF}/sprunk /vin /animlist /para /sad /tune /help\n\
\n {FFFFFF}/ramphelp /xmas /takeneon /vcontrol\n \
\n {FFFFFF}Cand esti intr-un vehicul {F3FF02}Apasa {F81414}2 {FFFFFF}pentru a repara masina si {F81414}click {FFFFFF}pentru a pune nitro!","OK","");
}
return 1;
}