Jump to content

x[تصحيح]xبخصوص اليوزفل فنكشن


Recommended Posts

السلام عليكم ورحمة الله وبركاته اسف على الازعاج شباب

لكن وشو الغلط هنا

addCommandHandler("house1",function(thePlayer,_,id)
if thePlayer then
local accname=getAccountName(getPlayerAccount(thePlayer))
local marker=getMarker(accname,id)
local x,y,z=getElementPosition(marker)
setElementPosition(thePlayer,x+1,y+1,z+1)
end
end
)
function getMarker( acc,id )
      for i, v in ipairs( getElementsByType( 'marker', getResourceRootElement() ) ) do
        if getElementData( v, 'HS_INFO' ) then
   local owner = getElementData( v, 'HS_INFO' )[7];
   local idhouse=getElementData( v, 'HS_INFO' )[9];
      if owner == acc  then
      if not isElement(idhouse) then
      if not isElement(id) then
     
      if id==idhouse then
      return v;
      end;
      end;
          end;
        end;
      end;
      end;
      outputChatBox("هناك خطا",client)
      return false;

    end;

الانترنت بطيء فما اقدر استخدم المربع اعذروني

Link to comment
Just now, Master_MTA said:

انترنت وش اسويله طيب دست على الزر اللصفحه ما تقلب هههه

ههههههههههه ههههههههههه ههههههههههه ههههههههههه ههههههههههه ههههههههههه

كلم نصور يشيل المواضيع القديمه

Link to comment
addCommandHandler("house1",
function(thePlayer,_,id)
	if ( id ) then
		local accname = getAccountName(getPlayerAccount(thePlayer))
		local marker = getMarker(accname,id)
		if ( marker ) then 
			local x,y,z= getElementPosition(marker)
			setElementPosition(thePlayer,x+1,y+1,z+1)
		end 
	end
end
)

function getMarker( acc,id )
	for i, v in ipairs( getElementsByType( 'marker', resourceRoot ) ) do
		if getElementData( v, 'HS_INFO' ) then
			local owner = getElementData( v, 'HS_INFO' )[7]
			local idhouse = getElementData( v, 'HS_INFO' )[9]
			if ( owner and idhouse ) then
				if ( owner == acc ) then
					if ( id == idhouse ) then
						return v
					end
				end
			end
		end
	end
	outputChatBox("هناك خطا",getAccountPlayer(acc))
	return false
end

 

  • Like 1
Link to comment
17 hours ago, !#NssoR_) said:

addCommandHandler("house1",
function(thePlayer,_,id)
	if ( id ) then
		local accname = getAccountName(getPlayerAccount(thePlayer))
		local marker = getMarker(accname,id)
		if ( marker ) then 
			local x,y,z= getElementPosition(marker)
			setElementPosition(thePlayer,x+1,y+1,z+1)
		end 
	end
end
)

function getMarker( acc,id )
	for i, v in ipairs( getElementsByType( 'marker', resourceRoot ) ) do
		if getElementData( v, 'HS_INFO' ) then
			local owner = getElementData( v, 'HS_INFO' )[7]
			local idhouse = getElementData( v, 'HS_INFO' )[9]
			if ( owner and idhouse ) then
				if ( owner == acc ) then
					if ( id == idhouse ) then
						return v
					end
				end
			end
		end
	end
	outputChatBox("هناك خطا",getAccountPlayer(acc))
	return false
end

 

لم تزبط معنا

+هنا في غلطه بسيطه

outputChatBox("هناك خطا",getAccountPlayer(acc))

المفروض

outputChatBox("هناك خطا",getAccountPlayer(getAccount(acc)))

  • Like 1
Link to comment
1 minute ago, Abdul KariM said:

ممكن تفهمني ايش تبي تسوي لاني مادري شسالفه

هو المود عباره عن مود بيوت

انا ابي اللاعب لو كتب باف 8

house id

الايدي حق الماركر اللي هي الداتا اللي عليه رقم تسعه زي 

ما وريتك فوق

ينقله الى مكان الماركر بس قبل ذا كله

يتحقق اذا كان هو مالك الماركر =البيت يعني ولا لا

بس

Link to comment
Just now, Master_MTA said:

هو المود عباره عن مود بيوت

انا ابي اللاعب لو كتب باف 8

house id

الايدي حق الماركر اللي هي الداتا اللي عليه رقم تسعه زي 

ما وريتك فوق

ينقله الى مكان الماركر بس قبل ذا كله

يتحقق اذا كان هو مالك الماركر =البيت يعني ولا لا

بس

تم لحس مخي بـ نجاح

  • Like 1
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...