Difference between revisions of "PICK"

From GTAMods Wiki
Jump to navigation Jump to search
m (San Andreas Format)
Line 3: Line 3:
 
| description = Creates a pickup
 
| description = Creates a pickup
 
}}
 
}}
'''PICK''' is one of the [[item placement]] sections introduced with [[San Andreas]]. It was used to create fire extinguisher pickups at fast food restaurants. It does still exist in [[GTA IV]], although it is never used there.
+
'''PICK''' is one of the [[item placement]] sections introduced with [[San Andreas]]. It was used to create fire extinguisher pickups at fast food restaurants. It does exist in [[GTA IV]], although it is never used there.
  
 
==San Andreas Format==
 
==San Andreas Format==
  
  ModelID, PosX, PosY, PosZ
+
  ID, PosX, PosY, PosZ
  
 
{|{{Prettytable}} width="100%" class="collapsible"
 
{|{{Prettytable}} width="100%" class="collapsible"
Line 13: Line 13:
 
!Description
 
!Description
 
|-
 
|-
|<center>ModelID</center>||A number which defines a [[weapon]]
+
|<center>ID</center>||A number which defines a [[weapon]]
 
|-
 
|-
 
|<center>PosX, PosY, PosZ</center>||Floating point values defining where the pickup should be placed in the world.
 
|<center>PosX, PosY, PosZ</center>||Floating point values defining where the pickup should be placed in the world.
Line 20: Line 20:
 
===San Andreas Weapon List===
 
===San Andreas Weapon List===
  
Weapons in San Andreas are defined in the [[default.ide]] file. Their statistics are specificated in the [[weapon.dat]] file. By default those are the weapons used in the game.
+
Weapons in San Andreas are defined in the [[default.ide]] file. Their statistics are specified in the [[weapon.dat]] file. By default these are the weapons available in the game.
  
 
{|{{Prettytable}} class="collapsible collapsed"
 
{|{{Prettytable}} class="collapsible collapsed"

Revision as of 16:52, 6 August 2009

PICK (IPL section)
Short description:Creates a pickup
Supported games:GTA SA, GTA IV
IPL Sections:
2DFX AUZO BLOK CARS CULL ENEX GRGE
INST JUMP LINK LODM MLO+ MULT OCCL
PATH PICK RTFX SLOW TCYC VNOD ZONE

PICK is one of the item placement sections introduced with San Andreas. It was used to create fire extinguisher pickups at fast food restaurants. It does exist in GTA IV, although it is never used there.

San Andreas Format

ID, PosX, PosY, PosZ
Identifier Description
ID
A number which defines a weapon
PosX, PosY, PosZ
Floating point values defining where the pickup should be placed in the world.

San Andreas Weapon List

Weapons in San Andreas are defined in the default.ide file. Their statistics are specified in the weapon.dat file. By default these are the weapons available in the game.

Tools

See also

External Link