Jump to content

How change font text of "... is the final survivor" ?


NicoXGg

Recommended Posts

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

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
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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...