Jump to content

ابي كود نقل الزوار من السيرفر القديم للسيرفر الجديد


xb0

Recommended Posts

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

وسيرفر ثاني وابي انقل الزوار الي فيه للسيرفر الجديد

ابي كود يكون

كلمه باف8

مثال

addCommandHandler('servergo'(ip,port) 

يعني اكتب باف8

servergo 14115165.15156:20000

ماعليك من الاي بي الي فوق كيس ذا ضضض

المهم ياريت فهمتوني

Link to comment
جرب
        function Pro (thePlayer) 
        redirectPlayer(thePlayer,"IP",tonumber(port)) 
        end 
        addCommandHandler("servergo", Pro) 

مو معرف port

function Pro (thePlayer) 
    redirectPlayer(thePlayer,"IP","Port") 
end 
addCommandHandler("servergo", Pro) 

يحتاج صلاحيات

Link to comment

مو شغال + متاكد من الميتا

+

انت معطيني كود

اعدلخ واحط فيه الاي بي والبورت

لا

انا ابغى احط الاي بي والبورت في الكوماند يارب فهمتوني

Link to comment
function joinserverHandlerFunction (playerSource, commandName, serverIP, serverPort, serverPassword) 
    if serverIP and serverPort then --if IP and Port were specified 
        if serverPassword then --if also a password was specified 
            redirectPlayer (playerSource, serverIP, tonumber(serverPort), serverPassword) --redirect the player 
        else -- else if no password was specified 
            redirectPlayer (playerSource, serverIP, tonumber(serverPort))  --redirect the player without using the serverPassword parameter 
        end 
    else -- if no IP or Port have been specified 
        outputChatBox ("Error! Correct Syntax: /joinserver IP Port [Password]", playerSource) --output an Error message to the chatbox 
    end 
end 
  
addCommandHandler ("joinserver", joinserverHandlerFunction) 

هذآ مثال الويكي تكتب joinserver

والآي بي والبورت ويحولك بس هذا يحول اللاعب الي كتب بس انت عدل عليع :)

Link to comment
يعطيك العافيه

بس لو غيرت

playerSource

الى

getRootElement()

تضبط ؟

لا

امسك جرب

addCommandHandler("servergo", function(_, _, ip, port) 
    if ip and tonumber(port) then 
        for k,v in ipairs(getElementsByType("player")) do 
            if not redirectPlayer(v, ip, tonumber(port)) then 
                outputChatBox("حدث خطا بنقل الاعبين الرجاء التاكد من صحة الاي بي والبورت") 
            end 
        end 
    end 
end) 

Link to comment

جرب اخوي الكود سيرفر

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

CommandName = "go" ----- تقدر تعدل الي داخل القوسين هو الي تكتبه باف 8 يعني الكلمة 
function joinToServer (IP, Port, Password) 
    if ( IP ) and ( Port ) then  
        if ( Password ) then  
            redirectPlayer (source, IP, tonumber(Port), Password)  
        else 
            redirectPlayer (source, IP, tonumber(Port))  
        end 
    else outputChatBox( "You must to add IP and Port !!", source, 255, 0, 0, true ) end 
end 
addCommandHandler (CommandName, joinToServer) 
Link to comment
جرب اخوي الكود سيرفر

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

CommandName = "go" ----- تقدر تعدل الي داخل القوسين هو الي تكتبه باف 8 يعني الكلمة 
function joinToServer (IP, Port, Password) 
    if ( IP ) and ( Port ) then  
        if ( Password ) then  
            redirectPlayer (source, IP, tonumber(Port), Password)  
        else 
            redirectPlayer (source, IP, tonumber(Port))  
        end 
    else outputChatBox( "You must to add IP and Port !!", source, 255, 0, 0, true ) end 
end 
addCommandHandler (CommandName, joinToServer) 

سورس مهو معرف :mrgreen:

+ حتى لو معرفه رح ينقلك انت الي كاتب الكومند مو الزوار

تنقل نفسك؟ :crazy:

رح قائمة السيرفرات اصرف لك :-k

:lol:

بكودك ذا بيكون

IP ذا رح يكون اللاعب

Port ذا رح يكون سترنق

السترنق بيكون الكومند نفسه

الي هو go

كل ذي الهريسه #-o =D>

و في فوق

كود تنطيل نطرحح و الكود صح ](*,)

و كود الويكي صح يلي طرحته

Edited by Guest
Link to comment

اصلا كودي واضح

addCommandHandler("servergo", function(_, _, ip, port) 
    if ip and tonumber(port) then 
        for k,v in ipairs(getElementsByType("player")) do 
            if not redirectPlayer(v, ip, tonumber(port)) then 
                outputChatBox("حدث خطا بنقل الاعبين الرجاء التاكد من صحة الاي بي والبورت") 
            end 
        end 
    end 
end) 

وكوده خاطئ :mrgreen:

Link to comment

عكل حال م انتبهت للاخطاء

كلكم عايشين للتمسخر :redhotevil::redhotevil::redhotevil:

تم التعديل

CommandName = "go" ----- تقدر تعدل الي داخل القوسين هو الي تكتبه باف 8 يعني الكلمة 
function joinToServer (Player, _, IP, Port, Password) 
    if ( IP ) and ( Port ) then  
        if ( Password ) then  
            for k,v in ipairs(getElementsByType("player")) do 
               redirectPlayer (v, IP, tonumber(Port), Password)  
        else 
               redirectPlayer (v, IP, tonumber(Port))  
        end 
        end 
          else outputChatBox( "You must to add IP and Port !!", Player, 255, 0, 0, true ) 
    end 
end 
addCommandHandler (CommandName, joinToServer) 
Edited by Guest
Link to comment
عكل حال م انتبهت للاخطاء

كلكم عايشين للتمسخر :redhotevil::redhotevil::redhotevil:

تم التعديل

CommandName = "go" ----- تقدر تعدل الي داخل القوسين هو الي تكتبه باف 8 يعني الكلمة 
function joinToServer (Player, _, IP, Port, Password) 
    if ( IP ) and ( Port ) then  
        if ( Password ) then  
            for k,v in ipairs(getElementsByType("player")) do 
               redirectPlayer (v, IP, tonumber(Port), Password)  
        else 
               redirectPlayer (v, IP, tonumber(Port))  
        end 
          else outputChatBox( "You must to add IP and Port !!", Player, 255, 0, 0, true ) 
        end 
    end 
end 
addCommandHandler (CommandName, joinToServer) 

جيت تكحلها عميتها :lol::lol::lol:

This mash

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