Jump to content

Xeno

Members
  • Posts

    728
  • Joined

  • Last visited

Everything posted by Xeno

  1. Ok, everything opens, its just when I press the button it doesn't destroy it. I get no errors.
  2. Bad arguement at if getElementType( clickedElement ) == "vehicle" then D:
  3. I mean like, 1. Clicks on Vehicle, and a GUI appears, ( options on it like, destroy, ect) 2. Once player clicks destroy, it will destroy the vehicle they clicked on before.
  4. Yeah, but I'm trying to do it onClientGUIClick ( so when they press the button )
  5. Sorry, I didn't explain it properly I'm trying to delete the car that was selected
  6. Thanks for the reply and advice ;3 This deletes the button, I had already tried it before ;3 What should I do?
  7. I knew this wasn't going to work, but I tried it anyway. I'm trying to make it so when you press the "Destroy" button, it destroys the vehicle that was clicked, here is what I have put so far: function destroyCar(clickedElement) destroyElement(clickedElement) end addEventHandler("onClientGUIClick",destroy, destroyCar)
  8. Thank you, thats helps alot ;D
  9. How would I get the element clicked? I tried this but it didn't seem to work: function click ( button, state, absoluteX, absoluteY, worldX, worldY, worldZ, clickedElement ) if ( clickedElement == "vehicle" ) then outputChatBox("fuck u") end end addEventHandler ( "onClientClick", getRootElement(), click) Thanks, Xeno
  10. I didn't see that one lemme look again
  11. Loled at Joanne.jpg http://www.kwksrv-mta.info/Joanne.jpg (Contains nude content)
  12. What do you mean? Are you hosting it from your PC?
  13. Xeno

    sreen_money

    Why would you want to even steal this?
  14. Xeno

    Vg login problem

    Add something like this: fadeCamera(player, false) Or show me the function that is triggered when they login.
  15. Xeno

    Help

    Thanks guys
  16. This is awesome. It was cool testing with you aswell! :3
  17. Xeno

    Help

    The example I used is from a friend. Could I say, make a gui element like a label, and make the size's as big at the dx draw? Wouldn't it go behind the dxDraw and be un-clickalbe?
  18. Xeno

    Remov Objects

    Show us the code you tried.
  19. Find <right name="command.login" access="true"></right> in your meta, and then change it to <right name="command.login" access="false"></right>
×
×
  • Create New...