addEventHandler( "onClientResourceStart", root, Hiro)
function Hiro( )
local x, y = guiGetScreenSize()
local UT = guiCreateStaticImage(x/2-800/2, y/2-600/2, 800, 600, "UT.png", false)
outputChatBox("#055555Don't forget to visit us at", 255, 255, 255, true)
outputChatBox("#084342TheUntouchablesMTA.cf", 255, 255, 255, true)
end
setTimer ( function()
guiSetVisible (UT, false)
end, 5000, 1 )