Warning: include(/var/www/html/forum/Sources/../../../includes/depot_files/OFPEC_get_header_image.inc.php): failed to open stream: No such file or directory in /var/www/html/forum/Sources/Load.php(2272) : eval()'d code on line 146

Warning: include(): Failed opening '/var/www/html/forum/Sources/../../../includes/depot_files/OFPEC_get_header_image.inc.php' for inclusion (include_path='.:/usr/local/lib/php') in /var/www/html/forum/Sources/Load.php(2272) : eval()'d code on line 146

Notice: Undefined index: OFPEC in /var/www/html/forum/Sources/Load.php(2272) : eval()'d code on line 152

Notice: Trying to access array offset on value of type null in /var/www/html/forum/Sources/Load.php(2272) : eval()'d code on line 152

Notice: Trying to access array offset on value of type null in /var/www/html/forum/Sources/Load.php(2272) : eval()'d code on line 152
    Home   Help Login Register  

Author Topic: TypeWriterText  (Read 695 times)

0 Members and 1 Guest are viewing this topic.

kobay

  • Guest
TypeWriterText
« on: 18 Jan 2005, 12:42:11 »
Hi GI

another question

i've downloaded TypeWriterText from edit depot

i've write the line suggested on activation

Texty = ["H","e","l","l","o",","," ","t","h","i","s," ","i","s", " ","a"," ","t","e","s","t","."]; [Texty, (TimerSpeed: Ex. 0.1)] Exec "TypeWriterText.sqs"

but is not  working!

i've read even the comment but sorry i cant understand what to write correctly

does any one knows the right line to write?

thanks

Offline Pilot

  • Contributing Member
  • **
Re:TypeWriterText
« Reply #1 on: 18 Jan 2005, 19:21:49 »
change:
Quote
(TimerSpeed: Ex. 0.1)

to:
Quote
0.1

This is what it should look like:
Code: [Select]
Texty = ["H","e","l","l","o",","," ","t","h","i","s"," ","i","s", " ","a"," ","t","e","s","t","."]; [Texty, 0.1] Exec "TypeWriterText.sqs"
« Last Edit: 18 Jan 2005, 19:22:38 by Student Pilot »

kobay

  • Guest
Re:TypeWriterText
« Reply #2 on: 19 Jan 2005, 14:31:37 »
THANKS PILOT

YOU'RE ALWAYS FULL OF ANSWER

THE BEST  8)

BYE

uah!

Offline Pilot

  • Contributing Member
  • **
Re:TypeWriterText
« Reply #3 on: 19 Jan 2005, 14:47:36 »
Glad I could help, be sure to click the "Solved" button! ;)