Jump to content

Revenger27

Members
  • Posts

    9
  • Joined

  • Last visited

Revenger27's Achievements

Newbie

Newbie (4/54)

0

Reputation

  1. I created a cmd to move a gate i created at the entrance to the LVAP runway function moveAirportobj ( thePlayer, command ) moveObject ( airportgate, 5000, 1705.8194, 1607.4523, 5.1635, 0, 0, 0 ) outputChatBox ( "LV Airport Gate Open, gate will close in 5 secs", thePlayer ) setTimer ( removeAirport, 10000, 0 ) end addCommandHandler ( "lvagate", moveAirportobj ) local airportgate2 = createObject ( 980, 1705.8194, 1607.4523, 5.1635, 0, 0, 74.6800 ) function removeAirportobj () moveObject ( airportgate2, 5000, 1705.8194, 1607.4523, 11.1635, 0, 0, 0 ) end now i don't know why but this cmd can only be used once.
  2. i never said i wasnt willing to learn and i have gone trough the scripting intro at the wiki
  3. i have made a script for a teleport on a teleport from a marker in LS City Hall to the Civic Center Interior local LSCHMarker = createMarker ( 1481.9355, -1771.1598, 18.7958, cylinder, 255, 0, 0, getRootElement() ) function MarkerHit ( hitElement,matchingDimension ) if getElementType ( hitElement ) == "player" then setElementPosition ( Player, 365.9877, 162.5522, 1025.7890,( warp = true ) ) setElementInterior ( Player, 3, 365.9877, 162.5522, 1025.7890 ) end end addEventHandler("onMarkerHit", LSCHMarker, MarkerHit ) this ends with an error and i just dont know whats wrong
  4. Can anyone tell me or give me a link to a tutorial on how to make teleports?
  5. i did it finally thx for the help guys
  6. it is closed my router is a 2wire 2700HGV-2
  7. well i have gone trough the entire process in portforward.com, made a static ip and still people that try to connect using my public ip:22003 crash. I dont know what else to do so i would like some help
×
×
  • Create New...