2pacproducer2 Posted July 1, 2009 Share Posted July 1, 2009 (edited) I was a little booring, so I decided to make something quick, and here is what I'v got. It has only one thread, but I tested it, and no bugs found. So, I decided to post it here as a mod. Press TAB+SPACE to activate the rage mode. When you are in rage mode, the game speed changes and you are invincible for 10 sec. After that you can launch rage mode again. It makes me lough when CJ fights in Rage Mode, it sounds very funny. Question. Do you think this mod worth a place in gtagarage ? Edited July 4, 2009 by 2pacproducer2 Link to comment Share on other sites More sharing options...
PatrickW Posted July 1, 2009 Share Posted July 1, 2009 Sure, if it's GTA mod it is worth a place in gtagarage Sounds like a fun mod Link to comment Share on other sites More sharing options...
Narcis_speed6 Posted July 1, 2009 Share Posted July 1, 2009 scarface style and you can put it on gtagarage... Link to comment Share on other sites More sharing options...
Ragga1 Posted July 2, 2009 Share Posted July 2, 2009 This reminds me of Scarface. Awesome job. Link to comment Share on other sites More sharing options...
Cheetah_dot_chi Posted July 2, 2009 Share Posted July 2, 2009 I don't know Sh*t about Scarface.. But, This is just Great! Link to comment Share on other sites More sharing options...
2pacproducer2 Posted July 2, 2009 Author Share Posted July 2, 2009 Wow ! O havent knew that you will like such an easy script. THanks Link to comment Share on other sites More sharing options...
Deji Posted July 2, 2009 Share Posted July 2, 2009 My 2 cents... 015D: set_gamespeed 0.5 02AB: set_actor $PLAYER_ACTOR immunities BP 1 FP 1 EP 1 CP 1 MP 1 0003: shake_camera 180 0004: $RAGE_TIMER = 10000 03C3: set_timer_to $RAGE_TIMER type 1 GXT 'RAGE' // global_variable 0001: wait 10000 ms 015D: set_gamespeed 1.0 02AB: set_actor $PLAYER_ACTOR immunities BP 0 FP 0 EP 0 CP 0 MP 0 0004: $RAGE_TIMER = 0 Instead of using a wait (this could lead to an inaccurate time of rage mode). You could probably use this... 015D: set_gamespeed 0.5 02AB: set_actor $PLAYER_ACTOR immunities BP 1 FP 1 EP 1 CP 1 MP 10003: shake_camera 1800004: $RAGE_TIMER = 10000 03C3: set_timer_to $RAGE_TIMER type 1 GXT 'RAGE' // global_variable0006: [email protected] = 0jump @RAGE_2:RAGE_2wait 0 if04B5: [email protected] >= 10000else_jump @RAGE_2015D: set_gamespeed 1.0 02AB: set_actor $PLAYER_ACTOR immunities BP 0 FP 0 EP 0 CP 0 MP 0 0004: $RAGE_TIMER = 0 0001: wait 0 ms 0002: jump @RAGE_11 It'd just be a little more accurate at ending after the correct amount of time. Especially for people with slow PC's or exceptionally fast ones (may be just a C++ thing, but I think wait's using that method end up going faster with faster proccessors). Nice code, anyway. Maybe you could implement automatic aiming like in Scarface Link to comment Share on other sites More sharing options...
2pacproducer2 Posted July 2, 2009 Author Share Posted July 2, 2009 Thanks, I know this way of waiting 10 seconds you just showed me, but I havent used it because I wanted that my script would be very small. Anyway thanks. OMG, I cant believe that this short script gets more attention then my other much longer mods xD Link to comment Share on other sites More sharing options...
Deji Posted July 2, 2009 Share Posted July 2, 2009 Thanks, I know this way of waiting 10 seconds you just showed me, but I havent used it because I wanted that my script would be very small. Anyway thanks. OMG, I cant believe that this short script gets more attention then my other much longer mods xD It's an original idea and simplicity is bliss I can't believe no one created something like this before Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now