Jump to content

طلب ماركر


MeZo999

Recommended Posts

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

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

Link to comment
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 وحط ايدي الشخصية بالسطر السادس مكان

Link to comment
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 وحط ايدي الشخصية بالسطر السادس مكان

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

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