Jump to content

TheLittleOG

Members
  • Posts

    3
  • Joined

  • Last visited

TheLittleOG'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. this is done..... The problem not solved http://imgur.com/JWqmLcp
  2. @1LoL1 New errors : http://imgur.com/VII9OJX Thanks The help Stay Positive.
  3. Hello guys. I have a problem... IdK whats, wrong, but i hope some1 can help me. All the time i get the errors.. My Code : function door=createObject (974, 267.70001220703, addEvent ( "Open", true ) function Open ( pla ) if getElementType ( pla ) == "player" then if vehicle or not vehicle then aclGroupListACL ( aclgroup, Admin ) if --here you can alter the group from Admin to whatever you require in your server but remember the rest must be the same i.e change everything where it says Admin to your desired group and add the users to that group. isObjectInACLGroup ( "user."..getPlayerName(pla), aclGetGroup ( "Admin" ) ) then moveObject (door, 2200, 2743.29998779297, -2298, 4.3000001907349) -- here is where you enter the coordinatess of the new location of the object, 2200 = the speed of the movent. else return 0 end end end end addEventHandler ( "onColShapeHit", col, Open) addEventHandler ( "Open", root, Open) function Close ( pla ) if getElementType ( pla ) == "player" then if vehicle or not vehicle then aclGroupListACL ( aclgroup, Admin ) if isObjectInACLGroup ( "user."..getPlayerName(pla), aclGetGroup ( "Admin" ) ) then moveObject (door, 2951, 267.70001220703, -2298.1000976563, 4.3000001907349) -- here is where you copy the coordinates of the orginal location of the object, 2951 = the timer of movent. else return 0 end end end end addEventHandler ( "onColShapeLeave", col, Close ) addEventHandler ( "Close", root, Close)
×
×
  • Create New...