Author Topic: Script log writing error ?  (Read 1007 times)

0 Members and 1 Guest are viewing this topic.

Offline mich1103

  • Flagrunner
  • ****
  • Posts: 557
  • Did you say chocolate ? O.o
    • ZoMbIe-DeStRoYeR pk server
Script log writing error ?
« on: January 01, 2011, 12:39:28 pm »
each time i want to start my server a window appear for 1 second i take a screen of it when i seen it but i dont understand the error ...
please help me  :)

Offline Furai

  • Administrator
  • Veteran
  • *****
  • Posts: 1908
    • TransHuman Design
Re: Script log writing error ?
« Reply #1 on: January 01, 2011, 12:58:13 pm »
Set write permissions in logs folder. And next time provide better screenshot.
"My senses are so powerful that I can hear the blood pumping through your veins."

Offline mich1103

  • Flagrunner
  • ****
  • Posts: 557
  • Did you say chocolate ? O.o
    • ZoMbIe-DeStRoYeR pk server
Re: Script log writing error ?
« Reply #2 on: January 01, 2011, 01:05:13 pm »
how to set the permission ?

Offline Furai

  • Administrator
  • Veteran
  • *****
  • Posts: 1908
    • TransHuman Design
Re: Script log writing error ?
« Reply #3 on: January 01, 2011, 01:19:52 pm »
Use search function, ask uncle google. On these forums it was answered dozen times already. I assume you use some Unix distribution.

CLICK!
"My senses are so powerful that I can hear the blood pumping through your veins."

Offline mich1103

  • Flagrunner
  • ****
  • Posts: 557
  • Did you say chocolate ? O.o
    • ZoMbIe-DeStRoYeR pk server
Re: Script log writing error ?
« Reply #4 on: January 01, 2011, 01:24:58 pm »
i'm not using unix

Offline Falcon`

  • Flagrunner
  • ****
  • Posts: 792
  • A wanted lagger
Re: Script log writing error ?
« Reply #5 on: January 01, 2011, 01:26:10 pm »
There's vista dekstop wookash. However he could use SSH console, but screenshot showed windows' cmd.

Redownload/reinstall your soldlatserver. i think it's easiest solution for you.
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 mich1103

  • Flagrunner
  • ****
  • Posts: 557
  • Did you say chocolate ? O.o
    • ZoMbIe-DeStRoYeR pk server
Re: Script log writing error ?
« Reply #6 on: January 01, 2011, 02:46:24 pm »
Whats the error in this part ?



Code: [Select]

Procedure AllDraw(ID: integer);
begin
    DrawText(ID,'Level :'+ inttostr(soldier[ID].level)+chr(13)+chr(10)+'XP :'+ inttostr(soldier[ID].xp)+'/'+inttostr(soldier[ID].maxxp)+chr(13)+chr(10)+'Money : $' + inttostr(soldier[id].money)+chr(13)+chr(10)+'Kill : '+ inttostr(soldier[ID].Kill)+chr(13)+chr(10)+'Zombie Destroyer V1.4.3',300,$FFFF00

,0.07,15,320);
end;                                                                                                             

Offline Hacktank

  • Camper
  • ***
  • Posts: 462
  • Soldat Scripter
    • HTZRPG
Re: Script log writing error ?
« Reply #7 on: January 02, 2011, 03:44:44 am »
Um, does the folder 'logs' even exist with the server?


Offline dnmr

  • Camper
  • ***
  • Posts: 315
  • emotionally handicapped
Re: Script log writing error ?
« Reply #8 on: January 02, 2011, 06:32:50 am »
make sure logs/kills/ exists too