skatefilter5 Posted May 4, 2017 Share Posted May 4, 2017 I teleported to the stadium, and the cars were invisible when I spawn one, I want to race with the second player, is there a way to show the cars into interiors, the stadium, stunts and racetrack? Link to comment Share on other sites More sharing options...
deltaCJ Posted May 4, 2017 Share Posted May 4, 2017 make sure you tie them to the interior. 0840: link_car [email protected] to_interior [email protected] Link to comment Share on other sites More sharing options...
skatefilter5 Posted May 5, 2017 Author Share Posted May 5, 2017 make sure you tie them to the interior. 0840: link_car [email protected] to_interior [email protected] so how that works for to_interior [email protected], I have create [email protected] get_interior something like it? what's the start for [email protected]? Link to comment Share on other sites More sharing options...
deltaCJ Posted May 5, 2017 Share Posted May 5, 2017 make sure you tie them to the interior. 0840: link_car [email protected] to_interior [email protected] so how that works for to_interior [email protected], I have create [email protected] get_interior something like it? what's the start for [email protected]? no to go to a interior it has a number, put the number instead of [email protected] Link to comment Share on other sites More sharing options...
skatefilter5 Posted May 10, 2017 Author Share Posted May 10, 2017 (edited) make sure you tie them to the interior. 0840: link_car [email protected] to_interior [email protected] so how that works for to_interior [email protected], I have create [email protected] get_interior something like it? what's the start for [email protected]? no to go to a interior it has a number, put the number instead of [email protected] 0000: NOP :Start wait 0 if //0ADC: test_cheat "land" Actor.Driving($PLAYER_ACTOR) jf @Start [email protected] = Actor.CurrentCar($PLAYER_ACTOR) 077E: get_active_interior_to [email protected] select_interior [email protected] 0840: link_car [email protected] to_interior [email protected] //0860: link_actor $PLAYER_ACTOR to_interior [email protected] jump @Start ------------------------------------ i got it Edited May 10, 2017 by skatefilter5 Link to comment Share on other sites More sharing options...