Jump to content

Gorshiety

Members
  • Posts

    2
  • Joined

  • Last visited

Gorshiety's Achievements

I ordered some spaghetti with marinara sauce and I got egg noodles and ketchup. I'm an average nobody.

I ordered some spaghetti with marinara sauce and I got egg noodles and ketchup. I'm an average nobody. (2/54)

0

Reputation

  1. @Spakye and where can i put that? i don't really know much about scripting;)) it worked, thank you so much
  2. 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?
×
×
  • Create New...