Difference between revisions of "095A"

From GTAMods Wiki
Jump to navigation Jump to search
 
m
Line 11: Line 11:
 
<code>095A=4,%4d% %1d% %2d% %3d%</code><br>
 
<code>095A=4,%4d% %1d% %2d% %3d%</code><br>
 
The fourth parameter is placed in the beginning instead of at the end. This depends on which sascm.ini file you use.<br>
 
The fourth parameter is placed in the beginning instead of at the end. This depends on which sascm.ini file you use.<br>
[[Mission_Scripting_%28Overview%29#Sanny_Builder|Sanny Builder]] by default:
+
[[Sanny Builder]] by default:
 
<code>095A: $2982 = create_oyster_at 979.0 -2210.0 -3.0</code>
 
<code>095A: $2982 = create_oyster_at 979.0 -2210.0 -3.0</code>
  

Revision as of 12:33, 25 February 2009

095A=4,%1d% %2d% %3d% %4d%
Description: Creates an oyster pickup
Parameter 1: X-coordinate
Parameter 2: Y-coordinate
Parameter 3: Z-coordinate
Parameter 4: Object handle
Supports: San Andreas

Note

Sometimes this opcode is written as this:
095A=4,%4d% %1d% %2d% %3d%
The fourth parameter is placed in the beginning instead of at the end. This depends on which sascm.ini file you use.
Sanny Builder by default: 095A: $2982 = create_oyster_at 979.0 -2210.0 -3.0

Keywords

create, oyster, pickup