native write_file(const file[], const text[], line = -1);
file | Path to open |
text | String to write to |
line | Index of the line, starting to 0 If < 0, content will be appended |
Writes text to file.
This native is expensive. Consider the use of new file natives (fopen(), fputs(), etc.) if purpose is to write several lines of a file.
This function has no return value.
Unable to write [temporary] file
This documentation was generated automatically using pawn-docgen written by xPaw for AlliedMods.