needswzarh Posted April 30, 2018 Share Posted April 30, 2018 (edited) MA11 = createMarker(4308.171875,-1425.8548583984,12.799150466919, "arrow", 2, 0,255,255, 255) function M11( maze11, matchingDimension ) local account = getAccountName(getPlayerAccount(maze11)) if isObjectInACLGroup("user." .. account, aclGetGroup("Maze.1")) then fadeCamera ( maze11, false, 1, 0, 0, 0 ) setTimer ( fadeCamera, 1000, 1, maze11, true, 1 ) setTimer ( function(maze11) setElementPosition( maze11, 4321.5444335938,-1424.3986816406,12.799150466919) end, 1000 , 1, maze11 ) triggerClientEvent(maze11, "MsgAllArab", maze11, "انت الان في المتاهه الاولى .. لا يمكنك الرجوع للحمايه مره اخرى",0,255,0) else triggerClientEvent(maze11, "MsgAllArab", maze11, "You Don't Have Rank ( Maze.1 )",0,255,0) end end addEventHandler( "onMarkerHit", MA11, M11 ) ما هي المشكلة مشان ما يشتغل المود ؟ Edited April 30, 2018 by needswzarh Link to comment
+Source|> Posted April 30, 2018 Share Posted April 30, 2018 On 30/04/2018 at 19:26, needswzarh said: MA11 = createMarker(4308.171875,-1425.8548583984,12.799150466919, "arrow", 2, 0,255,255, 255) function M11( maze11, matchingDimension ) local account = getAccountName(getPlayerAccount(maze11)) if isObjectInACLGroup("user." .. account, aclGetGroup("Maze.1")) then fadeCamera ( maze11, false, 1, 0, 0, 0 ) setTimer ( fadeCamera, 1000, 1, maze11, true, 1 ) setTimer ( function(maze11) setElementPosition( maze11, 4321.5444335938,-1424.3986816406,12.799150466919) end, 1000 , 1, maze11 ) triggerClientEvent(maze11, "MsgAllArab", maze11, "انت الان في المتاهه الاولى .. لا يمكنك الرجوع للحمايه مره اخرى",0,255,0) else triggerClientEvent(maze11, "MsgAllArab", maze11, "You Don't Have Rank ( Maze.1 )",0,255,0) end end addEventHandler( "onMarkerHit", MA11, M11 ) ما هي المشكلة مشان ما يشتغل المود ؟ Expand جرب ذا MA11 = createMarker(4308.171875,-1425.8548583984,12.799150466919, "arrow", 2, 0,255,255, 255) function M11( maze11, matchingDimension ) local account = getAccountName(getPlayerAccount(maze11)) if isObjectInACLGroup("user." .. account, aclGetGroup("Maze.1")) then fadeCamera ( maze11, false, 1, 0, 0, 0 ) setTimer ( fadeCamera, 1000, 1, maze11, true, 1 ) setTimer ( function(maze11) setElementPosition( maze11, 4321.5444335938,-1424.3986816406,12.799150466919) end, 1000 , 1, maze11 ) triggerClientEvent(maze11, "MsgAllArab", maze11, "انت الان في المتاهه الاولى .. لا يمكنك الرجوع للحمايه مره اخرى", source,0,255,0) else triggerClientEvent(maze11, "MsgAllArab", maze11, "You Don't Have Rank ( Maze.1 )", source,0,255,0) end end addEventHandler( "onMarkerHit", MA11, M11 ) Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now