News: Welcome back to Bullworth! If you haven't already, you will need to reset your password..


Author Topic: Text Print  (Read 1615 times)

0 Members and 1 Guest are viewing this topic.

FaZe

  • Guest
Text Print
« on: June 16, 2013, 05:03:50 AM »
Can anybody help me, I want to know how to get the Red text print on the top of the screen when you run an lua script via arcrace1.lur, Thanks

Offline c00ld0c26

  • The D0c
  • Can't Get Enough
  • *****
  • Posts: 5,137
  • Gender: Male
  • Just a dood doing dood things.
    • View Profile
    • My channel.
Re: Text Print
« Reply #1 on: June 16, 2013, 05:17:04 AM »
Here is the command :

TextPrintString("Put Text here", 4, 1)

Make sure you make it Capped like it is. Also Make sure to keep the " " there or it wont work.

FaZe

  • Guest
Re: Text Print
« Reply #2 on: June 16, 2013, 05:20:28 AM »
Thanks Dude, also do you have a clean arcrace1.lur, i will make a backup this time i promise.  also where do i put the print, ya know, in between which lines,
« Last Edit: June 16, 2013, 05:22:44 AM by Emo »

Offline c00ld0c26

  • The D0c
  • Can't Get Enough
  • *****
  • Posts: 5,137
  • Gender: Male
  • Just a dood doing dood things.
    • View Profile
    • My channel.
Re: Text Print
« Reply #3 on: June 16, 2013, 05:39:15 AM »
Under the MissionSetup = Function

U can do it like this :

MissionSetup = function()
Local (put all the locals)
TextPrintString("XXX's mod", 4,1)

But basicly u can put it everywhere u want under the MissionSetup = Function()

FaZe

  • Guest
Re: Text Print
« Reply #4 on: June 16, 2013, 05:55:44 AM »
Thanks