Home   Help Search Login Register  

Author Topic: TEXT  (Read 879 times)

0 Members and 1 Guest are viewing this topic.

Offline Mikeyfish90210

  • Members
  • *
  • HEY STOP TAKING SO LONG TO ANSWER SIMPLE THREADS
TEXT
« on: 23 Nov 2003, 20:55:36 »
THis is pissin mes offtey;
titletext ["1926\n A Secluded hill, on the outskirts of Trotsky","Plain Down",2]
~2
Thats part of my script, everythink else is working really well, the words come up and stuff but they take ages to disapear!!!!!!!!!!! I want them to go in 2 seconds not 7 or whatever, to clarify heres my whole script;
;=== 16:01:56
_cam = "Camera" camcreate [4394.15,12212.46,0.32]
_cam cameraeffect ["internal","back"]
_cam camSetTarget [9556.62,9659.40,0.00]
_cam camSetPos [9913.54,9534.66,221.65]
_cam camSetFOV 0.664
_cam camCommit 0
@camCommitted _cam
titlecut ["","BLACK iN",2]
~2
titletext ["1926\n A Secluded hill, on the outskirts of Trotsky","Plain Down",2]
~2
;=== 18:58:15
_cam camSetTarget [9556.62,9659.40,0.00]
_cam camSetPos [9758.29,9719.24,120.28]
_cam camSetFOV 0.537
_cam camCommit 7
@camCommitted _cam
;=== 18:59:21
_cam camSetTarget [9556.62,9659.40,0.00]
_cam camSetPos [9594.55,9774.03,39.79]
_cam camSetFOV 0.537
_cam camCommit 6
@camCommitted _cam
;=== 19:00:10
_cam camSetTarget [9556.62,9659.40,0.00]
_cam camSetPos [9512.83,9707.23,21.49]
_cam camSetFOV 0.537
_cam camCommit 6
@camCommitted _cam
;=== 19:00:59
_cam camSetTarget [9556.62,9659.40,0.00]
_cam camSetPos [9538.87,9619.84,18.55]
_cam camSetFOV 0.537
_cam camCommit 5
@camCommitted _cam
;=== 19:01:58
_cam camSetTarget [9556.62,9659.40,0.00]
_cam camSetPos [9584.30,9661.46,4.33]
_cam camSetFOV 0.537
_cam camCommit 3
@camCommitted _cam
;=== 19:02:34
_camera camSetTarget [9556.62,9659.40,0.00]
_cam camSetPos [9567.35,9660.06,0.67]
_cam camSetFOV 0.537
_cam camCommit 3.5
@camCommitted _cam
~2
;=== 19:04:38
_cam camSetTarget [-12094.76,20930.28,0.04]
_cam camSetPos [9566.39,9658.11,0.56]
_cam camSetFOV 0.623
_cam camCommit 7
@camCommitted _cam

 :gunman::gunman::gunman::gunman::gunman::gunman::gunman:
MIkEy FIshY BoyY YabDAO

Offline Tomb

  • Contributing Member
  • **
  • in2 Metal? Go 2 my sig
Re:TEXT
« Reply #1 on: 23 Nov 2003, 21:12:49 »
you can remove text really quick by simply add new text (using SPACE: empty field).  :-*

try it out

Offline Mikeyfish90210

  • Members
  • *
  • HEY STOP TAKING SO LONG TO ANSWER SIMPLE THREADS
Re:TEXT
« Reply #2 on: 23 Nov 2003, 21:14:16 »
What do you mean?? Should i like write it like this;
titletext ["1926\n A Secluded hill, on the outskirts of Trotsky","Plain Down",]
titletext ["","Plain Down",]??????
MIkEy FIshY BoyY YabDAO

Offline Tomb

  • Contributing Member
  • **
  • in2 Metal? Go 2 my sig
Re:TEXT
« Reply #3 on: 23 Nov 2003, 21:22:35 »


titletext [" ","Plain Down",1]


 :o see? I made a space between the uuummm... them quotemarks there  ::) :)

yup! that should do it