NicoXGg Posted July 13, 2016 Share Posted July 13, 2016 Hey guys, Do you know how change the font of the winner text ? I have see in my destructionderby.lua and i can't change font : http://prntscr.com/bshxsn Can you help me ? Thanks, NicoX. Link to comment
roaddog Posted July 13, 2016 Share Posted July 13, 2016 Show the showMessage function. Link to comment
NicoXGg Posted July 13, 2016 Author Share Posted July 13, 2016 Show the showMessage function. It's in the screen! Link to comment
Et-win Posted July 13, 2016 Share Posted July 13, 2016 Maybe just remove the line, and put ur own dxDrawText-function into there ;P Link to comment
NicoXGg Posted July 13, 2016 Author Share Posted July 13, 2016 Maybe just remove the line, and put ur own dxDrawText-function into there ;P What's the line to remove ? Link to comment
فاّرس Posted July 13, 2016 Share Posted July 13, 2016 Show the showMessage function. It's in the screen! He means show the original function it's look like that : function showMessage ( ... ) Link to comment
NicoXGg Posted July 14, 2016 Author Share Posted July 14, 2016 Show the showMessage function. It's in the screen! He means show the original function it's look like that : function showMessage ( ... ) The original function is in the screen because i've use the orignial destructionderby.lua Link to comment
Et-win Posted July 14, 2016 Share Posted July 14, 2016 No, in 'destructionderby.lua' you have the line: showMessage(getPlayerName(activePlayers[1]) .. ' is the final survivor!', 0, 255, 0) at line 73. If I only would want to edit this text, I would remove the line and create my own 'dxDrawText' function and effects and put them in this file. Instead of giving this message, start a render and play a 'dxDrawText' function with effects or so. Link to comment
NicoXGg Posted July 15, 2016 Author Share Posted July 15, 2016 No, in 'destructionderby.lua' you have the line: showMessage(getPlayerName(activePlayers[1]) .. ' is the final survivor!', 0, 255, 0) at line 73. If I only would want to edit this text, I would remove the line and create my own 'dxDrawText' function and effects and put them in this file. Instead of giving this message, start a render and play a 'dxDrawText' function with effects or so. I'm really new in scripting can you send me the line ? Link to comment
Captain Cody Posted July 15, 2016 Share Posted July 15, 2016 Read what I said through skype. Nico 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