ANTICHAT

ANTICHAT (https://forum.antichat.xyz/index.php)
-   Общие вопросы программирования (https://forum.antichat.xyz/forumdisplay.php?f=206)
-   -   Help (https://forum.antichat.xyz/showthread.php?t=1418035)

P3rsik 19.01.2022 16:24

Lua:





Код:




How to make to write down names and dont delete names?

molimawka 19.01.2022 16:39

Код:

fopen("file.txt", "a");

P3rsik 19.01.2022 17:09

Цитата:

Сообщение от BBooGG

Код:

fopen("file.txt", "a");

Its writing in the same line how to fix ?

molimawka 19.01.2022 21:42

Цитата:

Сообщение от Lugers

Its writing in the same line how to fix ?

Код:

fwrite($fp, $name . "\n");


Время: 03:15