0959

From GTAMods Wiki
Revision as of 22:02, 31 January 2010 by Spaceeinstein (talk | contribs)
Jump to navigation Jump to search

{{{games}}}


Description
Creates a horseshoe pickup
Syntax
{{{syntax1}}}
Parameter

This creates a horseshoe pickup. Like most pickups, it spins and can be "picked up" by walking through it. Horseshoes are recorded in stat 241. The total amount of horseshoes depends on the amount of pickups you have placed. Picking up a horseshoe gives you $100. Picking up all the horseshoes will give you $10,000. The pickup uses the model cj_horse_shoe.dff to create the pickup so the model has to be at least defined somewhere in an IDE file for the opcode to work. Note that the fourth parameter is placed in the beginning instead of at the end.

Sanny Builder example:

0959: $2882 = create_horseshoe_at 1224.0 2617.0 11.0

Note

The above format is more commonly used. The actual format of this opcode is in order:
0959=4,%1d% %2d% %3d% %4d%
The format to use depends on which INI file you use.

Keywords

create, horseshoe, pickup, cj_horse_shoe