chrisblake Posted December 21, 2006 Share Posted December 21, 2006 this is my first ever code i have ever done so im new to this. i made the code so i could pop the hood or trunk, it works fine but i cant find any op codes to close them again. if any one can help me finish this it would be great. thanks everyone. 004F: create_thread ££opncr2 004F: create_thread ££opnca2 :opncr2 0001: wait 250 ms 00D6: if 0 0256: player $PLAYER_CHAR defined 004D: jump_if_false ££opncr2 00D6: if 1 84A7: NOT $PLAYER_ACTOR 84C8: NOT $PLAYER_ACTOR 004D: jump_if_false ££opncr2 00D6: if 2 00E1: key_pressed 0 10 00DF: actor $PLAYER_ACTOR driving 09E7: $PLAYER_CHAR 004D: jump_if_false ££opncr2 03C0: @10 = actor $PLAYER_ACTOR car 0657: @10 0 0002: jump ££opncr2 :opnca2 0001: wait 250 ms 00D6: if 0 0256: player $PLAYER_CHAR defined 004D: jump_if_false ££opnca2 00D6: if 1 84A7: NOT $PLAYER_ACTOR 84C8: NOT $PLAYER_ACTOR 004D: jump_if_false ££opnca2 00D6: if 2 00E1: key_pressed 0 11 00DF: actor $PLAYER_ACTOR driving 09E7: $PLAYER_CHAR 004D: jump_if_false ££opnca2 03C0: @10 = actor $PLAYER_ACTOR car 0657: @10 1 0002: jump ££opnca2 just want to be able to close them again! 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