عالم أنترو
الميتا
type="mics" author="7ASSAN" version="1.0.0">
الكود
local daire = createMarker( 830.7391, -4736.0473, 100, 'arrow', 2, 255, 255, 0, 0 )
setElementData(daire, "mText", "الذهاب إلى الدائري")
local homeplay = createMarker( 1822.5527, 860.7207, 10, 'cylinder', 1.5, 0, 0, 100, 255 )
setElementData ( homeplay, "mText", "الرجوع إلى البداية" )
addEventHandler("onClientMarkerHit", daire,
function(hitElement, matchingDimension)
if hitElement == localPlayer and matchingDimension then
setElementPosition(hitElement, 1814.6175, 859.6475, 10.6656)
outputChatBox("تم نقلك إلى الدائري")
end
end)
addEventHandler("onClientMarkerHit", homeplay,
function(hitElement, matchingDimension)
if hitElement == localPlayer and matchingDimension then
setElementPosition ( hitElement, 824.1015, -4741.9599, 98.8968)
outputChatBox("تم نقلك إلى الدائري")
end
end)
المشاكل هي :
الماركر ما ينقلني + كتابة الماركر أحياناً تطلع وأحينا لا