Jump to content

مشكلة


Recommended Posts

Posted

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

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

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

facebooke : https://www.facebook.com/jaber.pro

skype : delete

Email : [email protected] :D

احلام الناس لا نهاية لها

لا يجدر بنا القلق على مقدرتنا لتحقيق أحلامنا ما دمنا نمتلك الرغبة في تحقيقها

Posted

تفضــَل

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

Dis ; AF.#0941

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

شكراً

اها localPlayer ما source

شكراً لك :)

facebooke : https://www.facebook.com/jaber.pro

skype : delete

Email : [email protected] :D

احلام الناس لا نهاية لها

لا يجدر بنا القلق على مقدرتنا لتحقيق أحلامنا ما دمنا نمتلك الرغبة في تحقيقها

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