Jump to content

GamerDeMTA

Members
  • Posts

    559
  • Joined

  • Last visited

Everything posted by GamerDeMTA

  1. I also tried with 'player' but nothing happens eyt
  2. What's wrong with this bindKey and unbindKey Line!? it says its the player. bindKey ( source, "k", "down", func ) unbindKey ( source, "k", "down", func )
  3. I wanna give to a ped an anim and I know how to but I wanna do that when someone shots or punchs him, he keeps the anim (mcould I use a setTimer here? to set him the anim each 5 secs for example?) and make it invulnm (he can't die!)
  4. Hello! So I want to do something (creating an outputChatBox) when a player hits water (when he falls in the sea), what event should I use?
  5. y q quieres spammear servers?
  6. Is this a bug? When I press in the 'space' which there's no button or GUI Elements in the windows, it's like I've pressed the button, so it does the function when I press the button 'X'. But I press in the window. function ww( ) wNd = guiCreateWindow(210, 178, 331, 202, "Window", false) guiWindowSetSizable(wNd, false) guiSetVisible(wNd,false) X = guiCreateButton(9, 127, 142, 66, "X Button", false, wNd) addEventHandler("onClientGUIClick", X, GUIClick) end addEventHandler("onClientResourceStart", resourceRoot, ww) function GUIClick ( ) outputChatBox ( "Is it a bug?", source, 128, 0, 255, true ) end I show the GUI by hitting a marker but that isn't important, I think. It just outputs "Is it a bug?" even if I touch the window, not the button.
  7. GamerDeMTA

    local

    See here.... https://wiki.multitheftauto.com/wiki/Local
  8. Usa un setTimer con "0" veces para ejecutar la acción y será infinitamente.
  9. Hi You can check this: http://www.lua.org/manual/5.1/manual.html https://wiki.multitheftauto.com/wiki/Sc ... troduction And try to make simple scripts first, if they fail we can help you here.
  10. GamerDeMTA

    [Ayuda]

    [Podrías poner un título mejor no crees?] Alvarez deberia usar setElementModel, setPlayerSkin es deprecated
  11. Do I need to use this?: addEvent("onGamemodeMapStart", true)
  12. For do something when a map starts? When the map changes, from the old one?
  13. or you can use hasObjectPermissionTo
  14. yo creia que si esta pre definida en mta xq lo uso en algunos scripts y funcionan
  15. es server side, mira las funcions que hay de color amarillo significan q son solo de server side.
  16. debe ser uno de sus resources o problemas contactales por su foro (supongo que tendrán )
  17. I hate assassins creed its boring ;/
  18. How to define a spawnpoint in a map file and load it to the server so u spawn there when the map starts?
  19. creo q dice como obtener la pos. Usa /start runcode y despues /crun getElementPosition(getLocalPlayer()) Y copia las pos ponlos con comas y quita los "[number"], y ponlos en creatrMarker
  20. type /refresh and then /start [here put the resource name]
  21. what about something like LoL in MTA? or maybe Need for speed in Mta or Max Payne MTA or DotA 2 MTA? many ideas
×
×
  • Create New...