Gorshiety Posted February 10, 2024 Share Posted February 10, 2024 local MarkerEnter = createMarker(1022.53, -1121.89, 23.87-0.85,"cylinder",1,65, 105, 225,100) local MarkerLeave = createMarker(107.32, 1061.98, 24.50-0.85,"cylinder",1,65, 105, 225,100) function EnterCinema(source) setElementPosition(source, 107.32, 1060.48, 24.50) end addEventHandler ("onMarkerHit", MarkerEnter, EnterCinema) function LeaveCinema(source) setElementPosition(source, 1022.53, -1123.39, 23.87) end addEventHandler ("onMarkerHit", MarkerLeave, LeaveCinema) I want to change the dimension to 1111, how can i do that? Link to comment
Spakye Posted February 10, 2024 Share Posted February 10, 2024 Hello with setElementDimension() 1 Link to comment
Gorshiety Posted February 10, 2024 Author Share Posted February 10, 2024 @Spakye and where can i put that? i don't really know much about scripting;)) it worked, thank you so much Link to comment
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