Difference between revisions of "03A4"

From GTAMods Wiki
Jump to navigation Jump to search
(New page: <code>03a4=1,%1s% </code><br> '''Description''': Gives a new name for thread<br> '''Parameter 1''': short string (8 bytes)<br> '''Supports''': GTA3, Vice City, San Andreas<br> This opcode...)
 
m
Line 4: Line 4:
 
'''Supports''': GTA3, Vice City, San Andreas<br>
 
'''Supports''': GTA3, Vice City, San Andreas<br>
  
This opcode gives a new name for the current [[thread]]. By default, any new thread get name ''NONAME'', but this opcode could change it. You can use the given name later to end the thread with opcode [[0459]] (not in GTA 3). Thread name should be less than 8 letters (7 max).
+
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]] (not in GTA 3). Thread name should be less than 8 letters (7 max).
  
 
==Keywords==
 
==Keywords==

Revision as of 22:31, 23 December 2008

03a4=1,%1s%
Description: Gives a new name for thread
Parameter 1: short string (8 bytes)
Supports: GTA3, 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 (not in GTA 3). Thread name should be less than 8 letters (7 max).

Keywords

thread, name