Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Problems problems problems
#1
I am new to programing. And when I try to do this

Code:
PRINT "setcvar "g_obj_alliedtext1" "Stalingrad" "
I keep getting an error. Its absoultly nesseray that the text looks like this
Code:
setcvar "g_obj_alliedtext1" "Stalingrad"
But I dont know how to do it with QBASIC.
Here is my code so far.

Code:
CLS
INPUT "What is your map name"; MapName$
INPUT "What is your name"; YourName$
INPUT "1)Allied Text:", AT1$
INPUT "2)Allied Text:", AT2$
INPUT "3)Allied Text:", AT3$
INPUT "1)German Text:", GT1$
INPUT "1)German Text:", GT2$
INPUT "1)German Text:", GT3$
INPUT "Score Board Pick name:", SBP$
PRINT
PRINT
PRINT ".......Proccesing........"
PRINT
PRINT
PRINT
PRINT
PRINT
PRINT "Copy the SCRIPT below and call it"
PRINT "[YOURMAPNAME.SCR]  You dont need the []"
PRINT
PRINT
PRINT
PRINT
PRINT "//", MapName$
PRINT "//Map by ", YourName$
PRINT "//Scripting by Yarik"
PRINT "Main:"
PRINT
PRINT "// set score board messages"

After the last print this command
Code:
PRINT "setcvar "g_obj_alliedtext1" "Stalingrad" "
Keeps giving me errors. What should I do?
Reply


Messages In This Thread
Problems problems problems - by Yarik - 07-19-2003, 01:27 AM
Problems problems problems - by na_th_an - 07-19-2003, 01:45 AM
Problems problems problems - by Yarik - 07-19-2003, 03:05 AM
Problems problems problems - by Yarik - 07-19-2003, 04:12 AM
Problems problems problems - by oracle - 07-19-2003, 04:43 AM
Problems problems problems - by toonski84 - 07-19-2003, 04:46 AM
Problems problems problems - by na_th_an - 07-19-2003, 06:13 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)