mirror of
https://github.com/JezuzLizard/T4SP-Server-Plugin.git
synced 2025-06-04 01:47:45 +00:00
better exmaple
This commit is contained in:
parent
deed3b66f5
commit
3fdcf3261d
@ -48,10 +48,13 @@ All files will be closed upon GSC restart (map_restart or fast_restart or missio
|
|||||||
{
|
{
|
||||||
PrintConsole("test.txt failed to be opened for reading!");
|
PrintConsole("test.txt failed to be opened for reading!");
|
||||||
}
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
// do stuff with the file
|
||||||
|
|
||||||
// do stuff
|
FS_FClose(f); // make sure to close it
|
||||||
|
}
|
||||||
|
|
||||||
FS_FClose(f); // make sure to close it
|
|
||||||
```
|
```
|
||||||
|
|
||||||
* `<string> FS_ReadLine(<filehandle int>)` Reads a line from the file pointed by the filehandle, removes the newline char. Returns `undefined` when nothing is left to read. Will not read more than 8192 characters at once. Filehandle must be opened for reading.
|
* `<string> FS_ReadLine(<filehandle int>)` Reads a line from the file pointed by the filehandle, removes the newline char. Returns `undefined` when nothing is left to read. Will not read more than 8192 characters at once. Filehandle must be opened for reading.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user