Jump to content

طلب كود يخص الهجولة والديث ماتش + كود اخر


Recommended Posts

السلام عليكم ورحمة الله وبركاته

بسم الله الرحمن الرحيم

يشباب ابي منكم طلب

انا سويت مود الديث ماتش طبعا بالهجولة المود لاكن عندي مشلكة

ابي الفري روم يشتغل بالهجولة بس

والشوب بالديث ماتش

يععني اذا راح الديث ماتش يروح الفري روم ويجي الشوب بدال الفري روم والعكس صحيح

لاهنتو تكفون اكرة التخريب بالسيرفر

+

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

ابيه لكل التيمات

Link to comment
  • Replies 57
  • Created
  • Last Reply

Top Posters In This Topic

وعليكم السلام

طبعا تخلي الفري روم للهجولة تقدر بعده طرق

الاسهل ب العالم الوهمي مثلا خلي الهجولة عالم 0 والديث عالم 3 او اي عالم

وعدل على الفري روم انه بشرط مايفتح الا للي في العالم 0

والشوب بعد تعدل على كود

و طلبك الثاني استخدم

setTeamFriendlyFire  

Link to comment

طيب انا سويت كذا\

ماانفع

function show() 
    if getElementDimension ( player ) == 1 then 
    if guiGetVisible(wnd) == false then 
        guiSetVisible(wnd, true) 
        showCursor(true) 
    else 
        guiSetVisible(wnd, false) 
        showCursor(false) 
    end 
        end 
end 
bindKey("F3", "down", show) 

Link to comment
طيب انا سويت كذا\

ماانفع

function show() 
    if getElementDimension ( player ) == 1 then 
    if guiGetVisible(wnd) == false then 
        guiSetVisible(wnd, true) 
        showCursor(true) 
    else 
        guiSetVisible(wnd, false) 
        showCursor(false) 
    end 
        end 
end 
bindKey("F3", "down", show) 

function show() 
    if guiGetVisible(wnd) == false and getElementDimension ( localPlayer ) ¬= 1 then 
        guiSetVisible(wnd, true) 
        showCursor(true) 
    else 
        guiSetVisible(wnd, false) 
        showCursor(false) 
    end 
end 
bindKey("F3", "down", show) 

جرب

Edited by Guest
Link to comment

plr = x

-- Client Side # 
function show() 
    if getElementDimension ( localPlayer ) ~= 1 then return end 
        if guiGetVisible(wnd) == false then  
            guiSetVisible(wnd, true) 
            showCursor(true) 
    else 
            guiSetVisible(wnd, false) 
            showCursor(false) 
    end 
end 
bindKey("F3", "down", show) 
Link to comment
plr = x

-- Client Side # 
function show() 
    if getElementDimension ( localPlayer ) ~= 1 then return end 
        if guiGetVisible(wnd) == false then  
            guiSetVisible(wnd, true) 
            showCursor(true) 
    else 
            guiSetVisible(wnd, false) 
            showCursor(false) 
    end 
end 
bindKey("F3", "down", show) 

والله نسيت توي تذكرت انه localPlayer

Link to comment
plr = x

-- Client Side # 
function show() 
    if getElementDimension ( localPlayer ) ~= 1 then return end 
        if guiGetVisible(wnd) == false then  
            guiSetVisible(wnd, true) 
            showCursor(true) 
    else 
            guiSetVisible(wnd, false) 
            showCursor(false) 
    end 
end 
bindKey("F3", "down", show) 

the best

مشكور

بس الطلب الثاني ابيه لكل التيمات مافيه مود جاهز او كود تعطيني هو

Link to comment

setTeamFriendlyFire لو دخلت على الكود

https://wiki.multitheftauto.com/wiki/se ... iendlyFire

تلقى مثال انسخه والصقه وخلاص ذذ

-- Server Side # 
-- get a table with all teams 
local allTeams = getElementsByType ( "team" ) 
-- for every team, 
for index, theTeam in ipairs(allTeams) do 
    -- if friendly fire is off, 
    if ( getTeamFriendlyFire ( theTeam ) == false ) then 
        -- switch it on 
        setTeamFriendlyFire ( theTeam, true ) 
    end 
end 
Link to comment
setTeamFriendlyFire لو دخلت على الكود

https://wiki.multitheftauto.com/wiki/se ... iendlyFire

تلقى مثال انسخه والصقه وخلاص ذذ

-- get a table with all teams 
local allTeams = getElementsByType ( "team" ) 
-- for every team, 
for index, theTeam in ipairs(allTeams) do 
    -- if friendly fire is off, 
    if ( getTeamFriendlyFire ( theTeam ) == false ) then 
        -- switch it on 
        setTeamFriendlyFire ( theTeam, true ) 
    end 
end 

هههههههه :roll:

دخلت الكود ونسخته قبل ماتقول

مشكور

Link to comment

"onPlayerWasted" -- Event حدث

setElementData -- Data يحط قيمة للاعب

getElementData -- Data يجيب كم القيمه الوهميه الي عند اللاعب

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

----

اانا فهمت قصده هو يقصد يبي يقلدني بالديث ماش الي في سيرفر محترفين جراند سكور يحسب :mrgreen:

بس عادي الله يسامحك :fadein:

Edited by Guest
Link to comment

"onPlayerWasted" -- Event حدث

setElementData -- Data يحط قيمة للاعب

getElementData -- Data يجيب كم القيمه الوهميه الي عند اللاعب

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

----

اانا فهمت قصده هو يقصد يبي يقلدني بالديث ماش الي في سيرفر محترفين جراند سكور يحسب :mrgreen:

بس عادي الله يسامحك :fadein:

اصلا ابي اقلد الديث ماتش الاصلي بسوي نافذة حقت الديث ماتش واحطها بالهجولة فهمت

Link to comment
معليش بس ابي كود بسيط

ابي كود عدد قتلى التيم الاول وعدد قتلى التيم الاخر بليز واسف على الازعاج

ومشكورين

getDeadPlayers -- Loop 
getPlayerTeam 
getTeamName 

اللحين مني فاهم شي

getPlayerTeam = يظهر تيم الاعب

getTeamName = يظهر اسم التيم

وش اللي اسويه

Link to comment
label = guiCreateLabel(203, 0, 201, 15, " ", false) 
setElementData( label, "ksa" ) 
function Wasted ( ) 
getElementData( label, "ksa" ) 
guiSetText ( label, "police : " .. getDeadPlayers () .. " kill  " ) 
  
end 
addEventHandler ( "onClientPlayerWasted", getRootElement(), Wasted ) 

وش الغلط

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