Jump to content

الرجاء ان تدخل وتشوف Please See This Post


ivor

Recommended Posts

شباب الكود ذا في خطأ ؟

مب بيطلع في الشات وقت اعطاء رتبة او حتي وقت سحب الرتبة :cry:

تم التعديل واضافة الجزء الاول فقط

ملحوووووظةة الكود دة يشتغل فقط في ملف admin_server

_aclGroupAddObject = aclGroupAddObject 
function aclGroupAddObject(...) 
    local atable = {...} 
    local accName = atable[2]:gsub("user.","") 
    local player = getAccountPlayer(getAccount(accName)) 
    local a7 = _aclGroupAddObject(...) 
    if a7 == true and isElement(player) then outputChatBox("*You've been added to "..aclGroupGetName(atable[1]).." by",getPlayerName(source),0,255,0) end 
    return a7 
end 
  

Edited by Guest
Link to comment
تبي يطلع متى انعطت او انسحبت الرتبه؟

الظاهر انه يبي اللي سحبها

outputChatBox("*You've been added to "..aclGroupGetName(atable[1]).." by",getPlayerName(source),0,255,0)  

يب زي ما انت قلت بدي يطلع اسم الى اعطاه الرتبة في الشاتت :)

Link to comment

هذا الكود حق الشات

outputChatBox("*You've been added to "..aclGroupGetName(atable[1]).." by",getPlayerName(source),0,255,0) 

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

Link to comment

عشان تضيف من الي اعطى اللاعب لازم تعدل اكواد إعطاء الادمن بلوحة الادمنيه

الفنكشن ذا يكون كأنه السيرفر اعطا اللاعب رتبه بمعنى اصح الفنكشن مافيه ارقمنت اللاعب الي اعطى الرتبه

Link to comment
عشان تضيف من الي اعطى اللاعب لازم تعدل اكواد إعطاء الادمن بلوحة الادمنيه

الفنكشن ذا يكون كأنه السيرفر اعطا اللاعب رتبه بمعنى اصح الفنكشن مافيه ارقمنت اللاعب الي اعطى الرتبه

كيف اخي اعطني سكايبك

Link to comment
_aclGroupAddObject = aclGroupAddObject 
  
function aclGroupAddObject(...) 
    local atable = {...} 
    local player = getAccountPlayer(getAccount(atable[2]:gsub("user.",""))) 
    local a7 = _aclGroupAddObject(...) 
    if a7 == true and isElement(player) then outputChatBox("You are "..aclGroupGetName(atable[1]).." now! by "..admin ,player,255,255,255,true) end 
    return a7 
end 

ماني متأكد منه لكن جرب الكود بلوحة الادمنية اي ملف سيرفر

Link to comment
_aclGroupAddObject = aclGroupAddObject 
  
function aclGroupAddObject(...) 
    local atable = {...} 
    local player = getAccountPlayer(getAccount(atable[2]:gsub("user.",""))) 
    local a7 = _aclGroupAddObject(...) 
    if a7 == true and isElement(player) then outputChatBox("You are "..aclGroupGetName(atable[1]).." now! by "..admin ,player,255,255,255,true) end 
    return a7 
end 

ماني متأكد منه لكن جرب الكود بلوحة الادمنية اي ملف سيرفر

admin غير معرف

Link to comment
_aclGroupAddObject = aclGroupAddObject 
  
function aclGroupAddObject(...) 
    local atable = {...} 
    local player = getAccountPlayer(getAccount(atable[2]:gsub("user.",""))) 
    local a7 = _aclGroupAddObject(...) 
    if a7 == true and isElement(player) then outputChatBox("You are "..aclGroupGetName(atable[1]).." now! by "..admin ,player,255,255,255,true) end 
    return a7 
end 

ماني متأكد منه لكن جرب الكود بلوحة الادمنية اي ملف سيرفر

admin غير معرف

معرف بالمود

Admin

لكن ماني متأكد منه

Link to comment
_aclGroupAddObject = aclGroupAddObject 
  
function aclGroupAddObject(...) 
    local atable = {...} 
    local player = getAccountPlayer(getAccount(atable[2]:gsub("user.",""))) 
    local a7 = _aclGroupAddObject(...) 
    if a7 == true and isElement(player) then outputChatBox("You are "..aclGroupGetName(atable[1]).." now! by "..admin ,player,255,255,255,true) end 
    return a7 
end 

ماني متأكد منه لكن جرب الكود بلوحة الادمنية اي ملف سيرفر

مب نفعت نهائيآ

Link to comment

كذا ؟؟

_aclGroupAddObject = aclGroupAddObject 
  
function aclGroupAddObject(...) 
    local atable = {...} 
    local player = getAccountPlayer(getAccount(atable[2]:gsub("user.",""))) 
    local a7 = _aclGroupAddObject(...) 
    if a7 == true and isElement(player) then outputChatBox("You are "..aclGroupGetName(atable[1]).." now! by "..admin = getPlayerName(source) ,player,255,255,255,true) end 
    return a7 
end 

Link to comment

افتح ملف

admin_server.lua في لوحة الادمنيه

وروح لسطر 1023 تقريباً

السطر المفروض يكون

aclGroupAddObject ( group, "user."..getAccountName ( account ) )

خله

aclGroupAddObject ( group, "user."..getAccountName ( account ), source )

وخل الفنكشن كذا

_aclGroupAddObject = aclGroupAddObject 
  
function aclGroupAddObject(...) 
    local atable = {...} 
    local accName = atable[2]:gsub("user.","") 
    local player = getAccountPlayer(getAccount(accName)) 
    local a7 = _aclGroupAddObject(...) 
    if a7 == true and isElement(player) then outputChatBox("You are "..aclGroupGetName(atable[1]).." now! (by"..getPlayerName(atable[#atable])..")",player,255,255,255,true) end 
    return a7 
end 

Link to comment
    _aclGroupAddObject = aclGroupAddObject 
      
    function aclGroupAddObject(...) 
        local atable = {...} 
        local player = getAccountPlayer(getAccount(atable[2]:gsub("user.",""))) 
        local a7 = _aclGroupAddObject(...) 
        if a7 == true and isElement(player) then outputChatBox("You are "..aclGroupGetName(atable[1]).." now! by "..admin = getPlayerName(source°,player,255,255,255,true) end 
        return a7 
    end 

جرب كذا

  
     _aclGroupAddObject = aclGroupAddObject 
  
     admin = getPlayerName(source) 
    function aclGroupAddObject(...) 
        local atable = {...} 
        local player = getAccountPlayer(getAccount(atable[2]:gsub("user.",""))) 
        local a7 = _aclGroupAddObject(...) 
        if a7 == true and isElement(player) then outputChatBox("You are "..aclGroupGetName(atable[1]).." now! by "..admin ,player,255,255,255,true) end 
        return a7 
    end 

Link to comment
  • 2 weeks later...

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...