[Ayuda] error 006: must be assigned to an array
#4

Quote:
Originally Posted by Thewin
Посмотреть сообщение
La cosa es que necesito que el contenido del inputtext se guarde en PlayerInfo[playerid][pPassword] ya que es para el registro y el logeo
REPITO:

para guardar contraseсas con caracteres
pawn Код:
//variable para almacenar la contraseсa
new variable[MAX_PLAYERS][144];

//guardar el texto  en la variable
format(variable[playerid], 144, "%s",inputtext;

//ver que contraseсa que tiene guardara la variable
new data[144];
format(data,sizeof(data),"la contraseсa es: %s",Gvariable[playerid]);
SendClientMessage(playerid,-1,data);
para guardar contraseсas con numericos
pawn Код:
//variable para almacenar la contraseсa
new variable[MAX_PLAYERS];

//guardar el texto  en la variable
variable[playerid] = strval(inputtext);

//ver que contraseсa que tiene guardara la variable
new data[144];
format(data,sizeof(data),"la contraseсa es: %d",Gvariable[playerid]);
SendClientMessage(playerid,-1,data);
presta atencion.
saludos.

EDIT: ah, tu problema es con sql hubieras empezado por hay ._.
Reply


Messages In This Thread
[Ayuda] error 006: must be assigned to an array - by Thewin - 27.02.2014, 01:03
Respuesta: [Ayuda] error 006: must be assigned to an array - by OTACON - 27.02.2014, 01:10
Respuesta: [Ayuda] error 006: must be assigned to an array - by Thewin - 27.02.2014, 01:12
Respuesta: [Ayuda] error 006: must be assigned to an array - by OTACON - 27.02.2014, 01:16
Respuesta: [Ayuda] error 006: must be assigned to an array - by Thewin - 27.02.2014, 01:22

Forum Jump:


Users browsing this thread: 1 Guest(s)