I need some help on:
dxDrawText
Code:
local screenWidth, screenHeight = guiGetScreenSize ()
local playerRadioChannel = getRadioChannelName(getRadioChannel())
function stationDraw(station)
dxDrawText ( playerRadioChannel, screenWidth, screenHeight - 155, screenWidth - 66, screenHeight, tocolor ( 135, 96, 45, 255 ), 1.5, "bankgothic", "right" )
end
addEventHandler("onClientPlayerRadioSwitch", getLocalPlayer(), stationDraw)
I want the text having border, and staying uppercase, how? I do not know.
How can I make it stay on screen for a few seconds and then disappear? I think we should use this:
setTimer
Thanks for everything!