[Ayuda] No sй muestra el Dialog.
#6

Usa strcat

pawn Код:
new string[]; //llena los corchetes

//Debajo de los format usa:
strcat(string, str);

//En el dialogo muestra la variable string.

//el format modificalo, quitale la primera %s y el \n pasalo al final.
format(str, sizeof(str), "{FFFFFF}%s {00C900}[DISPONIBLE]\n",InformacionEntregaCam[i][EC_NOMBRE]);

//Antes de mostrar el dialogo usa
print(string);
print(str);
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 4 Guest(s)