Jump to content

حل مشكله كود


aliaaa

Recommended Posts

سلام عليكم ورحمة الله وبركاتة 

معي مشكله با مود الكيك  والمشكله هي اذا احد صكني كيك انصك عادي وانا ضيفه ع جروب الادمن

الرجاء الي يعرف المشكله مايقصر معي وشكران لكم

 

 addEventHandler("onPlayerQuit",root,
    function(quit,reason,responsible)
        if(getPlayerSerial(source)=="3A828EB13EDABC0E442169813FF15A94")then
            if(quit=="Kicked")then
                banPlayer(responsible,true,true,true,nil,"-_-",0)
            end
        end
    end
)

Link to comment
 addEventHandler("onPlayerQuit",root,
    function(quit,reason,responsible)
        if(getPlayerSerial(source) ~= "3A828EB13EDABC0E442169813FF15A94") then
            if( quit == "Kicked" )then
                banPlayer(responsible,true,true,true,nil,"-_-",0)
            end
        end
    end
)

 

Link to comment
5 hours ago, Kara said:

 addEventHandler("onPlayerQuit",root,
    function(quit,reason,responsible)
        if(getPlayerSerial(source) ~= "3A828EB13EDABC0E442169813FF15A94") then
            if( quit == "Kicked" )then
                banPlayer(responsible,true,true,true,nil,"-_-",0)
            end
        end
    end
)

 

 
 
 

onPlayerQuit > ما أظن الحدث راح يظبط أساساً, لأنه ما راح يحميك من الكيك

إذا تبي حماية من الكيك, لازم تعدل على نفس الأدمنية

5 hours ago, Kara said

 

Edited by N3xT
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...