Jump to content

Ursidae

Members
  • Posts

    8
  • Joined

  • Last visited

Details

  • Gang
    Grove Street Family

Ursidae's Achievements

Newbie

Newbie (4/54)

0

Reputation

  1. Of course I can help, but we're not going to make it for you. You can feel free to check out some of my login panels that i've made, and try to understand how they work: Windows 8 Login Style: http://www.mediafire.com/download/gbkal ... -login.zip Another: https://community.multitheftauto.com/ind ... ls&id=7970 Do you have skype or anything or can you point out in pastebin of which part of code is actual button scripts on the 2nd script so I can get an idea?
  2. Of course I can help, but we're not going to make it for you. You can feel free to check out some of my login panels that i've made, and try to understand how they work: Windows 8 Login Style: http://www.mediafire.com/download/gbkal ... -login.zip Another: https://community.multitheftauto.com/ind ... ls&id=7970 My god that code hell... There is no way I can make a clear on where to use guiclick.
  3. Can you help me to make it?
  4. Hey I have the code, can you make me a working gui with buttons? Here is the code; GUIEditor = { checkbox = {}, button = {}, edit = {} } addEventHandler("onClientResourceStart", resourceRoot, function() -- This is Login button -- GUIEditor.button[1] = guiCreateButton(562, 662, 180, 43, "Login", false) guiSetAlpha(GUIEditor.button[1], 0.00) -- register button -- GUIEditor.button[2] = guiCreateButton(562, 719, 185, 41, "Register", false) guiSetAlpha(GUIEditor.button[2], 0.00) -- Check box for 'Remember me' -- GUIEditor.checkbox[1] = guiCreateCheckBox(659, 611, 21, 19, "", true, false) guiSetAlpha(GUIEditor.checkbox[1], 0.00) -- This is where you type your username -- GUIEditor.edit[1] = guiCreateEdit(536, 476, 226, 42, "", false) -- This is where you type your password -- GUIEditor.edit[2] = guiCreateEdit(536, 555, 226, 42, "", false) end ) addEventHandler("onClientRender", root, function() dxDrawImage(1, 3, 1920, 1200, ":guieditor/images/login.png", 0, 0, 0, tocolor(255, 255, 255, 255), false) dxDrawImage(291, 139, 0, 0, ":guieditor/images/login.png", 0, 0, 0, tocolor(255, 255, 255, 255), true) end )
  5. Ursidae

    delete

    how can I add my own pictures to images?
  6. Ursidae

    delete

    It doesnt seem to want to take my pictures.
  7. Ursidae

    delete

    But I can't make a background with it? Like I got my .jpg image and I wanna draw to the background.
×
×
  • Create New...