Esta bien el codigo ?
#2

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");
Reply


Messages In This Thread
Esta bien el codigo ? - by Choidito - 02.02.2015, 18:30
Re: Esta bien el codigo ? - by Daniel-92 - 02.02.2015, 19:00
Re: Esta bien el codigo ? - by Choidito - 02.02.2015, 19:05
Respuesta: Esta bien el codigo ? - by Goncho28 - 02.02.2015, 19:19

Forum Jump:


Users browsing this thread: 1 Guest(s)