Jump to content

مشكلة


Recommended Posts

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

ممكن حل للمشكلة عندما المس الماركر ينقل الماركر وليس الاعب

addEventHandler("onClientMarkerHit", spawn, 
function ( hitPlayer ) 
         if ( hitPlayer == localPlayer ) then 
         setElementPosition(source,1726.56299,-1640.81470,20.22440) 
         setElementInterior(source,18) 
   end 
end 
) 

Link to comment

تفضــَل

addEventHandler("onClientMarkerHit", spawn, 
function ( hitPlayer ) 
         if ( hitPlayer == localPlayer ) then 
         setElementPosition(localPlayer,1726.56299,-1640.81470,20.22440) 
         setElementInterior(localPlayer,18) 
   end 
end 
) 

Link to comment
تفضــَل
addEventHandler("onClientMarkerHit", spawn, 
function ( hitPlayer ) 
         if ( hitPlayer == localPlayer ) then 
         setElementPosition(localPlayer,1726.56299,-1640.81470,20.22440) 
         setElementInterior(localPlayer,18) 
   end 
end 
) 

شكراً

اها localPlayer ما source

شكراً لك :)

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