LgZ Posted September 12, 2012 Share Posted September 12, 2012 I edited the damage to kill faster, but I also die fast when someone shoots at min. Does anyone know how to die I do not fast? I just want to use the customizations of weapon.dat, and shooting whoever min take my life equal to the standard, so I will not die fast. Link to comment Share on other sites More sharing options...
Jack Posted September 12, 2012 Share Posted September 12, 2012 Build a CLEO code that sets the health of the player to a higher value. Use this opcode: 0223: set_actor $PLAYER_ACTOR health_to 500 Tank Fire [SA] New Police Helicopter [VC & III] My YouTube Channel Link to comment Share on other sites More sharing options...
LgZ Posted September 12, 2012 Author Share Posted September 12, 2012 Thank you! But could you pass me the cleo mod complete? I do not know! (laughs) I know it is only necessary to change the value, the more would be extremely grateful if you would pass the mod cleo ready! Link to comment Share on other sites More sharing options...
Bad.boy! Posted September 12, 2012 Share Posted September 12, 2012 Use the request topic for requests. {$CLEO .cs}hex 00endwhile true wait 1000 0D39: [email protected] = actor $PLAYER_ACTOR max_health if [email protected] < 500 then 08AF: set_actor $PLAYER_ACTOR max_health_to 500 endend Link to comment Share on other sites More sharing options...
Jack Posted September 12, 2012 Share Posted September 12, 2012 @LgZ you need to download and install Sanny Builder tool, CLEO setup 4 San Andreas and new opcodes made by DK22Pac (because of the 0D39 opcode). Links: http://sannybuilder.com/ http://cleo.sannybuilder.com/ http://www.gtaforums.com/index.php?showtopic=518780 Tank Fire [SA] New Police Helicopter [VC & III] My YouTube Channel Link to comment Share on other sites More sharing options...
Bad.boy! Posted September 12, 2012 Share Posted September 12, 2012 Oops, didn't saw that it was one of DK22Pac's opcodes Regular cleo: {$CLEO .cs}wait 10000A96: [email protected] = actor $PLAYER_ACTOR [email protected] += 0x544while true wait 1000 0A8D: [email protected] = read_memory [email protected] size 4 virtual_protect 0 if [email protected] < 500.0 then 08AF: set_actor $PLAYER_ACTOR max_health_to 500 endend I recommend downloading DK22Pac's opcodes, but it isn't necessary. Link to comment Share on other sites More sharing options...
LgZ Posted September 12, 2012 Author Share Posted September 12, 2012 (edited) Extremely grateful to Bad.boy! and also JACK JONES. Last question, how do I configure a button for when I press it, the mod set life? Edited September 12, 2012 by LgZ Link to comment Share on other sites More sharing options...
UNRATED69 Posted September 12, 2012 Share Posted September 12, 2012 {$CLEO .cs}wait 10000A96: [email protected] = actor $PLAYER_ACTOR [email protected] += 0x544while true wait 1000 0A8D: [email protected] = read_memory [email protected] size 4 virtual_protect 0 if and [email protected] < 500.0 0AB0: key_pressed 8 //-----------------Change this number. then 08AF: set_actor $PLAYER_ACTOR max_health_to 500 endend The correct number that you want can be found in the Sanny Builder help files, under 'CLEO 3 code library>Virtual key codes (for 0AB0)'. Or you can look here. 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