Matheus Reis Posted October 18, 2010 Share Posted October 18, 2010 How can I do this? Link to comment https://gtaforums.com/topic/461272-how-can-i-make-cjs-head-transparent/ Share on other sites More sharing options...
TheSiggi Posted October 18, 2010 Share Posted October 18, 2010 make an transparent skin for any hairstyle Link to comment https://gtaforums.com/topic/461272-how-can-i-make-cjs-head-transparent/#findComment-1060166742 Share on other sites More sharing options...
Matheus Reis Posted October 18, 2010 Author Share Posted October 18, 2010 Can't I remove it? Link to comment https://gtaforums.com/topic/461272-how-can-i-make-cjs-head-transparent/#findComment-1060166975 Share on other sites More sharing options...
TheSiggi Posted October 18, 2010 Share Posted October 18, 2010 nope scm coding is mighty, but not almighty Link to comment https://gtaforums.com/topic/461272-how-can-i-make-cjs-head-transparent/#findComment-1060166995 Share on other sites More sharing options...
BnB Posted October 18, 2010 Share Posted October 18, 2010 (edited) you cant remove it but you can do it transparent using that *MAGIC* opcode 0784: set_player $PLAYER_CHAR textureCRC 0 modelCRC 0 bodypart 1 Edited October 18, 2010 by BnB Link to comment https://gtaforums.com/topic/461272-how-can-i-make-cjs-head-transparent/#findComment-1060167041 Share on other sites More sharing options...
Matheus Reis Posted October 18, 2010 Author Share Posted October 18, 2010 Thanks guys! But I have other question: How to use Scroll Mid Button UP and DOWN in this structure? 0AB0: key_pressed 74 Link to comment https://gtaforums.com/topic/461272-how-can-i-make-cjs-head-transparent/#findComment-1060167097 Share on other sites More sharing options...
Deji Posted October 19, 2010 Share Posted October 19, 2010 Scroll keys don't have their own Virtual Keycode, unfortunately.. So it is not possible to test for mouse wheel activity without trying to use some SA Function, which may or may not exist in a real usable form. However, most people (who actually have mice with scroll wheels) use these as their scroll weapon keys anyway, so you could use this: 00E1: player 0 pressed_key 7 // scroll up00E1: player 0 pressed_key 5 // scroll down Link to comment https://gtaforums.com/topic/461272-how-can-i-make-cjs-head-transparent/#findComment-1060168068 Share on other sites More sharing options...
Matheus Reis Posted October 19, 2010 Author Share Posted October 19, 2010 Thanks, I'll test ! XD Link to comment https://gtaforums.com/topic/461272-how-can-i-make-cjs-head-transparent/#findComment-1060168117 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