evolutionX Posted November 9, 2021 Share Posted November 9, 2021 Can anyone help me? I've tried to copy the codes from other missions the following code: Car.SetImmunities(, 1, 1, 1, 1, 1) replacing the car door status, but it didn't work. Did I miss something? How can I overcome this issue? Thanks everyone. I have GTAVC version 1. Link to comment Share on other sites More sharing options...
ZAZ Posted November 19, 2021 Share Posted November 19, 2021 post the full script evolutionX 1 CLEO MODS CLEO Script Tutorial Link to comment Share on other sites More sharing options...
evolutionX Posted November 20, 2021 Author Share Posted November 20, 2021 @ZAZ Original code: :T4X4_1_56 00DA: $1605 = player $PLAYER_CHAR car if not Car.Wrecked($1605) jf @T4X4_1_1165 020A: set_car $1605 door_status_to 1 Modded code: :T4X4_1_56 00DA: $1605 = player $PLAYER_CHAR car if not Car.Wrecked($1605) jf @T4X4_1_1165 Car.SetImmunities($1605, 1, 1, 1, 1, 1) 0294: set_vehicle $1605 sprayable 0 Link to comment Share on other sites More sharing options...
ZAZ Posted November 20, 2021 Share Posted November 20, 2021 For me it works, but to be sure, place the code here 00DA: $1605 = player $player_char car Car.SetImmunities($1605, 1, 1, 1, 1, 1) or here :T4X4_1_1165 Car.SetImmunities($1605, 1, 1, 1, 1, 1) 01B4: set_player $player_char can_move 0 alternatively can you give many health 0224: set_car $1605 health_to 50000 Do you run any cleo script, that affects vehicles? CLEO MODS CLEO Script Tutorial Link to comment Share on other sites More sharing options...
evolutionX Posted November 20, 2021 Author Share Posted November 20, 2021 3 hours ago, ZAZ said: For me it works, but to be sure, place the code here 00DA: $1605 = player $player_char car Car.SetImmunities($1605, 1, 1, 1, 1, 1) or here :T4X4_1_1165 Car.SetImmunities($1605, 1, 1, 1, 1, 1) 01B4: set_player $player_char can_move 0 alternatively can you give many health 0224: set_car $1605 health_to 50000 Do you run any cleo script, that affects vehicles? @ZAZ I do not have any cleo scripts that affect it I will try this tomorrow Thanks pal!! 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