asif_ridwan Posted February 11, 2011 Share Posted February 11, 2011 Is there any way to create a pickup by picking which player skin changes from Claude to Luigi and then when again picked up changes from Luigi to Claude? The pickup can be a briefcase or a package. Please someone help me with this. Link to comment https://gtaforums.com/topic/469426-gta-iii-skin-changer/ Share on other sites More sharing options...
DK22Pac Posted February 11, 2011 Share Posted February 11, 2011 {$CLEO .cs}{}const X = 796.0 Y = -930.0 Z = 40.0 WAITING_TIME = 5000end0213: 0@ = create_pickup_with_model -139 type 3 at X Y Zwhile true if 0214: pickup 0@ picked_up then if 2@ == false then 0352: set_actor $player_actor skin_to 'LUIGI' 2@ = true 038B: load_requested_models else 0352: set_actor $player_actor skin_to 'PLAYER' 2@ = false 038B: load_requested_models end 0353: refresh_actor $player_actor wait WAITING_TIME 0213: 0@ = create_pickup_with_model -139 type 3 at X Y Z end wait 0end Link to comment https://gtaforums.com/topic/469426-gta-iii-skin-changer/?do=findComment&comment=1060335079 Share on other sites More sharing options...
asif_ridwan Posted February 12, 2011 Author Share Posted February 12, 2011 {$CLEO .cs}{}const X = 796.0 Y = -930.0 Z = 40.0 WAITING_TIME = 5000end0213: 0@ = create_pickup_with_model -139 type 3 at X Y Zwhile true if 0214: pickup 0@ picked_up then if 2@ == false then 0352: set_actor $player_actor skin_to 'LUIGI' 2@ = true 038B: load_requested_models else 0352: set_actor $player_actor skin_to 'PLAYER' 2@ = false 038B: load_requested_models end 0353: refresh_actor $player_actor wait WAITING_TIME 0213: 0@ = create_pickup_with_model -139 type 3 at X Y Z end wait 0end Really cool man but where is the pickup spawned and please create thread so that it can be added to main.scm? Link to comment https://gtaforums.com/topic/469426-gta-iii-skin-changer/?do=findComment&comment=1060335515 Share on other sites More sharing options...
asif_ridwan Posted February 14, 2011 Author Share Posted February 14, 2011 Anybody with any new ideas for this. Link to comment https://gtaforums.com/topic/469426-gta-iii-skin-changer/?do=findComment&comment=1060338293 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