[PAID] [QBCore] Full Metadata House System with MLO

I have a question, and if all the apartments will be bought and these players will be offline, it will be possible to buy them for 2 by another person?

No Bro

  • Updated and on Sales

Updated

I have the Motel and it works but when you buy another motel room it doesn’t. It’s Like it doesn’t know the difference between the keys and I see no serial or hotel and room number on key when I click on it in inv… Where is key info stored?
Edit: I found Keydata but make it even weirder why it doesn’t work
Edit: Ok I got it didn’t make it unique lol but can you name the key in key description? Everything else Works Fine!

Hello, if you pass by private message, I can forward it to you.

I cant keep getting error but

else if (itemData.name == "motelkey") {

            $(".item-info-title").html('<p>'+itemData.label+'</p>')

            $(".item-info-description").html('<p><strong>Motel: </strong><span>' + itemData.info.motel + '</span></p><p><strong>Room Num: </strong><span>' + itemData.info.room + '</span></p>')
}

Something like this in app.js?

} else if (itemData.name == "motelkey") {
            $(".item-info-title").html('<p>'+itemData.label+'</p>')
            $(".item-info-description").html('<p><strong></strong><span>Room No : ' + itemData.info.MotelRoomUnreal + '</span></p><p><strong></strong><span>Motel Name: ' + itemData.info.MotelName + '</span></p><p>');
1 Like

Updated

Updated

1 Like