Просмотр полной версии : Help
Lua:
How to make to write down names and dont delete names?
molimawka
19.01.2022, 16:39
fopen("file.txt", "a");
fopen("file.txt", "a");
Its writing in the same line how to fix ?
molimawka
19.01.2022, 21:42
Its writing in the same line how to fix ?
fwrite($fp, $name . "\n");
vBulletin® v3.8.14, Copyright ©2000-2026, vBulletin Solutions, Inc. Перевод: zCarot