SamJohnson98 Posted August 12, 2012 Share Posted August 12, 2012 Hey guys, I need help. I made a code to change into gimp suit. But I don't know how to change back to normal. This is my code. // This file was decompiled using sascm.ini published by GTAG (http://gtag.gtagaming.com/opcode-database) on 26.6.2012{$VERSION 3.1.1000}{$CLEO .cs}//-------------MAIN---------------03A4: name_thread 'GIMP' :GIMP_110001: wait 0 ms 00D6: if and0256: player $PLAYER_CHAR defined 044B: actor $PLAYER_ACTOR on_foot 80DF: not actor $PLAYER_ACTOR driving 004D: jump_if_false @GIMP_11 00D6: if 0ADC: test_cheat "GIMP" 004D: jump_if_false @GIMP_11 03E5: show_text_box 'CHEAT1' // Cheat activated087B: set_player $PLAYER_CHAR clothes_texture "GIMPLEG" model "GIMPLEG" body_part 17 070D: rebuild_player $PLAYER_CHAR 0002: jump @GIMP_11 Any help would be appreciated. Link to comment Share on other sites More sharing options...
SamJohnson98 Posted August 12, 2012 Author Share Posted August 12, 2012 The title is wrong. I forgot to change it and I don't know how to edit the title. Sorry. Link to comment Share on other sites More sharing options...
TheGodfather. Posted August 12, 2012 Share Posted August 12, 2012 (edited) Here it is: {$CLEO .cs}//-------------MAIN---------------03A4: name_thread 'GIMP':GIMP_110001: wait 0 ms00D6: if and0256: player $PLAYER_CHAR defined044B: actor $PLAYER_ACTOR on_foot80DF: not actor $PLAYER_ACTOR driving004D: jump_if_false @GIMP_1100D6: if0ADC: test_cheat "GIMP"004D: jump_if_false @GIMP_1103E5: show_text_box 'CHEAT1' // Cheat activated0793: save_player_clothes 087B: set_player $PLAYER_CHAR clothes_texture "gimpleg" model "gimpleg" body_part 17070D: rebuild_player $PLAYER_CHAR0002: jump @GIMP_12:GIMP_120001: wait 0 ms00D6: if and0256: player $PLAYER_CHAR defined044B: actor $PLAYER_ACTOR on_foot80DF: not actor $PLAYER_ACTOR driving00D6: if0ADC: test_cheat "NOM"004D: jump_if_false @GIMP_1203E5: show_text_box 'CHEAT1' // Cheat activated0794: restore_player_clothes 070D: rebuild_player $PLAYER_CHAR0002: jump @GIMP_11 Edited August 12, 2012 by arijitsen Link to comment Share on other sites More sharing options...
Silent Posted August 12, 2012 Share Posted August 12, 2012 There is a better way. Just use 0784: set_player $PLAYER_CHAR textureCRC 0 modelCRC 0 bodypart 17 to take off the suit. Link to comment Share on other sites More sharing options...
SamJohnson98 Posted August 13, 2012 Author Share Posted August 13, 2012 @SilentPL how do I use the code? Please help. @arijitsen Thanks, but I didn't use it yet. Thanks though. 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