Jump to content

fix my code


Recommended Posts

سويت الكود ذا بس مني متاكد هل يحتاج زوائد ام لا

ban = {} 
      
    addEventHandler("onPlayerBan", root, 
    function(player) 
        if ban[player] >= 5 then 
            banPlayer(source) 
        else 
         if ( player ) and ( player ~= source ) then 
            ban[player] = ban[player]+1 
            end 
        end 
    end) 

Link to comment

نسيت اعدل شي ذكرني فيه عاشق الشرق

كنت ابصك الplayer

مو السورس

التعديل

  ban = {} 
          
        addEventHandler("onPlayerBan", root, 
        function(player) 
            if ban[player] >= 5 then 
                banPlayer(player) 
            else 
             if ( player ) and ( player ~= source ) then 
                ban[player] = ban[player]+1 
                end 
            end 
        end) 

Link to comment

غير مجرب *

ترا لازم تضيف المود لقروب ادمن عشان يقدر المود يصك باند

baner = {} 
  
addEventHandler( "onResourceStart", resourceRoot, 
function( ) 
    for _,player in ipairs( getElementsByType( "player" ) ) do 
        baner[player] = 0 
    end 
end 
) 
  
addEventHandler( "onPlayerJoin", root, 
function( ) 
    baner[source] = 0 
end 
) 
  
addEventHandler("onBan",root, 
function() 
    if getElementType(source) == "player" then 
        if baner[source] >= 5 then 
            banPlayer ( source, false, false,true,_,"لاتحاول تخريب السيرفر") 
        else 
            baner[source] = baner[source] + 1 
        end 
    end 
end) 
  
addEventHandler("onPlayerQuit", root, 
function() 
    if baner[source] then 
        baner[source] = nil 
    end 
end) 

Edited by Guest
Link to comment

غير مجرب *

ترا لازم تضيف المود لقروب ادمن عشان يقدر المود يصك باند

baner = {} 
  
addEventHandler( "onResourceStart", resourceRoot, 
function( ) 
    for _,player in ipairs( getElementsByType( "player" ) ) do 
        baner[player] = 0 
    end 
end 
) 
  
addEventHandler( "onPlayerJoin", root, 
function( ) 
    baner[source] = 0 
end 
) 
  
addEventHandler("onBan", 
function() 
    if getElementType(source) == "player" then 
        if baner[source] >= 5 then 
            banPlayer ( source, false, false,true,_,"لاتحاول تخريب السيرفر") 
        else 
            baner[source] = baner[source] + 1 
        end 
    end 
end) 
  
addEventHandler("onPlayerQuit", root, 
function() 
    if baner[source] then 
        baner[source] = nil 
    end 
end) 

لاسف ماشتغل

Link to comment
لو صك ٥ وانت منهم

كيف تتصرف !

( ؛

يمكن اول مرة يصك ٥ بيجيه باند ...

ثاني مرة بياخذ احتياطه وبيصك كيك ويقفل السيرفر ويخرب :-!

فيه مود انتي بان

لو صكك انت لحالك ينفك باندك وهو ينصك

وفيه مود انتي كيك

لو صكك كيك هو ينصك باند

^_^

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