03FD

From GTAMods Wiki
Jump to navigation Jump to search

GTA III REGISTER_4X4_ONE_TIME


Description
Saves the fastest time to the Patriot Playground stat
Syntax
03FD: save_offroad_time [int]
Parameter
[int]
Integer value

This opcode saves the lowest value to the "Patriot Playground in secs" stat (GXT key FEST_R1). The stat initially starts with a value of 0 and does not appear in the stats menu until its value is greater than 0. Any value can overwrite a value of 0. For every other values, only those lower than the saved value will update the stat with the new value; higher values have no effect on the stat. The value set with this opcode is saved in block 17 of the save file.


Vice City San Andreas SET_DRUNK_INPUT_DELAY


Description
Sets the drunk input delay
Syntax
03FD: set_player [player handle] handling_responsiveness [int]
Parameter
[player handle]
The handle of the player
[int]
Input delay

This opcode affects the delay to the left and right steering while driving. The higher the value, the longer it takes for the game to respond to those key presses. The input delay is reset when a mission cleanup is processed. Oddly, pausing and unpausing the game also resets it. The original script called this opcode during "Boomshine Saigon".

Keywords

set, player, drunk, input, delay, handling, responsiveness