Jump to content

EstrategiaGTA

Members
  • Posts

    684
  • Joined

  • Last visited

Everything posted by EstrategiaGTA

  1. Quizá si, podría probar añadiéndole más tamaño a la Colshape.
  2. Eso no tiene nada que ver, eso sería para llevar la puerta o mover la puerta a su posición original cuando dejas el Colshape.
  3. ¿Les pusiste el mismo nombre al resource? ¿Iniciste los dos resources haciendo "/start [resource1]" y "/start [resource2]"?
  4. ¿Aún no funciona? ¿Te carga el resource y te deja iniciarlo?
  5. En realidad no necesitas dos GUIs (o como tu le llamas mod) dos veces, puedes editarlo y añadirle más skins. Prueba con este código: function OpenGui() if guiGetVisible ( GUIEditor_Window[1] ) then guiSetVisible ( GUIEditor_Window[1], false ) showCursor(false) guiSetInputEnabled(false) else guiSetVisible ( GUIEditor_Window[1], true ) showCursor(true) guiSetInputEnabled(true) playSound("1.wav") end end bindKey ( "F6" , "down" , openGui ) function omg ( ) guiSetVisible (GUIEditor_Window[1], false) end addEventHandler("onClientResourceStart", getRootElement(), omg) El problema era que la función era 'OpenWin' y en el bindKey pusiste 'openGui'... También le puse para que cuando inicia el resource no te salga la ventana.
  6. Can you post the full code so we know if that is the right?
  7. Con botón te refieres a guiCreateButton ¿A ese?
  8. EstrategiaGTA

    Help!

    Just do the same that you did but the opposite.
  9. Actually I think he has asked about using Lua only. So, not possible.
  10. Not possible with Lua only.
  11. It isn't possible with Lua.
  12. Copy and paste the resource (it must be in a .ZIP or a folder) in your MTA Folder/servers/mods/deathmatch/resources, then go to the Console and type 'refresh' and then 'start [resource name]' or go in-game, login and type '/refresh' and '/start [resource name]'.
  13. You should use: moveObject Instead 'setElementPosition'.
  14. You can use: setTime setWeather
  15. Sólo usa: "onClientGUIClick" playSound Y añade a meta.xml el archivo de sonido: "archivo.mp3" />
  16. Quizá podrías hacer que cuando un usuario entre en el marker, le das el arma y destruyes el marker.
  17. En realidad se llama 'realdriveby'. Es fácil conseguir la ID, mira aquí.
  18. Es que en 'r,g,b' debes poner un color RGB, por ejemplo: 255, 0, 0 (que sería rojo)
  19. Does your GTA: San Andreas (single-player) run properly?
  20. You can try searching at the MTA Community. But if there isn't such resource and you want it, you'll need to script it by yourself or pay a scripter to do it for you. Or get a free scripter (actually this is almost impossible).
  21. Click in the functions and read the Wiki examples so you'll understand them.
×
×
  • Create New...