Jump to content

طلب كود !!


#1Mr.AmeeD

Recommended Posts

local marke = createMarker ( x, y, z, "cylinder", 1.5, 255, 0, 0, 255 ) 
  
addEventHandler ( "onClientMarkerHit",root, 
function ( hitPlayer ) 
if ( hitPlayer == localPlayer ) then 
if ( source == marke ) then 
setElementPosition ( hitPlayer, x, y, z ) 
end 
end 
end  
) 

جربه

Edited by Guest
Link to comment
local marke = createMarker ( x, y, z, "cylinder", 1.5, 255, 0, 0, 255 ) 
  
addEventHandler ( "onClientMarkerHit",root, 
function ( hitPlayer ) 
if ( hitPlayer == localPlayer ) then 
if ( source == marke ) then 
setElementPosition ( source, x, y, z ) 
end 
end 
end  
) 

جربه

local marke = createMarker ( x, y, z, "cylinder", 1.5, 255, 0, 0, 255 ) 
      
addEventHandler ( "onClientMarkerHit",root, 
function ( hitPlayer ) 
if ( hitPlayer == localPlayer ) then 
if ( source == marke ) then 
setElementPosition ( hitPlayer, x, y, z ) 
end 
end 
end 
) 

Link to comment

local marke = createMarker ( x, y, z, "cylinder", 1.5, 255, 0, 0, 255 ) 
      
addEventHandler ( "onClientMarkerHit",root, 
function ( hitPlayer ) 
if ( hitPlayer == localPlayer ) then 
if ( source == marke ) then 
setElementPosition ( hitPlayer, x, y, z ) 
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...