Quote:
Originally Posted by Lunnatiicz
їA quй te refieres con formatear el texto?
Los guardo al momento de que se ah registrado por el dialogo, checa
pawn Код:
if(dialogid == 2) { if(response) { if(!strlen(inputtext)) { new s[128]; format(s,sizeof(s),"{FF0000}No has escrito ninguna contraseсa"); ShowPlayerDialog(playerid,2,DIALOG_STYLE_PASSWORD,"Error",s,"Registrar",""); return 1; } RegistrarJugador(playerid,inputtext); InfoCuenta[playerid][Registrado] = 1; LogearJugador(playerid,inputtext); //aca siguen mбs lineas
No utilizo ningun sistema, uso las funciones de samp por default (new File.. bla bla)
|
En algun momento tienes que guardarlo al archivo, en ese momento como estas formateando el texto que guardas?