Jump to content

Vision

Members
  • Posts

    405
  • Joined

  • Last visited

Everything posted by Vision

  1. Vision

    Gui help

    GUIEditor_Window = {} GUIEditor_Label = {} GUIEditor_Window[1] = guiCreateWindow(195,125,693,475,"SHG Help Manager",false) guiSetVisible ( GUIEditor_Window[1], false ) guiWindowSetSizable(GUIEditor_Window[1],false) GUIEditor_Label[35] = guiCreateLabel(394,318,254,47,"SHG GAMING",false,GUIEditor_Window[1]) guiSetFont(GUIEditor_Label[35],"sa-header") GUIEditor_Label[36] = guiCreateLabel(438,375,167,45,"SERVER",false,GUIEditor_Window[1]) guiSetFont(GUIEditor_Label[36],"sa-header") function Window() if (guiGetVisible(GUIEditor_Window[1]) == true) then guiSetVisible(GUIEditor_Window[1], false) showCursor(false) else guiSetVisible(GUIEditor_Window[1], true) showCursor(true) end end bindKey("F1","down",Window)
  2. function teleportEnd() teleporting = 0 fadeCamera(true) local localPlayer = getLocalPlayer() if ( setElementPosition ( localPlayer, 0.0, 0.0, 10.0, true ) ) then outputChatBox("Teleported succesfully") else outputChatBox("Not Teleported!") end teleported = 1 outputChatBox("Teleported!") end
  3. https://wiki.multitheftauto.com/wiki/EngineLoadDFF
×
×
  • Create New...