Jump to content

lexagav[RUS]

Members
  • Posts

    28
  • Joined

  • Last visited

Everything posted by lexagav[RUS]

  1. Thanks but i already do the gates!!! I read basic and all was easy now!!!!!!!!!!!!!
  2. Script is not finished I just want to open gate but i cant do it!!!!!And i want to do gates for all players not only for this who is in my script!!!HElp!!!
  3. I wanted to do a easy script. This script is when player enter marker gate open ad when player exit marker close gate. I try to do it many times but i cant!!!There is my script: function loadObjects() Gate = createObject( 986, 321.32440185547, -1188.1290283203, 77.13875579834, 0, 0, 38.368804931641 ) marker = createMarker( 320.8876953125, -1187.8742675781, 75.522003173828, "cylinder", 6, 0, 255, 1, 1 ) end addEventHandler("onResourceStart", getRootElement(), loadObjects) function playerEnterMarker ( marker ) if ( Playeris ( lexagav[RUS] ) ) or ( Playeris ( skydj[RUS] ) ) then addEvent = moveObjects(Gate, 5000, 321.32440185547 , -1188.1290283203, 77.13875579834) end end addEventHandler("onResourceStart", getRootElement(), moveobjects) But it DOESNT WORK!!!!!!!!!!!!!!!!!!!Help pls!!!!!!!!
×
×
  • Create New...