native fputs(file, const text[], bool:null_term = false);
file | Handle to the file |
text | String to write |
null_term | True to append NULL terminator, false otherwise |
Writes a line of text to a text file.
0 on success, -1 otherwise
This documentation was generated automatically using pawn-docgen written by xPaw for AlliedMods.