02.02.2015, 19:00
Estб mal, las unicas funciones que permiten %s son format, y printf nada mбs, no se puede usar el %s directamente en un ShowPlayerDialog se tiene que hacer de la siguente manera
pawn Код:
new variable[128];
format(variable,sizeof variable,"El taxista te a ofrecido {0BC826}%s{FFFFFF}.",inputtext);
ShowPlayerDialog(playerid, CLIENTE, DIALOG_STYLE_MSGBOX, "Precio",variable,"Aceptar", "Cancelar");