onedayillpay Posted January 22, 2008 Posted January 22, 2008 Ok this is apart of a menu that will display settings during a game. . . it works just fine as it is but looks boring. . . HotKeySet("{UP}", "fovup") HotKeySet("{DOWN}", "fovdown") Func fovup() SplashTextOn("settings", "fov="&$fov, 115, 225, 910, 200, 4, "") WinSetTrans("settings", "", 80) ControlSetText("settings", "", "Static1", "fov="&$fov) sleep(500) SplashOff() EndFunc Func fovdown() SplashTextOn("settings", "fov="&$fov, 115, 225, 910, 200, 4, "") WinSetTrans("settings", "", 80) ControlSetText("settings", "", "Static1", "fov="&$fov) sleep(500) SplashOff() EndFunc
onedayillpay Posted January 22, 2008 Author Posted January 22, 2008 maybe add some color and fade in and out
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now