NoobMapper Posted October 7, 2010 Share Posted October 7, 2010 How do i make a taxi mission with no time limit ? I tried to change the gameplay time but the taxi mission time still runs the same . Link to comment https://gtaforums.com/topic/460595-no-time-limit-taxi-mission/ Share on other sites More sharing options...
Zyo Posted October 8, 2010 Share Posted October 8, 2010 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........ Link to comment https://gtaforums.com/topic/460595-no-time-limit-taxi-mission/#findComment-1060154768 Share on other sites More sharing options...
NoobMapper Posted October 8, 2010 Author Share Posted October 8, 2010 Oh sorry , i forgot about the game . Its San Andreas . Hmmm..... actually what i am trying to do is to make a cleo script that enables a no time limit taxi mission on certain vehicles . So is it possible to ? Link to comment https://gtaforums.com/topic/460595-no-time-limit-taxi-mission/#findComment-1060154848 Share on other sites More sharing options...
alpos Posted June 29, 2011 Share Posted June 29, 2011 Same question? Is there a any cleo script to close taxi timer ? thanks. Link to comment https://gtaforums.com/topic/460595-no-time-limit-taxi-mission/#findComment-1060564684 Share on other sites More sharing options...
fireguy109 Posted June 29, 2011 Share Posted June 29, 2011 Don't bump old topics please. Ask in the pinned request topic. Link to comment https://gtaforums.com/topic/460595-no-time-limit-taxi-mission/#findComment-1060564704 Share on other sites More sharing options...
Recommended Posts