Bully-Board
Bully Modding Section => Modding Questions/Help => Modding Questions/Help Archives => Topic started by: FaZe 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
-
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.
-
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,
-
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()
-
Thanks