Jump to content

مساعدة بسيطة


Recommended Posts

30 minutes ago, Rakan# said:

طيب حط أكوادك ؟!

انت حطيت الاكواد تحت -- اكوادك هنا

؟

حط وورينا !

ماعندي اكواد انا بدي لما ادخل الماركر يكتب في اف 8 امر وينفزه والمشكلة المود مشفر ذاك حق الكلمة

Link to comment
addEventHandler("onMarkerHit", root,
	function(element)
		if element and getElementType(element) == "player" and source == yourMarker then
			executeCommandHandler("الأمر الي تباه ينفزه", element)
		end
	end
)
--#ClientSide -- اذا تباه في 
addEventHandler("onClientMarkerHit", root,
	function(element)
		if element and getElementType(element) == "player" and source == yourMarker and element == localPlayer then
			executeCommandHandler("الأمر الي تباه ينفزه", element)
		end
	end
)
--اذا تباه بطريقه دستروير
local command = "مخالفات"
local 2034.89233, 1548.40295, 10.82031 = 0,0,0 -- غير الاحداثيات لأحداثيات الماركر حقك x,y,z
local marker = createMarker(x,y,z, "cylinder", 1.2, 255, 255, 255, 255)

addCommandHandler(command,
  function(player) 
		if isElementWithinMarker(player, marker) then
			-- حط اكوادك هنا
		end
	end
)

@#DesTroeyR

تحققك كان خطاء كان ناقص ارجمنت بتاع الألمنت

كان كذا

if isElementWithinMarker(marker) then

المفروض يصير كدا

if isElementWithinMarker(player, marker) then

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