Jump to content

موضوع للسمآجة


Recommended Posts

addEventHandler("onPlayerConnect", root, function(_, _, _, serial) 
    if isSerialSamg(serial) then 
        cancelEvent(true, "أنت محظور من قبل الهيئة العالمية لمكافحة السماجة") 
    end 
end) 
addEventHandler("onPlayerJoin", root, 
function () 
    local IP = getPlayerIP(source) 
    if isIPAntiSamj(IP) then 
        banPlayer(source, true) 
    else 
        outputChatBox("Unknown حياك الله في موضوع السامجين من صنع", source, 0, 255, 0) 
    end 
end 
) 
  
function getPlayerFromIP(IP) 
    if IP and type(IP) == "string" then 
        for k, v in ipairs(getElementsByType("player")) do 
            if getPlayerIP(v) == IP then 
                return v 
            else 
                return nil 
            end 
        end 
    end 
end 
  
function isIPAntiSamj(IP) 
    if IP and type(IP) == "string" then 
        local Anti_Samj = getPlayerFromIP(IP) 
        if getElementData(Anti_Samj, "Anti-Samj_Solider")== true then 
            return true 
        else 
            return false 
        end 
    end 
end 

ملحوظة : اعتقد فيه اخطأ لاني كتبت بسرعة

Link to comment
انا سامج ! استحق الموت
انا سامج ! استحق الموت
!انا سامج استحق الموت
انا سامج! استحق الموت
!انا سامج استحق الموت
انا سامج ! استحق الموت

طبعا هذول جوني سكايب واعترفو! :wink:

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