Jump to content

مبرمج ريس محترف مطلوووووووب


Recommended Posts

السلام عليكم

كيف حالكم ياخوان

بدخل بالموضوع سريع سريع

انا ابي مبرمج ييفهم بالريس مزبوط ويسويلي نظام الفوت ريدو للمابات

مثل اللي في tff , dp , pia ...

وكثييير من السيرفرات

المهم

وظيفته

انكت تكتب الكونسول /vr

وتكون كذا انت مصوت للماب انه يعاد

ولازم نص السيرفر يصوت للماب انه يعاد يعني لو فيها 12 لاعب لازم 6 لعيبة اقل شي يصوتون للماب انه ينعاد

ولو وصل العدد 6

يعاد الماب بعد مايموت اخر لاعب

ان شاء تكونون فاهمين اللي قايله واذا ماكنتم فاهمين

فاتمنى من اي مبرمج يضيفني على السكايب aljihny518

وماعندي مشكلة بالمقابل المادي

Link to comment
داخل مود الريس

racevoting_server.lua ملف

ضيف هذا الكود

voteRedo = function(value) 
    if ( value == true ) then 
        local currentMap = exports.mapmanager:getRunningGamemodeMap() 
        if currentMap then 
            outputChatBox('#00aaff* #ECECECCurrent map #00aaffhas been #ECECECrestarted #00aaffby #ECECEC [ VoteRedo ]', g_Root, 236, 236, 236, true) 
            if not exports.mapmanager:changeGamemodeMap (currentMap, nil, true) then 
                problemChangingMap() 
            end 
        else 
            outputChatBox("#00aaff* #FF0000You can't restart the map because no map is running", g_Root,236, 236, 236, true) 
        end 
    else 
        outputChatBox("#00aaff* #ff0000Vote Cancelled [ VoteRedo ]", g_Root, 255, 255, 255, true) 
    end 
end 

وضيف في الميتا تبع الريس

function="voteRedo" type="server" /> 

كذا تكون ضبطت الريس للريدو

باقي تسوي التصويت

اذا كانت نتيجة التصويت صحيحة

exports.race:voteRedo(true) 

اذا العكس

exports.race:voteRedo(false) 

بالنسبة لمود التصويت

https://wiki.multitheftauto.com/wiki/Re ... otemanager

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