GTAG - Modding - Opcode Database - 033E
Opcode Database
033E
| Description | Draws text at the specified on-screen position. Use in a loop to get text to stay on screen. |
|---|---|
| Parameters (v2) | 1) X screen coordinate (Float) (FLOAT) 2) Y screen coordinate (Float) (FLOAT) 3) GXT Entry (String) (TEXT_LABEL) |
| Games | |
| Category | Common, Text |
| Command Name (IV) | DISPLAY_TEXT |
| San Andreas | |
| sascm.ini | 033E=3,display_text %1d% %2d% gxt %3g% |
| Example | 033E: display_text 320.0 180.333 gxt 'BJ_PUSH' |
| Command Name | DISPLAY_TEXT |
| Vice City | |
| sascm.ini | 033e=3,text_draw %1d% %2d% %3g% |
| Example | |
| Command Name | DISPLAY_TEXT |
| GTA III | |
| gtascm.ini | 033e=3,text_draw %1d% %2d% %3g% |
| Example | |
| Command Name | DISPLAY_TEXT |

