Author Topic: [SOLVED]What's this  (Read 1073 times)

0 Members and 1 Guest are viewing this topic.

Offline rOy

  • Soldier
  • **
  • Posts: 120
[SOLVED]What's this
« on: December 04, 2012, 08:45:52 pm »
/delete please
« Last Edit: January 14, 2013, 10:28:11 am by rOy »

Offline Mighty

  • Camper
  • ***
  • Posts: 276
Re: What's this ???
« Reply #1 on: December 05, 2012, 02:44:14 am »
You didn't describe your problem.


What I noticed:
Code: [Select]
writestring:=writestring+scores+#13+#10;
Since scores in an array:
Code: [Select]
writestring:=writestring+scores[i]+#13+#10;
I don't know how ixsplit works, but you might need to change for loop limit to ArrayHigh(scores)-1, too.
xFire: macmil        e-mail: macekmil@gmail.com
My scripts: Accuracy Script       Flashbang       Punishments GUID
            CatchMe Gamemod       AntiFake
            CW System             AntiFakeGUID

Offline Falcon`

  • Flagrunner
  • ****
  • Posts: 792
  • A wanted lagger
Re: What's this ???
« Reply #2 on: December 05, 2012, 04:15:49 am »
If you're not paying for something, you're not the customer; you're the product being sold.
- Andrew Lewis

Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live.

Offline CurryWurst

  • Camper
  • ***
  • Posts: 265
    • Soldat Global Account System
Re: What's this ???
« Reply #3 on: December 05, 2012, 12:04:12 pm »
You didn't describe your problem.


What I noticed:
Code: [Select]
writestring:=writestring+scores+#13+#10;
Since scores in an array:
Code: [Select]
writestring:=writestring+scores[i]+#13+#10;
I don't know how ixsplit works, but you might need to change for loop limit to ArrayHigh(scores)-1, too.

Further information about the function and a description regarding the issue with ArrayHigh can be found here and on this site. I suggest to switch to the explode function though.
Soldat Global Account System: #soldat.sgas @ quakenet

Offline rOy

  • Soldier
  • **
  • Posts: 120
Re: What's this ???
« Reply #4 on: December 08, 2012, 02:16:19 pm »
.
« Last Edit: January 14, 2013, 10:28:58 am by rOy »

Offline P

  • Major(1)
  • Posts: 15
Re: What's this ???
« Reply #5 on: December 09, 2012, 09:59:45 am »
did you create the Times-folder?

e: there are several semicolons missing, so im not even going to take a closer look
« Last Edit: December 09, 2012, 10:17:46 am by P »

Offline rOy

  • Soldier
  • **
  • Posts: 120
Re: What's this ???
« Reply #6 on: December 12, 2012, 05:58:45 pm »
.
« Last Edit: January 14, 2013, 10:29:42 am by rOy »