Jump to content

Zero^^

Members
  • Posts

    3
  • Joined

  • Last visited

Details

  • Gang
    DarK

Zero^^'s Achievements

I ordered some spaghetti with marinara sauce and I got egg noodles and ketchup. I'm an average nobody.

I ordered some spaghetti with marinara sauce and I got egg noodles and ketchup. I'm an average nobody. (2/54)

0

Reputation

  1. Can i make another lua archive? it isn't work, sorry for my bad english, i from Argentina and i speak Spanish. Help plis
  2. Esto es todo el codigo el cual logre hacer pero no me funciona. markerinicio = createMarker ( 2176, -1763, 13, "cylinder",1, 0, 0, 255, 255 ) function ventana() Ventana = guiCreateWindow(156, 103, 471, 441, "Departamentos LS", false) guiWindowSetSizable(Ventana, false) imagen = guiCreateStaticImage(18, 28, 434, 243, ":guieditor/images/examples/mta-screen_2014-12-03_19-39-00.png", false, GUIEditor.window[1]) texto = guiCreateMemo(18, 282, 434, 123, "¿Cansado de vivir en la calle? Pues tengo una respuesta para ello.\n\nCompra un departamento en Departamentos LS y podras hacer tu sueño realidad.\n\n¡Solo por $25000 Podras conseguir un hogar!", false, GUIEditor.window[1]) guiMemoSetReadOnly(texto, true) boton = guiCreateButton(348, 410, 104, 21, "Cerrar", false, GUIEditor.window[1]) guiSetProperty(boton, "NormalTextColour", "FFAAAAAA") showCursor (true) addEventHandler ("onClientGUIClick", Cerrar, SalirFuncion,false) end addEvent( "onGreeting", true ) addEventHandler( "onGreeting", localPlayer, ventana ) function SalirFuncion () showCursor (false) guiSetVisible (Ventana, not guiGetVisible ( Ventana ) ) end
  3. This is all code which achieves do but do not work for me. createMarker markerinicio = (2176, -1763, 13, "cylinder", 1, 0, 0, 255, 255) window function () Window = guiCreateWindow (156, 103, 471, 441, "Departments LS", false) guiWindowSetSizable (Window, false) image = guiCreateStaticImage (18, 28, 434, 243, "guieditor / images / examples / mta-screen_2014-12-03_19-39-00.png", false, GUIEditor.window [1]) text = guiCreateMemo (18, 282, 434, 123, "Tired of living in the street? Well, I have an answer for it. \ n \ nCompra a department Departments LS and you can make your dream come true. \ n \ n¡Solo for $ 25,000 you can get a home! ", false, GUIEditor.window [1]) guiMemoSetReadOnly (text, true) button = guiCreateButton (348, 410, 104, 21, "Close", false, GUIEditor.window [1]) guiSetProperty (button, "NormalTextColour", "FFAAAAAA") ShowCursor (true) AddEventHandler ("onClientGUIClick" Close, SalirFuncion, false) end addEvent ("onGreeting", true) AddEventHandler ("onGreeting" localPlayer window) SalirFuncion function () ShowCursor (false) guiSetVisible (Ventana, not guiGetVisible (Window)) end
×
×
  • Create New...