Private DB Room script

check script doc. consolemes has 2 mandatory params.also you should be putting it in parentheses.

consolemes()

 
Last edited by a moderator:
I don't even know how to fix the script sir @bWolfie :( can you fix the script https://pastebin.com/YwaTF9r6  thanks
1st

                consolemes "Private DB Room: Rent a room is using invalid item id.",


to

                consolemes "Private DB Room: Rent a room is using invalid item id.";




2nd(according Wolfie)

consolemes "Text here";


to

Code:
consolemes(CONSOLEMES_DEBUG, "Text here");
 
Back
Top