Difference between revisions of "03A4"

From GTAMods Wiki
Jump to navigation Jump to search
m
Line 1: Line 1:
<code>03a4=1,%1s% </code><br>
+
{{OpCode
'''Description''': Gives a new name for thread<br>
+
| ini        = 03A4=1,%1s%
'''Parameter 1''': short string (8 bytes)<br>
+
| description = Gives a new name for thread
'''Supports''': GTA3, Vice City, San Andreas<br>
+
| 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]] (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]]. Thread name should be less than 8 letters (7 max).
  
 
==Keywords==
 
==Keywords==
thread, name
+
thread, script, name
 
 
[[Category:OpCodes]]
 

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