GTAG - Modding - Opcode Database - 009B
Opcode Database
009B
| Description | Removes the character from the game and mission cleanup list, freeing game memory. Note: The character not existing will not cause the game to crash. |
|---|---|
| Parameters (v2) | 1) Actor handle (Integer) (INT) |
| Games | |
| Category | Actor, Common, Creation |
| Command Name (IV) | DELETE_CHAR |
| San Andreas | |
| sascm.ini | 009B=1,delete_char %1d% |
| Example | 009B: delete_char 18@ |
| Command Name | DELETE_CHAR |
| Vice City | |
| sascm.ini | 009B=1,delete_char %1d% |
| Example | 009B: delete_char $853 |
| Command Name | DELETE_CHAR |
| GTA III | |
| gtascm.ini | 009B=1,delete_char %1d% |
| Example | 009B: delete_char $CHAR_GUNSHOPOWNER |
| Command Name | DELETE_CHAR |

