Difference between revisions of "03A4"
Jump to navigation
Jump to search
m |
|||
Line 1: | Line 1: | ||
− | + | {{OpCode | |
− | + | | ini = 03A4=1,%1s% | |
− | + | | description = Gives a new name for thread | |
− | + | | p1 = short string (8 bytes) | |
− | + | | game = [[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]] | + | }} |
+ | 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== | ==Keywords== | ||
− | thread, name | + | thread, script, name |
− | |||
− |
Revision as of 21:57, 13 May 2010
{{{games}}}
- Description
- Gives a new name for thread
- Syntax
- {{{syntax1}}}
- Parameter
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