Advertisement
Guest User

Untitled

a guest
Oct 14th, 2015
16
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 1.15 KB | None | 0 0
  1. addEventHandler("OnClientResourceStart", resourceRoot,
  2.    function()
  3.            showChat(false)
  4.        setPlayerHudComponentVisible("all",false)
  5.            showCursor(true)
  6.            fadeCamera(true)
  7.        setCameraMatrix(3468.8785480, -919.2532, 300.1534, 1469.3884, -918.42454, 90.130)
  8.                   --------------------------------------------------------------
  9.            GUIEditor = {}
  10.        
  11.        GUIEditor.staticimage = guiCreateStaticImage(0, -49, 800, 600, "images/log.png", false)
  12.            GUIEditor.zaloguj = guiCreateButton(269, 387, 81, 20, "", false, GUIEditor.staticimage)
  13.        guiSetAlpha(GUIEditor.zaloguj, 0.00)
  14.        GUIEditor.zarejestruj = guiCreateButton(451, 387, 81, 20, "", false, GUIEditor.staticimage)
  15.        guiSetAlpha(GUIEditor.zarejestruj, 0.00)
  16.        GUIEditor.login = guiCreateEdit(314, 292, 180, 28, "", false, GUIEditor.staticimage)
  17.        GUIEditor.haslo = guiCreateEdit(314, 345, 180, 28, "", false, GUIEditor.staticimage)
  18.        guiEditSetMasked(GUIEditor.haslo, true)
  19.        GUIEditor.errory = guiCreateLabel(360, 388, 88, 19, "", false, GUIEditor.staticimage)
  20.        guiSetFont(GUIEditor.errory, "default-small")
  21.       -- END
  22.    end
  23. )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement