abojassam0 Posted May 27, 2018 Share Posted May 27, 2018 local marker = createMarker(-1471.9757080078 x, 413.93127441406 y, 8.0184440612793 z, "arrow", 1.5, 0 ,255, 0, 155) if ( thePlayer ) hitmarker spawnPlayer ( player, 1542.44, -1675.55, 13.554510116577, 90.0, 0 ) end ) في شي قاصر في الكود؟ Link to comment
abojassam0 Posted May 27, 2018 Author Share Posted May 27, 2018 13 minutes ago, N3xT said: اشياء مو شيء تقدر تعطيني الاكواد الا بتفيدني في تصحيح الا شياء Link to comment
abojassam0 Posted May 27, 2018 Author Share Posted May 27, 2018 marker = createMarker(-1471.9757080078 x, 413.93127441406 y, 8.0184440612793 z, "arrow", 0, 0 ,255, 0, 155) addEventhandler('onmarkerhit',marker, function (theplayer) setelementposition(theplayer,1542.44, -1675.55, 13.554510116577, 90.0, 0 ) end ) ??? Link to comment
MrKAREEM Posted May 27, 2018 Share Posted May 27, 2018 I Think This Will Works local marker = createMarker (-1471.9757080078,413.93127441406,8.0184440612793, "arrow", 1.2, 0, 255, 255, 0 ) addEventHandler("onClientMarkerHit",marker, function() if getElementType(localPlayer) == "localPlayer" then setElementPosition ( localPlayer, 1542.44, -1675.55, 13.554510116577, 90.0, 0 ) end ) Link to comment
N3xT Posted May 27, 2018 Share Posted May 27, 2018 local marker = createMarker (-1471.9757080078,413.93127441406,8.0184440612793, "arrow", 1.2, 0, 255, 255, 0 ) addEventHandler("onClientMarkerHit", marker, function ( player ) if ( player ) and ( getElementType ( player ) == "player" ) then setElementPosition ( player, 1542.44, -1675.55, 13.554510116577, 90.0, 0 ) end end ) Link to comment
Abdul KariM Posted May 27, 2018 Share Posted May 27, 2018 47 minutes ago, N3xT said: local marker = createMarker (-1471.9757080078,413.93127441406,8.0184440612793, "arrow", 1.2, 0, 255, 255, 0 ) addEventHandler("onClientMarkerHit", marker, function ( player ) if ( player ) and ( getElementType ( player ) == "player" ) then setElementPosition ( player, 1542.44, -1675.55, 13.554510116577, 90.0, 0 ) end end ) في الكلينت البارمتر هو الاعب فمايحتاج تتحقق ان الي دخل الماركر لاعب لازم تتحقق انه يساوي اللوكال بلاير لان كذا بيفتح اللوحة للجميع لأي واحد يدخل الماركر Link to comment
N3xT Posted May 27, 2018 Share Posted May 27, 2018 4 hours ago, Abdul KariM said: في الكلينت البارمتر هو الاعب فمايحتاج تتحقق ان الي دخل الماركر لاعب لازم تتحقق انه يساوي اللوكال بلاير لان كذا بيفتح اللوحة للجميع لأي واحد يدخل الماركر شكراً للتنبيه local marker = createMarker (-1471.9757080078,413.93127441406,8.0184440612793, "arrow", 1.2, 0, 255, 255, 0 ) addEventHandler("onClientMarkerHit", marker, function ( player ) if ( player == localPlayer ) then setElementPosition ( player, 1542.44, -1675.55, 13.554510116577, 90.0, 0 ) end end ) 1 Link to comment
abojassam0 Posted June 4, 2018 Author Share Posted June 4, 2018 On ٢٧/٥/٢٠١٨ at 20:26, N3xT said: local marker = createMarker (-1471.9757080078,413.93127441406,8.0184440612793, "arrow", 1.2, 0, 255, 255, 0 ) addEventHandler("onClientMarkerHit", marker, function ( player ) if ( player ) and ( getElementType ( player ) == "player" ) then setElementPosition ( player, 1542.44, -1675.55, 13.554510116577, 90.0, 0 ) end end ) On ٢٧/٥/٢٠١٨ at 21:14, Abdul KariM said: في الكلينت البارمتر هو الاعب فمايحتاج تتحقق ان الي دخل الماركر لاعب لازم تتحقق انه يساوي اللوكال بلاير لان كذا بيفتح اللوحة للجميع لأي واحد يدخل الماركر شكرا Link to comment
abojassam0 Posted June 4, 2018 Author Share Posted June 4, 2018 On ٢٨/٥/٢٠١٨ at 01:46, N3xT said: شكراً للتنبيه local marker = createMarker (-1471.9757080078,413.93127441406,8.0184440612793, "arrow", 1.2, 0, 255, 255, 0 ) addEventHandler("onClientMarkerHit", marker, function ( player ) if ( player == localPlayer ) then setElementPosition ( player, 1542.44, -1675.55, 13.554510116577, 90.0, 0 ) end end ) On ٢٧/٥/٢٠١٨ at 21:14, Abdul KariM said: في الكلينت البارمتر هو الاعب فمايحتاج تتحقق ان الي دخل الماركر لاعب لازم تتحقق انه يساوي اللوكال بلاير لان كذا بيفتح اللوحة للجميع لأي واحد يدخل الماركر On ٢٧/٥/٢٠١٨ at 15:22, MrKAREEM said: I Think This Will Works local marker = createMarker (-1471.9757080078,413.93127441406,8.0184440612793, "arrow", 1.2, 0, 255, 255, 0 ) addEventHandler("onClientMarkerHit",marker, function() if getElementType(localPlayer) == "localPlayer" then setElementPosition ( localPlayer, 1542.44, -1675.55, 13.554510116577, 90.0, 0 ) end ) مشكورين بس الماركر ما ينقل احد بس ضوء Link to comment
Abdul KariM Posted June 4, 2018 Share Posted June 4, 2018 وتأكد ان الكود بجهة كلنت ومعرف بالميتا N3XT يالغالي استخدم كود الاخ والخطأ المتحمل بنسبة 90% انك مخليه بجهة سيرفر Link to comment
abojassam0 Posted June 4, 2018 Author Share Posted June 4, 2018 3 minutes ago, Abdul KariM said: وتأكد ان الكود بجهة كلنت ومعرف بالميتا N3XT يالغالي استخدم كود الاخ والخطأ المتحمل بنسبة 90% انك مخليه بجهة سيرفر اي خالنه سيرفر لو سمحت ممكن اتوضح لي ويش الفرق Link to comment
Abdul KariM Posted June 4, 2018 Share Posted June 4, 2018 الفرق انه في وظائف تدعم السيرفر وفي وظائف تدعم الكلينت وفي الاثنين مع تشابه الاسم لكن الاحداث بعضها تدعم سيرفر وبعضها تدعم كلنت وبعضها الاثنين لكن في اختلاف الاسم Link to comment
abojassam0 Posted June 4, 2018 Author Share Posted June 4, 2018 Just now, Abdul KariM said: الفرق انه في وظائف تدعم السيرفر وفي وظائف تدعم الكلينت وفي الاثنين مع تشابه الاسم لكن الاحداث بعضها تدعم سيرفر وبعضها تدعم كلنت وبعضها الاثنين لكن في اختلاف الاسم تسلم الغالي ماقصرت Link to comment
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now