[lua]draw.SimpleTextOutlined( "PRESS [E] TO START THE HEIST", "coolvetica", 0, 200, color_white, TEXT_ALIGN_CENTER, TEXT_ALIGN_CENTER, 1, color_black )[/lua]
What I want is for it to be centered but just slightly above the crosshair. Won't work. Why?
[CODE]draw.SimpleTextOutlined( "PRESS [E] TO START THE HEIST", "coolvetica", ScrW()/2, ScrH()/2 - 10, color_white, TEXT_ALIGN_CENTER, TEXT_ALIGN_CENTER, 1, color_black )[/CODE]
Sorry, you need to Log In to post a reply to this thread.