Jump to content

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


Sfa7

Recommended Posts

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
  • Replies 88
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

ياخي اسمع مني وجرب ذا

  
local id = 287 
  
marker = createMarker(836.71636962891, -2045.2312011719, 12.8671875, "checkpoint", 40, 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) 

+

راجع إحداثياتك

Edited by Guest
Link to comment
ياخي اسمع مني وجرب ذا
  
local id = 287 
  
marker = createMarker(836.71636962891, -2045.2312011719, 12.8671875, "checkpoint", 40, 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
غير شخصيتي لـ 0 وغيرت شخصيتي وذبحني !! / = ؟؟

??

طيب ورني الميتا حق الماركر + هات الكود بجرب

Keo00601.png

timers = {} 
local id = 0 
  
marker = createMarker ( 842.38538 ,2009.24438 ,10.82031, "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 
) 
  

    "MR.S3D" version="1" type="script" /> 
    

:)

Link to comment
لوووول

يب ضبط!

بس كيف ضبط نفس الي انا مسويه

:o

يالله كفووو ي سعد + برستيج + تابل + ضاوي + علم + كلل من سااعدني

الحمد عالسلامة وشكرا للجميع وكل من شارك انتهت السالفة خلاص يلا خروج :lol::lol:

موضوع 6 صفحات بدون فايدهـ :lol::lol:

Edited by Guest
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...