Jump to content

Jokeℝ1472771893

Members
  • Posts

    334
  • Joined

  • Last visited

Everything posted by Jokeℝ1472771893

  1. Like This? local allowedGroups = { ["THE_KING"]=true } col1 = createColSphere (2838.8000488281, -1653.3000488281, 10.800000190735, 10 ) gate1 = createObject (971, 2846.6999511719,-1657.1999511719,13.300000190735,0,359.5,76) function openGate1 ( player ) if ( allowedGroups [ getElementData ( player, "Group" ) ] ) then moveObject (gate1, 3000,2846.6999511719,-1657.1999511719,3.5999999046326 ) end end addEventHandler("onColShapeHit", col1, openGate1) function closeGate1() moveObject(gate1, 3000,2846.6999511719,-1657.1999511719,13.300000190735) end addEventHandler("onColShapeLeave", col1, closeGate1)
  2. No I Know Scripts But Cant Understand This Script that Group Member is near Gate and i can made Gate opened whithe CODES only
×
×
  • Create New...