Jump to content

طلب مارك بسيط


yazan

Recommended Posts

طلال

لازم تسوي انترو للمأركر =D

teleport = createMarker (  1367.34094, -1279.96411, 12.54688, "cylinder", 1.5, 255, 255, 0, 170 ) 
addEventHandler('onMarkerHit', teleport, 
function( thePlayer) 
    if(getElementType(thePlayer) == 'player' ) then 
    setElementInterior( thePlayer, 6 ) 
    setElementPosition( thePlayer, 317.2380, -168.0520, 999.5930 ) 
  end 
end 
) 

Link to comment
طلال

لازم تسوي انترو للمأركر =D

teleport = createMarker (  1367.34094, -1279.96411, 12.54688, "cylinder", 1.5, 255, 255, 0, 170 ) 
addEventHandler('onMarkerHit', teleport, 
function( thePlayer) 
    if(getElementType(thePlayer) == 'player' ) then 
    setElementInterior( thePlayer, 6 ) 
    setElementPosition( thePlayer, 317.2380, -168.0520, 999.5930 ) 
  end 
end 
) 

طيب انت ذلحين سويت انترو للماركر ولا للاعب

ووش دراك باحداثياته

Link to comment
طلال

لازم تسوي انترو للمأركر =D

teleport = createMarker (  1367.34094, -1279.96411, 12.54688, "cylinder", 1.5, 255, 255, 0, 170 ) 
addEventHandler('onMarkerHit', teleport, 
function( thePlayer) 
    if(getElementType(thePlayer) == 'player' ) then 
    setElementInterior( thePlayer, 6 ) 
    setElementPosition( thePlayer, 317.2380, -168.0520, 999.5930 ) 
  end 
end 
) 

مو لازم إذا كان المكان إلي الماركر راح يوديني له في نفس الإنترو حق الماركر

Link to comment
طلال

لازم تسوي انترو للمأركر =D

teleport = createMarker (  1367.34094, -1279.96411, 12.54688, "cylinder", 1.5, 255, 255, 0, 170 ) 
addEventHandler('onMarkerHit', teleport, 
function( thePlayer) 
    if(getElementType(thePlayer) == 'player' ) then 
    setElementInterior( thePlayer, 6 ) 
    setElementPosition( thePlayer, 317.2380, -168.0520, 999.5930 ) 
  end 
end 
) 

طيب انت ذلحين سويت انترو للماركر ولا للاعب

ووش دراك باحداثياته

طلال ماعليك منة ذا من عرفتة يهرج من غير سنع :lol:

marker = createMarker ( x,y,z, "cylinder", 2, 255, 0, 0, 170 )
 
addEventHandler("onClientMarkerHit",marker,
function (player)
if ( getElementType (player) == "player" ) then
        setElementPosition (player,x,y,z)
      end
end)

:lol: ماكس الكود فية خطأ ؟ ^

Link to comment
مو شغال الكود

marker = createMarker ( x,y,z, "cylinder", 2, 255, 0, 0, 170 ) 
  
addEventHandler("onClientMarkerHit",marker, 
function (player) 
if ( getElementType (player) == "player" ) then 
        setElementPosition (player,x,y,z) 
      end 
end) 

^^جرب هذا كودي اللي فوق كلنت تراهـ :mrgreen: !

Link to comment
  
marker = createMarker ( -2721.6999511719, -319, 
7.8000001907349 , "cylinder", 2, 255, 0, 0, 170 ) 
 ------- 
addEventHandler("onClientMarkerHit",marker, 
function (player) 
if ( getElementType (player) == "player" ) then 
        setElementPosition (player, -2410.5, -671.29998779297, 137.30000305176) 
      end 
end) 

Link to comment

خليه سيرفر أحسن :]

marker = createMarker ( -2721.6999511719, -319, 7.8000001907349, "cylinder", 2, 255, 0, 0, 170 ) 
  
addEventHandler( "onMarkerHit", marker, 
    function ( player ) 
        if ( getElementType ( player ) == "player" ) then 
            setElementPosition( player, -2410.5, -671.29998779297, 137.30000305176 ) 
        end 
    end 
) 

Link to comment

marker = createMarker ( -2721.6999511719,-319,7.8000001907349 ,"cylinder", 2, 255, 0, 0, 170 ) 
  
addEventHandler("onClientMarkerHit",marker, 
function (player) 
if ( getElementType (player) == "player" ) then 
        setElementPosition (player, -2410.5, -671.29998779297,137.30000305176) 
      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...