03A4
From GTAModding
03A4=1,%1s%
Description: Gives a new name for thread
Parameter 1: short string (8 bytes)
Supports: GTA 3, Vice City, San Andreas
This opcode gives a new name for the current thread. By default, any new thread gets the name NONAME, but this opcode could change it. You can use the given name later to end the thread with opcode 0459. Thread name should be less than 8 letters (7 max).
Keywords
thread, script, name

