GTAG - Modding - Opcode Database - 0ABA
Opcode Database
0ABA
| Description | Ends a CLEO-thread with given name. A thread gets its name with the 03A4. If the thread wasn't named with [ocpode]03A4[/opcode], the thread gets its name by first 7 letters of the file name. For cs example, the thread from the file test.cs will have name 'test.cs'; from the file myscript.cs - 'myscrip'. The 0ABA immediately finishes the execution of a thread with given name. This opcode is the same as 0459, but is made for the CLEO scripts. Parameters: 1 = name of the thread to end. |
|---|---|
| Parameters (v2) | 1) String (TEXT_LABEL) |
| Games | |
| Category | CLEO 3 |
| San Andreas | |
| sascm.ini | 0ABA=1,terminate_all_custom_scripts_with_this_name %1s% |
| Example | 0ABA: terminate_all_custom_scripts_with_this_name 'BENZIN' |
| Command Name | TERMINATE_ALL_CUSTOM_SCRIPTS_WITH_THIS_NAME |

