Difference between revisions of "055A"

From GTAMods Wiki
Jump to navigation Jump to search
(Created page with '{{OpCode | ini = 055A=1,set_secondary_trash %1h% | description = Adds some new trash to the map. | p1 = integer value (0/1) | game = Vice City }} T…')
 
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
{{OpCode
+
[[File:gtavc_rubbish.jpg|thumb|Secondary rubbish texture can be seen on the left]]
| ini        = 055A=1,set_secondary_trash %1h%
+
{{Icon|VC}} '''ADD_PORN_LEAFLET_TO_RUBBISH'''
| description = Adds some new trash to the map. 
+
<hr />
| p1          = integer value (0/1)
+
'''Description'''
| game        = [[Vice City]]
+
: Sets visibility of secondary rubbish
}}
+
'''Syntax'''
This opcode was used only one time in Vice City, after the mission "Dildo Dodo".
+
: 055A: add_porn_leaflet_to_rubbish [''int'']
 +
'''Parameter'''
 +
: [''int'']
 +
:: 0 = disable, 1 = enable
  
== Sanny Builder example ==
+
This opcode sets the visibility of the secondary rubbish as seen in opcode [[03AD]]. In the PS2 version, the secondary rubbish used porn leaflets as the texture but the PC version uses the [[texture]] <code>newspaper02_64</code> from GTA III. This opcode was used only once in Vice City, after the mission "Dildo Dodo".
  
<source lang="scm">055A: set_secondary_trash 1 //enable</source>
+
== Keywords ==
 +
secondary, rubbish, trash, newspaper, dildo dodo
  
==Keywords==
+
[[Category:OpCodes]]
rubbish, trash, dildo dodo
 

Latest revision as of 20:19, 3 June 2015

Secondary rubbish texture can be seen on the left

Vice City ADD_PORN_LEAFLET_TO_RUBBISH


Description

Sets visibility of secondary rubbish

Syntax

055A: add_porn_leaflet_to_rubbish [int]

Parameter

[int]
0 = disable, 1 = enable

This opcode sets the visibility of the secondary rubbish as seen in opcode 03AD. In the PS2 version, the secondary rubbish used porn leaflets as the texture but the PC version uses the texture newspaper02_64 from GTA III. This opcode was used only once in Vice City, after the mission "Dildo Dodo".

Keywords

secondary, rubbish, trash, newspaper, dildo dodo