Jump to content

x[ طــلــب ]x تمت الافاده


Sfa7

Recommended Posts

  • Replies 88
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

local id = 287 
  
marker = createMarker(225.08284, 1886.89990, 17.64063, "cylinder", 2, 255, 0, 0, 255) 
  
addEventHandler("onMarkerHit", marker, 
function(player) 
    if getElementType(player) == "player" then 
        setElementModel(player, id) 
        outputChatBox("تم تغيير الشخصيه بنجاح", player, 0, 255, 0, true) 
    end 
end) 
  
addEventHandler("onElementModelChange", root, 
function(old, new) 
    if getElementType(source) == "player" then 
        if isElementWithinMarker(source, marker) then 
            if new ~= id then 
                killPed(source) 
                outputChatBox("لا تستطيع تغيير شخصيتك وانت بالماركر", source, 255, 0, 0) 
            end 
        end 
    end 
end) 

local id = 287 
  
marker = createMarker(849.59246826172, -2042.9193115234, 12.8671785, "cylinder", 1.5, 0, 0, 210, 255) 
  
addEventHandler("onMarkerHit", marker, 
function(player) 
    if getElementType(player) == "player" then 
        if getElementModel(player) ~= id then  
            setElementModel(player, id) 
            outputChatBox("تم تغيير الشخصيه بنجاح", player, 0, 255, 0, true) 
        else 
            outputChatBox("", player, 0, 0, 0, false) 
        end 
    end 
end) 
  
addEventHandler("onElementModelChange", root, 
function(old, new) 
    if getElementType(source) == "player" then 
        if isElementWithinMarker(source, marker) then 
            if new ~= id then 
                killPed(source) 
                outputChatBox("لا تستطيع تغيير شخصيتك وانت بالماركر", source, 255, 0, 0) 
            end 
        end 
    end 
end) 

:D شوية تعديل

Link to comment

طيب إسدح ملف الميتا

+

local id = 287 
  
marker = createMarker(849.59246826172, -2042.9193115234, 12.8671785, "cylinder", 1.5, 0, 0, 210, 255) 
  
addEventHandler("onMarkerHit", marker, 
function(player) 
    if getElementType(player) == "player" then 
        if getElementModel(player) ~= id then  
            setElementModel(player, id) 
            outputChatBox("تم تغيير الشخصيه بنجاح", player, 0, 255, 0, true) 
        else 
            outputChatBox("", player, 0, 0, 0, true) 
        end 
    end 
end) 
  
addEventHandler("onElementModelChange", root, 
function(old, new) 
    if getElementType(source) == "player" then 
        if isElementWithinMarker(source, marker) then 
            if new ~= id then 
                killPed(source) 
                outputChatBox("لا تستطيع تغيير شخصيتك وانت بالماركر", source, 255, 0, 0) 
            end 
        end 
    end 
end) 

هذا هو الكود الشغال

Link to comment
local id = 287 
  
marker = createMarker(225.08284, 1886.89990, 17.64063, "cylinder", 2, 255, 0, 0, 255) 
  
addEventHandler("onMarkerHit", marker, 
function(player) 
    if getElementType(player) == "player" then 
        setElementModel(player, id) 
        outputChatBox("تم تغيير الشخصيه بنجاح", player, 0, 255, 0, true) 
    end 
end) 
  
addEventHandler("onElementModelChange", root, 
function(old, new) 
    if getElementType(source) == "player" then 
        if isElementWithinMarker(source, marker) then 
            if new ~= id then 
                killPed(source) 
                outputChatBox("لا تستطيع تغيير شخصيتك وانت بالماركر", source, 255, 0, 0) 
            end 
        end 
    end 
end) 

local id = 287 
  
marker = createMarker(849.59246826172, -2042.9193115234, 12.8671785, "cylinder", 1.5, 0, 0, 210, 255) 
  
addEventHandler("onMarkerHit", marker, 
function(player) 
    if getElementType(player) == "player" then 
        if getElementModel(player) ~= id then  
            setElementModel(player, id) 
            outputChatBox("تم تغيير الشخصيه بنجاح", player, 0, 255, 0, true) 
        else 
            outputChatBox("", player, 0, 0, 0, false) 
        end 
    end 
end) 
  
addEventHandler("onElementModelChange", root, 
function(old, new) 
    if getElementType(source) == "player" then 
        if isElementWithinMarker(source, marker) then 
            if new ~= id then 
                killPed(source) 
                outputChatBox("لا تستطيع تغيير شخصيتك وانت بالماركر", source, 255, 0, 0) 
            end 
        end 
    end 
end) 

:D شوية تعديل

كودك مايشتغل بس يطلع ماركر بس مايسوي شي -_- كود تابل احسنمن الي انت سويته ذذ

Link to comment
onElementModelChange Available only in MTA SA 1.2 and onwards

!!

يعني ما بيشتغل الا على نسخة

1.2

onwards

timers = {} 
local id = 0 
  
marker = createMarker ( 849.59246826172, -2042.9193115234, 12.8671785, "cylinder", 1, 255, 0, 0, 255 ) 
  
addEventHandler ( "onMarkerHit", marker, 
function(player) 
    if player and getElementType ( player ) ==  "player" then 
        if isElementWithinMarker ( player, marker ) then 
            setElementModel(player, id) 
            timers[player] =setTimer (function (player)  
            if isElement(player) then  
                if getElementModel(player) ~= id then 
                    killPed(player)  
            outputChatBox ( "ممنوع تغيير الشخصيه", player, 255, 0, 0, true ) 
                end  
            end  
            end, 1000, 0, player) 
            outputChatBox ( "تم تغيير الشخصيه بنجاح", player, 0, 255, 0, true ) 
        end  
    end 
end 
) 
  
addEventHandler ("onMarkerLeave",marker, 
    function(player) 
        if (player and getElementType(player) == "player" )then 
            if isTimer(timers[player]) then killTimer(timers[player]) timers[player] = nil end                             
        end 
    end 
) 
  

Link to comment

الميتا

    type="map" name="map aLshar3 aL6wel by m6n05" version="1.0.0">
    "sss.map" dimension="0">
    

timers = {} 
local id = 0 
  
marker = createMarker ( 849.59246826172, -2042.9193115234, 12.8671785, "cylinder", 1, 255, 0, 0, 255 ) 
  
addEventHandler ( "onMarkerHit", marker, 
function(player) 
    if player and getElementType ( player ) ==  "player" then 
        if isElementWithinMarker ( player, marker ) then 
            setElementModel(player, id) 
            timers[player] =setTimer (function (player) 
            if isElement(player) then 
                if getElementModel(player) ~= id then 
                    killPed(player) 
            outputChatBox ( "ممنوع تغيير الشخصيه", player, 255, 0, 0, true ) 
                end 
            end 
            end, 1000, 0, player) 
            outputChatBox ( "تم تغيير الشخصيه بنجاح", player, 0, 255, 0, true ) 
        end 
    end 
end 
) 
  
addEventHandler ("onMarkerLeave",marker, 
    function(player) 
        if (player and getElementType(player) == "player" )then 
            if isTimer(timers[player]) then killTimer(timers[player]) timers[player] = nil end                             
        end 
    end 
) 

وموراضي يشتغل

Link to comment

كودي شغال و كود سعد شغال

ذا تعديل أضافي للكود

local id = 287 
  
marker = createMarker(225.08284, 1886.89990, 17, "cylinder", 2, 255, 0, 0, 255) 
  
addEventHandler("onMarkerHit", marker, 
function(player) 
    if getElementType(player) == "player" then 
        setElementModel(player, id) 
        outputChatBox("تم تغيير الشخصيه بنجاح", player, 0, 255, 0, true) 
    end 
end) 
  
addEventHandler("onElementModelChange", root, 
function(old, new) 
    if getElementType(source) == "player" then  
        if isElementWithinMarker(source, marker) then 
            if old == id and new ~= id then 
                killPed(source) 
                outputChatBox("لا تستطيع تغيير شخصيتك وانت بالماركر", source, 255, 0, 0) 
            end 
        end 
    end 
end) 

Link to comment
انا بسوي ماركر كبير يمكن حجمه يصير 50

إستخدم هذا الكود

  
local id = 287 
  
marker = createMarker(849.59246826172, -2042.9193115234, 12.8671785, "checkpoint", 1.5, 0, 0, 210, 255) 
  
addEventHandler("onMarkerHit", marker, 
function(player) 
    if getElementType(player) == "player" then 
        if getElementModel(player) ~= id then  
            setElementModel(player, id) 
            outputChatBox("تم تغيير الشخصيه بنجاح", player, 0, 255, 0, true) 
        else 
            outputChatBox("", player, 0, 0, 0, true) 
        end 
    end 
end) 
  
addEventHandler("onElementModelChange", root, 
function(old, new) 
    if getElementType(source) == "player" then 
        if isElementWithinMarker(source, marker) then 
            if new ~= id then 
                killPed(source) 
                outputChatBox("لا تستطيع تغيير شخصيتك وانت بالماركر", source, 255, 0, 0) 
            end 
        end 
    end 
end) 
  

Link to comment
    type="map" name="map aLshar3 aL6wel by m6n05" version="1.0.0">
    "sss.map" dimension="0">
    

ي اخوان سويت بس مادري ليه مايضبط معي ومعكم يضبط ؟

يمكن فيه شي بل ميتاا عدلووه لاهنتو يطلع ماركر ويغير الشخصيه بس لما اغير الشخصيه وانا بل ماركر

مايقتلني ولا يطلعلي كلام ؟؟

:(

Link to comment
وهذا المود لحاله رفعته لك

http://www.mediafire.com/?sm95a2yi2nd9abl

اخوي سعد اقدرلك مجهودك بس

حتي المود حطيت فيه احداثيات وكل شي وهم مايطلع الماركر ؟؟

اضن المشكله من عندي بس مادري وش المشكله لنا حتي المود موراضي يشتغل

لما اضغط ستارت يشتغل بس الماركر مايطلع

مادري وين المشكله

Link to comment
timers = {} 
local id = 0 
marker = createMarker ( 849.59246826172, -2042.9193115234, 12.8671785, "checkpoint", 1.5, 0, 0, 210, 255 ) 
  
addEventHandler ( "onMarkerHit", marker, 
function(player) 
    if player and getElementType ( player ) ==  "player" then 
        if isElementWithinMarker ( player, marker ) then 
            setElementModel(player, id) 
            timers[player] =setTimer (function (player)  
            if isElement(player) then  
                if getElementModel(player) ~= id then 
                    killPed(player)  
            outputChatBox ( "ممنوع تغيير الشخصيه", player, 255, 0, 0, true ) 
                end  
            end  
            end, 1000, 0, player) 
            outputChatBox ( "تم تغيير الشخصيه بنجاح", player, 0, 255, 0, true ) 
        end  
    end 
end 
) 
  
addEventHandler ("onMarkerLeave",marker, 
    function(player) 
        if (player and getElementType(player) == "player" )then 
            if isTimer(timers[player]) then killTimer(timers[player]) timers[player] = nil end                             
        end 
    end 
) 
  

انتو تقولون صح

بس عندي مايشتغل مادري ليه

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