Difference between revisions of "010E"

From GTAMods Wiki
Jump to navigation Jump to search
 
Line 1: Line 1:
<code>010E=2,%1d% %2d%</code><br>
+
{{OpCode
'''Description''': Sets the player's minimum wanted level<br>
+
| ini        = 010E=2,%1d% %2d%
'''Parameter 1''': Player handle<br>
+
| description = Sets the player's minimum wanted level
'''Parameter 2''': Integer<br>
+
| p1          = Player handle
'''Supports''': GTA3, Vice City, San Andreas<br>
+
| p2          = Integer (wanted level)
 
+
| game        = [[GTA 3]], [[Vice City]], [[San Andreas]]
This can set the player's minimum wanted level from 0 to 6.
+
| native      = [[ALTER_WANTED_LEVEL_NO_DROP]]
 +
}}
 +
This can set the player's wanted level from 0 to 6. When placed in a loop, this will set the minimum wanted level. The wanted level will not drop below the set value but a higher wanted level can be attained.
  
 
==Keywords==
 
==Keywords==
set, player, minimum, wanted, level
+
set, change, alter, player, minimum, wanted, level
 
 
[[Category:OpCodes]]
 

Revision as of 23:25, 16 January 2010

{{{games}}}


Description
Sets the player's minimum wanted level
Syntax
{{{syntax1}}}
Parameter
Native analog
ALTER_WANTED_LEVEL_NO_DROP

This can set the player's wanted level from 0 to 6. When placed in a loop, this will set the minimum wanted level. The wanted level will not drop below the set value but a higher wanted level can be attained.

Keywords

set, change, alter, player, minimum, wanted, level