GTAG - Modding - Opcode Database - 0AD8
Opcode Database
0AD8
Description | This opcode writes a string to a file until it encounters a null character. Params: 1. Pointer to the file. 2. String source, is responsible convention string. |
---|---|
Parameters (v2) | 1) File handle (Integer) (INT) 2) String (ANY) |
Games | ![]() |
Category | CLEO 4 |
San Andreas | |
sascm.ini | 0AD8=2, write_string_to_file %1d% from %2d% |
Example | 0AD8: write_string_to_file $hFile string 0@v |
Command Name | WRITE_STRING_TO_FILE |