Jump to content

خطا ف كود


AE.

Recommended Posts

function selector(player,key)
local skin
skin = getPlayerSkin(player)
if(key == "arrow_l") then
setPlayerSkin(player,skin - 1)
else
setPlayerSkin(player,skin + 1)
end
end 

function adjSelectionSetting( thePlayer, team )
	if (source == marker1) then --
		setCameraMatrix(  450.04959106445, -2206.1264648438, 13.532400131226, 450.85003662109, -2206.0964355469, 12.933764457703   )
        setElementPosition(thePlayer, 453.77228, -2206.06738, 10.87813)
		setElementFrozen ( thePlayer, true )
bindKey(player,"arrow_l","down",selector)
bindKey(player,"arrow_r","down",selector)
showCursor ( true )
end
end
addEventHandler ( "onClientMarkerHit", getRootElement(), adjSelectionSetting )

الحين الاعب لما يلمس الماركر كل شئ يصير معادا تغير سكن بالزر شو الخطا فيه؟

Link to comment
1 hour ago, 3laa33 said:

function selector(player,key)
local skin
skin = getPlayerSkin(player)
if(key == "arrow_l") then
setPlayerSkin(player,skin - 1)
else
setPlayerSkin(player,skin + 1)
end
end 

function adjSelectionSetting( thePlayer, team )
	if (source == marker1) then --
		setCameraMatrix(  450.04959106445, -2206.1264648438, 13.532400131226, 450.85003662109, -2206.0964355469, 12.933764457703   )
        setElementPosition(thePlayer, 453.77228, -2206.06738, 10.87813)
		setElementFrozen ( thePlayer, true )
bindKey(player,"arrow_l","down",selector)
bindKey(player,"arrow_r","down",selector)
showCursor ( true )
end
end
addEventHandler ( "onClientMarkerHit", getRootElement(), adjSelectionSetting )

الحين الاعب لما يلمس الماركر كل شئ يصير معادا تغير سكن بالزر شو الخطا فيه؟

شو الي مو خطأ

اول شي : setPlayerSkin غيرها لي setElementModel

ثاني شي : ما ينفع تعمل - 1 للسكن او + 1

لان مثلا سكنك رقم 3 مافي 4 او 5 او 6 لهيك انصحك بالجداول

ثالث شي : ما اشوفك مستعمل كود selector 

الي هوا غلط

  • Like 3
Link to comment
Just now, #Skrillex said:

شو الي مو خطأ

اول شي : setPlayerSkin غيرها لي setElementModel

ثاني شي : ما ينفع تعمل - 1 للسكن او + 1

لان مثلا سكنك رقم 3 مافي 4 او 5 او 6 لهيك انصحك بالجداول

ثالث شي : ما اشوفك مستعمل كود selector 

الي هوا غلط

الكود شغال من غير ماركر .,.,

up

Link to comment
16 minutes ago, iMr.WiFi..! said:

حط كود 

صنع الماركر

marker1 = createMarker (409.55225, -2205.87939, 9.87033, "cylinder", 0.7, 255, 0, 0,0)


ماظن الخطأ من الماركر لانه الباقي يشتغل معادا تغيير السكن

Edited by 3laa33
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...