Pickup'ı alınca drawNote kısmı çalışıyor fakat geri gitmiyor yani script restartlanana kadar yazı ekranda kalıyor nasıl yapabilirim ?
function onHouseColshapeHit ( hitElement )
if ( getElementType ( hitElement ) == "player" and not isPedInVehicle ( hitElement ) ) then
local houseName = getElementData ( source, "houseName" )
if ( houseName ) then
exports.GTIhud:drawNote("SatilikEvYazi", "Ev bilgilerini görüntülemek için #CC0000[H] #fffffftuşuna basınız", hitElement, 255,255,255)
bindKey ( hitElement, "H", "down", viewHouseInformation, housesCreated [ houseName ] [ "data" ], source )
end
end
end