[Possible Bug]NPC Scripts can't write or read files
#1

I don't know if this is a Bug or only my fault

Since 0.3a was released I didn't noticed it.
I want to write a special way to communicate between the GM and the NPC Scripts.

So I tried making it possible with files on a simple way - writing in the files - for debuging.
But it didn't work.

I tried it serveral times, I didn't get it working.


This is my code. I put it in all Callbacks which could be possible called.
pawn Код:
new File:f = fopen("C:\\Users\\septa_000\\Desktop\\03x\\scriptfiles\\blubb.txt",io_write);
fwrite(f,"blubb");
fclose(f);
f = fopen("blubb2.txt",io_write);
fwrite(f,"blaa");
fclose(f);
Reply


Messages In This Thread
[Possible Bug]NPC Scripts can't write or read files - by NetKiel - 13.01.2013, 12:59
AW: [Possible Bug]NPC Scripts can't write or read files - by NetKiel - 13.01.2013, 17:40
Re: [Possible Bug]NPC Scripts can't write or read files - by Memoryz - 13.01.2013, 19:11
AW: [Possible Bug]NPC Scripts can't write or read files - by NetKiel - 13.01.2013, 19:37
AW: [Possible Bug]NPC Scripts can't write or read files - by NetKiel - 23.01.2013, 17:57

Forum Jump:


Users browsing this thread: 1 Guest(s)