Jump to content

احتاج مساعدة


Recommended Posts




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

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

 

  • Thanks 1
Link to comment
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
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
3 minutes ago, Abdul KariM said:

وتأكد ان الكود بجهة كلنت ومعرف بالميتا N3XT يالغالي استخدم كود الاخ

والخطأ المتحمل بنسبة 90% انك مخليه بجهة سيرفر

اي خالنه سيرفر 

لو سمحت ممكن اتوضح لي ويش الفرق

Link to comment

 الفرق انه في وظائف تدعم السيرفر وفي وظائف تدعم الكلينت وفي الاثنين مع تشابه الاسم

لكن الاحداث بعضها تدعم سيرفر وبعضها تدعم كلنت وبعضها الاثنين لكن في اختلاف الاسم

Link to comment
Just now, Abdul KariM said:

 الفرق انه في وظائف تدعم السيرفر وفي وظائف تدعم الكلينت وفي الاثنين مع تشابه الاسم

لكن الاحداث بعضها تدعم سيرفر وبعضها تدعم كلنت وبعضها الاثنين لكن في اختلاف الاسم

تسلم الغالي ماقصرت

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