Difference between revisions of "00AD"
Jump to navigation
Jump to search
(Created page with '{{OpCode | ini = 00AD=2, %1d% %2d% | description = Sets the car max speed. | p1 = Existing car handle | p2 = Max Speed (Floating-point) | game …') |
|||
Line 1: | Line 1: | ||
{{OpCode | {{OpCode | ||
| ini = 00AD=2, %1d% %2d% | | ini = 00AD=2, %1d% %2d% | ||
− | | description = Sets the car max speed. | + | | description = Sets the car's max speed. |
| p1 = Existing car handle | | p1 = Existing car handle | ||
| p2 = Max Speed (Floating-point) | | p2 = Max Speed (Floating-point) |
Revision as of 13:40, 6 November 2010
{{{games}}}
- Description
- Sets the car's max speed.
- Syntax
- {{{syntax1}}}
- Parameter
This opcode sets one's car max speed.
Sanny Builder Example
00AD: set_car 36@ max_speed_to 10.0
Keywords
car, max speed, set