Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
was around Print on every line
#11
Quote:.... i dont understand your code. whats it exsposed to do?
ummm... don't ask me ---- you guys are the experts. I only give the ideas. :rotfl:
Reply
#12
Solance, what exactly are you trying to do? If you want to write lines like: "call setservername(server name)" to a file then you can use this:
Code:
OPEN "main.as" FOR OUTPUT AS #1
PRINT #1, "call setservername(server name)"

Your statements have you opening the main.as 8 times with-out ever closing them.

Are setservername(), setmaps() etc. functions in you program? If they are you are assigning their values the wrong way.
It should be something like this
Code:
ser$ = setservername$(serverName)

Also... On you input lines the vars, for games name, and Message of the day. should they not be string variables? e.g. gna$, motd$
url=http://www.spreadfirefox.com/?q=affiliates&id=60131&t=79][Image: safer.gif][/url]
END OF LINE.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)