Jump to content

كود واحد لشوب


Recommended Posts

اخي اخر مره اساعدك فيها تعلم برمجه وصناعة سكربتات بنفسك ,

addEvent('invis', true) 
addEventHandler('invis', root, 
    function() 
    if (getPlayerMoney(source) >= 2000) then 
    takePlayerMoney(source, 2000) 
    outputChatBox('You Have Bought the Dam invisble !',source,255,255,0) 
    setElementAlpha(source, 0) 
    setPlayerNametagShowing ( source, false ) 
    end 
end 
) 

Link to comment
  • 2 weeks later...

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