06.02.2010, 12:08
https://sampwiki.blast.hk/wiki/Fopen
But, i created this:
And i restart 2x server, now i open that file, but theres 1x line, must be it 2x line?
But, i created this:
Код:
new File:string1 = fopen("varuserverlogi.log", io_write); fwrite(string1, "Server started!\n"); fclose(string1);