Jump to content

طلب كود ضروري


Recommended Posts

طيب , وش دخل حدث الزر , + ليه .. خابص كلنت مع سيرفر , #

جرب .

local Marker = createMarker(x, y, z, "cylinder", 1.5, 255, 0, 0, 180 ) 
  
addEventHandler("onMarkerHit", Marker, 
    function(HitELM) 
   if ( getElementType(HitELM) == "player" ) then 
     givePlayerMoney(HitELM, 1500) 
       setElementPosition(HitELM, x, y, z) 
         outputChatBox("#Here", HitELM, 255, 255, 0, true) 
      end 
 end 
) 
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...