Jump to content

|TSF|FoX

Members
  • Posts

    10
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

|TSF|FoX's Achievements

Member

Member (5/54)

0

Reputation

  1. |TSF|FoX

    Gate help

    i downloaded it from here
  2. |TSF|FoX

    Gate help

    Im new at scripting so i dont know how to make and i said can somone teach me not like that
  3. |TSF|FoX

    Gate help

    Hello everybody i made a gate script but now i want to make it a clan base on dayz gamemode but everybody can open it i use the regular group system witch comes with dayz the code local gate = createObject ( 8378,1064.3000488281,1771,19.700000762939,0,0,0 ) local state = 0 function move() if state == 0 then moveObject ( gate,4000,1064.3000488281,1771.0999755859,40.099998474121) state = state + 1 elseif state == 1 then moveObject ( gate, 4000,1064.3000488281,1771,19.700000762939) state = state - 1 end end addCommandHandler("gate", move )
  4. |TSF|FoX

    Text

    can somone create me script like this text on the ss witch i posted?
  5. |TSF|FoX

    Text

    How to add text in world like this http://s18.postimg.org/7wnva8wnt/mta_sc ... _26_07.png can somone give me the whole script?
  6. |TSF|FoX

    Gate Help

    Thank you guys very much but i im new in scripting and where to add that things?
  7. How u make the text at entering this zone?
  8. |TSF|FoX

    Gate Help

    Hi i scripted this gate script, and i dont know how to add this gate open for group in DayZ gamemode and if player is not in clan than in chat you are not in the clan name can somone help me with that.And and other problem is when the gate is lv u can open it in ls how to add distance open?? local gate = createObject ( 8378,1064.3000488281,1771,19.700000762939,0,0,0 ) local state = 0 function move() if state == 0 then moveObject ( gate,4000,1064.3000488281,1771.0999755859,40.099998474121) state = state + 1 elseif state == 1 then moveObject ( gate, 4000,1064.3000488281,1771,19.700000762939) state = state - 1 end end addCommandHandler("gate", move )
×
×
  • Create New...