Jump to content

No time limit taxi mission


Recommended Posts

I assume you mean you want to edit the existing code?

 

In the main.scm there is a section that relates to the taxi missions. Mission 121 in San Andreas. You don't say which game you are using though I think the principle is the same throughout all the versions of gtaIII.

 

There is an 03c3 that sets you timer for the allowance of seconds at the start of missions

 

03C3: set_timer_to $8199 type 1 GXT 'TX_TIME' // global_variable // TIME

The line immediately above this gives you the amount of time ($8199)

 

 

example

$8199 = (enter timer value in here)

03C3: set_timer_to $8199 type 1 GXT 'TX_TIME' // global_variable // TIME

 

Edit this to increase the taxi mission time limit.

Simply double the figure for twice the initial time, or add a zero to multiply it by ten, and so on........

  • 8 months later...
Guest
This topic is now closed to further replies.
  • 0 User Currently Viewing
    0 members, 0 Anonymous, 0 Guests

×
×
  • Create New...

Important Information

By using GTAForums.com, you agree to our Terms of Use and Privacy Policy.