04.02.2013, 18:55
Hola gente, y amigos. Tengo un problemilla, supongo que es algo sencillo.
Es el response de un Input Dialog, me dice que la variable ID tiene que ser indexada o.O. Intente poner directamente el inputtext
Pero tampoco, alguien sabe la solucion. Desde ya muchas gracias!
pawn Код:
new id = inputtext;
format(string, sizeof(string), "|- Telefono: %d -| Si hay un error asegurese de ingresar correctamente los datos", InfoJugador[id][pPnumber]);
Message(playerid, COLOR_WHITE, string);
pawn Код:
InfoJugador[inputtext][pPnumber]