Type: Server

ล็อกไอพี
เหมาะสำหรับกับการทำงานที่อยู่ในประเภท Server เท่านั้น

โดยใช้ฟังก์ชัน getServerConfigSetting

คุณต้องแก้ไข serverip ให้ตรงกับ LOCK_SERVER_IP
หากคุณรันใน  VPS คุณต้องแก้ไขเป็นไอพีเซิร์ฟเวอร์ของคุณให้ถูกต้อง
หากคุณแค่รันในคอมตนเอง ก็ไม่จำเป็นต้องแก้ไขอะไร เนื่องจากค่าเริ่มค้นของ serverip จะเป็น auto

ระวังแลค


Server


LOCK_SERVER_IP = "auto" -- ไอพีที่ต้องการล็อก

function getServerIp ( )
    return SERVER_IP
end

SERVER_IP = getServerConfigSetting ( "serverip" )
if SERVER_IP then
    if SERVER_IP ~= LOCK_SERVER_IP then
        while true do
            outputChatBox( 'Please correct the information in "mtaserver.conf > serverip" is the correct IP address of your server.', getRootElement(  ), 255, 60, 60, true )
            outputDebugString( 'Please correct the information in "mtaserver.conf > serverip" is the correct IP address of your server.' )
        end
        return false
    end
end


-- body
-- เพิ่มฟังก์ชั่น หรือ ข้อมูลต่างๆ ได้ที่นี้

outputChatBox( "[SERVER] ผ่านเงื่อนไขการล็อกไอพีเซิร์ฟเวอร์", getRootElement(  ), 255, 255, 255, true )





ไม่มีความคิดเห็น:

แสดงความคิดเห็น