help me i am geting this error
[12:06:22] MODULE: Unable to load modules/mta_mysql.so (libmysqlclient.so.15: cannot open shared object file: No
such file or directory)!
ok when i use
addEventHandler( "onPlayerWasted", getRootElement( ),
function()
setTimer( spawnPlayer, 4000, 1, source, 989, -3774, 52 )
outputChatBox ( getPlayerName ( source ).." died and was transported to PC Gamers Hospital")
end
)
it spawn first at the ls hospital then to my xyz
how to hide the hud while login panel is opened? i tried to use the code of setPlayerHudComponentVisible and didnt work
function dxDrawLoginPanel( )
if ( isOpen ) then
dxDrawRectangle(pX-400, pY-400, 3000, 1031, tocolor(0, 0, 0, 180), false)
setPlayerHudComponentVisible( component, false )