Jump to content

Fudge

Members
  • Posts

    5
  • Joined

  • Last visited

Fudge's Achievements

Vic

Vic (3/54)

0

Reputation

  1. Fudge

    Map wont show

    I tried that, but the map still won't show. I also tried copying the file into a new resource but it won't work so the problem is with the file and not the meta.
  2. Fudge

    Map wont show

    Me and my friend were making a map on his server. The map was fairly large and after i put in a door piece the whole map began to disappear in test mode. Thinking it was some odd glitch we restarted the editor resource, but the map just stop showing all together, it loads, but no items appear. The map won't run anywhere, not in editor, not in freeroam, not on local servers. The map file seems fine and the meta is intact. The map is big, but we had bigger maps before that work fine. The file has everything as it should. If any of you know how to help please tell so, as this map took alot of effort to make and it would be sad to lose it all.
  3. Thank you for the revisions. Everything works fine now. Next time i will make sure to check my syntax. Once again, thank you alot
  4. Hello, i been trying to get this admin only teleport to work. I'm a noob in scripting but heres what i tried but it wont work door = createMarker (-699,973,12, "cylinder", 3,255, 0, 0) function fun(hitElement) if getElementType(hitElement)="player" then name=getPlayerName(hitElement) if isObjectInACLGroup("user.". .name, aclGetGroup ("Admin"))then setElementPosition(,x,y,z) elseif outputChatBox(hitElement, "Fag, this is for Admins only") end end end addEventHandler("onMarkerHit", door,fun) i know the cordinates are x y z, ill change that later, my problem is is that it wont even create a marker
  5. I'm having some trouble with the map editor, i dont know why but recently the bottom icons (such as adding elements) are not showing.
×
×
  • Create New...