MatiSk8 Posted March 14, 2008 Share Posted March 14, 2008 (edited) I want write some script. When, player prees key "N" (00E1: player 0 pressed_key 10) is displayed 2d image. It's possible? Edited March 14, 2008 by MatiSk8 Link to comment Share on other sites More sharing options...
ZAZ Posted March 14, 2008 Share Posted March 14, 2008 I want write some script. When, player prees key "N" (00E1: player 0 pressed_key 10) is displayed 2d image. It's possible? Yes, you can load TXDs from folder GTASA\models\txd :TXD_1 03A4: name_thread "TXD":TXD_20001: wait 0 ms 00D6: if 00256: player $PLAYER_CHAR defined 004D: jump_if_false @TXD_2 00D6: if 000E1: key_pressed 0 10004D: jump_if_false @TXD_2 0390: load_txd_dictionary "ld_bum" 038F: load_texture "bum2" as 1 // Load dictionary with 0390 first :TXD_30001: wait 0 ms 00D6: if 00256: player $PLAYER_CHAR defined 004D: jump_if_false @TXD_300D6: if 000E1: key_pressed 0 10004D: jump_if_false @TXD_403F0: enable_text_draw 1 //038D: draw_texture 1 position 150.0 130.0 size 180.5 210.0 RGBA 255 255 255 255074B: draw_texture 1 position 150.0 130.0 size 180.5 210.0 angle 90.0 color_RGBA 255 255 255 2550002: jump @TXD_3:TXD_403F0: enable_text_draw 0 0391: release_txd_dictionary0002: jump @TXD_2 CLEO MODS CLEO Script Tutorial 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