21.11.2014, 22:58
Otra manera:
pawn Код:
format(string2, sizeof(string2), "Feo: %s", (PlayerInfo[playerid][pFeo] == 2) ? ("Poco") : ((PlayerInfo[playerid][pFeo] == 1) ? ("Si") : ((PlayerInfo[playerid][pFeo] == 0) ? ("No") : ("No se sabe."))));
ShowPlayerDialog(playerid, DIALOGO, DIALOG_STYLE_MSGBOX,string1, string2, "Cerrar", "");