Jump to content

uhm

Members
  • Posts

    275
  • Joined

  • Last visited

Everything posted by uhm

  1. I think the only solution would be to create a new camera handling system and that's a pretty advanced thing to do.. Check out the client function SetCameraMatrix I think you could just update the camera matrix every 200 ms using a timer function and set X, Y, Z to the player position. But then you would also need to do some calculations because you don't want the camera inside the player. And then there's the handling of moving the mouse right and left for viewing controls... As far as I know, there's no easy way to do this.
  2. Well the first thing you'll want to do is create a callback for the buttons btnTakeHit and btnSell. That way you can add code that executes when you press the button. (in client script) addEventHandler ( "onClientGUIClick", btnTakeHit , takeAHit, false ) https://wiki.multitheftauto.com/wiki/AddEventHandler https://wiki.multitheftauto.com/wiki/OnClientGUIClick function takeAHit( button ) -- Code goes here -- To determine which drug user used, use the guiRadioButtonGetSelected function -- [url=https://wiki.multitheftauto.com/wiki/GuiRadioButtonGetSelected]https://wiki.multitheftauto.com/wiki/Gui ... etSelected[/url] end Hope this puts you in the right direction!
  3. uhm

    [HELP]rougter cracking

    Yeah, usually it says the default settings on the router itself, but there's a website with all kinds of default login info if you can't find it Just google "router default password" Or ask your house admin if you're in a student appartment
×
×
  • Create New...