16.06.2013, 06:36
pawn Код:
case DIALOG_SLOTS_AUTOS1: {
if(response) {
if(strcmp(PlayerInfo[playerid][pTarjetaCredito], strval(inputtext), true, 10) == 0) {
Message(playerid, COLOR_GRAD2, "ЎClave correcta!");
}
else {
Message(playerid, COLOR_GRAD2, "ЎClave Incorrecta!");
ShowPlayerDialog(playerid, DIALOG_SLOTS_AUTOS, DIALOG_STYLE_LIST, "Elije El Slot de tu nuevo auto", "Slot 1\nSlot 2\nSlot 3", "ok", "cerrar");
}
}
}