Opcode Database

Latest Forum Activity

GTAG - Modding - Opcode Database - 0ABA

Opcode Database

0ABA

DescriptionEnds 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)
Gamessa
CategoryCLEO 3
San Andreas
sascm.ini0ABA=1,terminate_all_custom_scripts_with_this_name %1s%
Example0ABA: terminate_all_custom_scripts_with_this_name 'BENZIN'
Command NameTERMINATE_ALL_CUSTOM_SCRIPTS_WITH_THIS_NAME

<< 0AB9

0ABB >>