Jump to content

طلب ماركر


MeZo999

Recommended Posts

Posted (edited)

  
'onMarkerHit' -- Event. 
  
function 
createMarker -- نسوي ماركر 
getElementType -- نتأكد من الي لمس الماركر هو الاعب 
getElementData -- نتحقق من القروب 
setElementModel -- تغير الشخصيه 
Edited by Guest
Posted (edited)
  
createMarker -- نسوي ماركر 
getElementType -- نتأكد من الي لمس الماركر هو الاعب 
getElementData -- نتحقق من القروب 
setElementModel -- تغير الشخصيه 

Edited by Guest
949536480.png
Posted
  
'onMarkerHit' -- Event. 
  
function 
createMarker -- نسوي ماركر 
getElementType -- نتأكد من الي لمس الماركر هو الاعب 
getElementData -- نتحقق من القروب 
setElementModel -- تغير الشخصيه 

جمعلي اياه يا اخوي

Posted
marker = createMarker ( x, y, z, "cylinder", 1.5, 255, 0, 0, 255 ) 
  
addEventHandler ( "onMarkerHit", marker, 
    function ( theElm ) 
        if ( getElementType ( theElm ) == "player" ) and ( getElementData ( theElm, "Group" ) == "GroupName" ) then 
            setElementModel ( theElm, modelID ) 
        end 
    end 
) 

( x, y, z ) حط الاحداثيات حقت الماركر بالسطر الأول

GroupName وحط اسم القروب بالسطر الخامس مكان

modelID وحط ايدي الشخصية بالسطر السادس مكان

Posted
marker = createMarker ( x, y, z, "cylinder", 1.5, 255, 0, 0, 255 ) 
  
addEventHandler ( "onMarkerHit", marker, 
    function ( theElm ) 
        if ( getElementType ( theElm ) == "player" ) and ( getElementData ( theElm, "Group" ) == "GroupName" ) then 
            setElementModel ( theElm, modelID ) 
        end 
    end 
) 

( x, y, z ) حط الاحداثيات حقت الماركر بالسطر الأول

GroupName وحط اسم القروب بالسطر الخامس مكان

modelID وحط ايدي الشخصية بالسطر السادس مكان

يزلمه انتا شيخ هات بوسه شكرأ

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