As far as I know, you can't remove it, unless maybe if you use onChatMessage, and check to see if the message is equal to the login message, then cancel it out... Maybe that would work, but i'm not really sure. So something like this:
addEventHandler ( "onChatMessage", root, function ( msg )
if ( tostring ( msg ) : lower ( ) == "login: you successfully logged in" ) then
cancelEvent ( )
end
end )
Of course I can help, but we're not going to make it for you. You can feel free to check out some of my login panels that i've made, and try to understand how they work:
Windows 8 Login Style: http://www.mediafire.com/download/gbkal ... -login.zip
Another: https://community.multitheftauto.com/ind ... ls&id=7970
I'm not sure if it's just me, but every time I click the "Control Panel" tab, I get this:
Just a suggestion, might wanna fix it.
Yea, they were acting immature, but you did provoke them.
Well the thing with this house system is that it's all bugged, everywhere I look. I'm not really sure if it's even worth trying to fix, the developer should've taken more time to script it. You might just wanna try out one of these scripts:
https://community.multitheftauto.com/ind ... ls&id=5525
https://community.multitheftauto.com/ind ... ls&id=1841
I suppose that you could "compile" it, but you'd proabbly have to make your own library to compile it, as Bansai said, you should just use fileDelete if you want to secure your images.
Try putting this on line 581:
local query = dbQuery(handler, "UPDATE houses SET ?=? WHERE ID =?", tostring ( saveableValues[typ] ), tostring ( value ), tostring ( id ) )
If it doesn't work try this:
local query = dbQuery(handler, "UPDATE houses SET "..tostring ( saveableValues[typ] ).."=? WHERE ID =?", tostring ( value ), tostring ( id ) )