Jump to content

Resulcan

Members
  • Posts

    72
  • Joined

  • Last visited

Everything posted by Resulcan

  1. mta sa pad I want the panel to open when I click Thanks in advance Astronot = createMarker ( 2742.33228, -2229.96240, 13.54688-1,"cylinder",4.0,238,192,0,255 ) Astronautkonus = guiCreateWindow(377, 226, 176, 92, "Astronaut", false) guiWindowSetSizable(Astronautkonus, false) GUIEditor.button[1] = guiCreateButton(33, 24, 112, 24, "Konuş", false, Astronautkonus) GUIEditor.button[2] = guiCreateButton(33, 58, 112, 24, "Kapat", false, Astronautkonus) local screenW, screenH = guiGetScreenSize() AstronautBilgi = guiCreateWindow((screenW - 322) / 2, (screenH - 326) / 2, 322, 326, "Astronaut", false) guiWindowSetSizable(AstronautBilgi, false) İsegir = guiCreateButton(10, 282, 86, 35, "İşi Kabul Et", false, AstronautBilgi) Geri = guiCreateButton(226, 282, 86, 35, "Geri", false, AstronautBilgi) GUIEditor.memo[1] = guiCreateMemo(10, 26, 302, 247, "Astronaut İşinde Uzaya İsinlanıp Madenlerden Değerli Taşlar Toplayıp Gelir Elde Edebilirsiniz.\n\nGörev Nasıl Yapabilirim ?\n\nİşi Aldıktan Sonra Sarı Markere Girip Uzaya İşinlanıyosunuz. Uzayda Belirtilen Yere Gidip Değerli Taşları Toplayın. Topladıktan Sonra Spawnlandığınız Yere Gidip Elması Bırakın.!!!\n\n Bizi Tercih Ettiğiniz İçin Teşekkürler.!!!", false, AstronautBilgi)
  2. Resulcan

    [Help]Blip

    can you throw me a script ?
  3. Resulcan

    [Help]Blip

    script can you throw it in case brom createBlip ( -2625.64258, 208.83575, 4.62176, 6,2,0,255,0, 255,0, 100) this is the location how will i write this
  4. Resulcan

    [Help]Blip

    https://hizliresim.com/CwQCHv I want the text in the black area in the image
  5. Resulcan

    [Help]Blip

    https://hizliresim.com/65NAlH I want to write blip on it
  6. Resulcan

    [Help]Blip

    Blip and I want them to overwrite, how can I https://hizliresim.com/0dfYLS want to do like this?
  7. I just want the Turks to see Let the correspondence only see Turkish players
  8. global cheate I just want the Turks to see what I have to do?
  9. Can you assign server client as Code?
  10. addEventHandler("onClientResourceStart", resourceRoot, function kayıt() local screenW, screenH = guiGetScreenSize() Kayıtol = guiCreateWindow((screenW - 348) / 2, (screenH - 180) / 2, 348, 180, "Kayıt Ol", false) guiWindowSetSizable(Kayıtol, false) GUIEditor.label[1] = guiCreateLabel(10, 26, 110, 15, "UserNAME :", false, Kayıtol) guiSetFont(GUIEditor.label[1], "default-bold-small") guiLabelSetHorizontalAlign(GUIEditor.label[1], "center", false) guiLabelSetVerticalAlign(GUIEditor.label[1], "center") GUIEditor.label[2] = guiCreateLabel(10, 63, 110, 15, "Password :", false, Kayıtol) guiSetFont(GUIEditor.label[2], "default-bold-small") guiLabelSetHorizontalAlign(GUIEditor.label[2], "center", false) guiLabelSetVerticalAlign(GUIEditor.label[2], "center") GUIEditor.label[3] = guiCreateLabel(10, 102, 110, 15, "Password :", false, Kayıtol) guiSetFont(GUIEditor.label[3], "default-bold-small") guiLabelSetHorizontalAlign(GUIEditor.label[3], "center", false) guiLabelSetVerticalAlign(GUIEditor.label[3], "center") GUIEditor.edit[1] = guiCreateEdit(134, 18, 200, 33, "", false, Kayıtol) GUIEditor.edit[2] = guiCreateEdit(134, 55, 200, 33, "", false, Kayıtol) GUIEditor.edit[3] = guiCreateEdit(134, 94, 200, 33, "", false, Kayıtol) girişyap = guiCreateButton(15, 131, 119, 41, "Giriş Yap", false, Kayıtol) guiSetProperty(girişyap, "NormalTextColour", "FFAAAAAA") Kayıt = guiCreateButton(215, 131, 119, 41, "Register", false, Kayıtol) guiSetProperty(GUIEditor.button[1], "NormalTextColour", "FFAAAAAA") end ) function login() local screenW, screenH = guiGetScreenSize() window = guiCreateWindow((screenW - 348) / 2, (screenH - 181) / 2, 348, 181, "RPG : Login Panel", false) guiWindowSetSizable(window, false) GUIEditor.label[1] = guiCreateLabel(10, 41, 117, 15, "User Name:", false, window) guiSetFont(GUIEditor.label[1], "default-bold-small") guiLabelSetHorizontalAlign(GUIEditor.label[1], "center", false) guiLabelSetVerticalAlign(GUIEditor.label[1], "center") GUIEditor.label[2] = guiCreateLabel(10, 83, 117, 15, "Password:", false, window) guiSetFont(GUIEditor.label[2], "default-bold-small") guiLabelSetHorizontalAlign(GUIEditor.label[2], "center", false) guiLabelSetVerticalAlign(GUIEditor.label[2], "center") GUIEditor.edit[1] = guiCreateEdit(126, 30, 197, 36, "", false, window) GUIEditor.edit[2] = guiCreateEdit(127, 76, 197, 36, "", false, window) girişyap = guiCreateButton(15, 131, 111, 38, "login", false, window) guiSetProperty(girişyap, "NormalTextColour", "FFAAAAAA") KayıtOl = guiCreateButton(213, 129, 111, 38, "Register", false, window) guiSetProperty(KayıtOl, "NormalTextColour", "FFAAAAAA") showCurusor(true) addEventHandler("onClientGUIClick",kayıt,function() end ----------------------------------------------------------------------By the way, thanks------------------------------------------------------------------------------------------------------------
  11. Resulcan

    Login Panel

    I'm developing friends Luada Can You Help Me? I want to make a login panel first. How can I do? logIn addAccount + getAccount - guiGetText - triggerServerEvent I don't know how, how can I do?
×
×
  • Create New...