Jump to content

Recommended Posts

1 minute ago, #x1AhMeD,-09 said:

افرض اللاعب قفل الأنتقال تمام لاكن مثلا مهمه بدأت و حب ينتقل لها هيك ما هيقدر

او حب ينتقل للاعب تاني مفتوح له الأنتقال ما هيقدر برضو او حب ينتقل لمكان او دايمنشن

بسيطه وتافهه

local adminpanelname='admin'

addCommandHandler('Nowarap',function(plr)
    local d=getElementData(plr,'canwarp')
    if d then
      removeElementData(plr,'canwarp')
    else
      setElementData(plr,'canwarp')
    end
end)


function onPreFunction( sourceResource, functionName, isAllowedByACL, luaFilename, luaLineNumber, ... )
    local args = { ... }
  local res=sourceResource and getResourceName(sourceResource)
  if res==adminpanelname then
   if functionName=='setElementPosition' and #args>=4 and isElement(args[1]) and getElementData(args[1],'canwarp') then
    return 'skip'
   elseif functionName=='setElementInterior' and (#args>=5 or #args>=2) and isElement(args[1]) and getElementData(args[1],'canwarp') then
  return 'skip'
  elseif functionName=='setElementDimension' and #args>=2 and isElement(args[1]) and getElementData(args[1],'canwarp') then
    return 'skip'
  end
  end
end
addDebugHook( "preFunction", onPreFunction)

يحتاج فقط يغير اسم اللوحه حقة الادمن الموجوده في الكود اعلاه باسم لوحة الادمن اللي عنده انا مسويها افتراضيا 

admin

انا كنت اعتقد عموما يبي يمنعها عموما

 

  • Like 2
Link to comment
5 minutes ago, Master_MTA said:

بسيطه وتافهه


local adminpanelname='admin'

addCommandHandler('Nowarap',function(plr)
    local d=getElementData(plr,'canwarp')
    if d then
      removeElementData(plr,'canwarp')
    else
      setElementData(plr,'canwarp')
    end
end)


function onPreFunction( sourceResource, functionName, isAllowedByACL, luaFilename, luaLineNumber, ... )
    local args = { ... }
  local res=sourceResource and getResourceName(sourceResource)
  if res==adminpanelname then
   if functionName=='setElementPosition' and #args>=4 and isElement(args[1]) and getElementData(args[1],'canwarp') then
    return 'skip'
   elseif functionName=='setElementInterior' and (#args>=5 or #args>=2) and isElement(args[1]) and getElementData(args[1],'canwarp') then
  return 'skip'
  elseif functionName=='setElementDimension' and #args>=2 and isElement(args[1]) and getElementData(args[1],'canwarp') then
    return 'skip'
  end
  end
end
addDebugHook( "preFunction", onPreFunction)

يحتاج فقط يغير اسم اللوحه حقة الادمن الموجوده في الكود اعلاه باسم لوحة الادمن اللي عنده انا مسويها افتراضيا 

admin

انا كنت اعتقد عموما يبي يمنعها عموما

 

الكود ذا اركبه فـ لوحة ادمين ؟ 

Link to comment
23 minutes ago, MR.TOUNSI said:

الكود ذا اركبه فـ لوحة ادمين ؟ 

روح ع لوحة الادمن وروح ملف
admin_main
شوف إسم لوحة الادمن ,
وحطه ب اول السكربت مكان ما عرف ماستر أدمن بانل نيم , وسوي مود جديد سوي فيه سيرفر سايد بس وحط الاكواد فيه وكذا يكون كل شيء تمام

Link to comment
2 minutes ago, Rakan# said:

كلنت

الاكواد اللي فوق سيرفر ^^

انا قلت له يحط الاكواد فيه ؟ 
قلتله يروح الملف عشان يجيب اسم لوحة الادمن ي فهيم ويحطه مكان اسم اللوحة الي معرفه ماستر , ركز 

  • Like 1
Link to comment

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...