Black2 Posted April 15, 2016 Share Posted April 15, 2016 Why this don't work ? can anyone help?,Thx function test2 () dxDrawText("Test", (sx-612), (sy-29), 780, 752, tocolor(255, 255, 255, 255), 1.00, "default-bold", "left", "top", false, false, true, true, false) end addCommandHandler( "test", test2 ) Link to comment
Anubhav Posted April 15, 2016 Share Posted April 15, 2016 function test2 () dxDrawText("Test", (sx-612), (sy-29), 780, 752, tocolor(255, 255, 255, 255), 1.00, "default-bold", "left", "top", false, false, true, true, false) end function add() addEventHandler("onClientRender", root, test2) end addCommandHandler( "test", add ) Link to comment
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