joaquifs Posted May 10, 2014 Posted May 10, 2014 Hola A Todo el foro de MTA queria preguntarles si alguien sabe como se Abre el Panel De policia en este recurso, ya que dice que se abre con M, pero al momento de presionarlo no sale nada, lo raro esque desarrolla todas las funciones normales menos esta si alguien me puede ayudar se lo agradeceria mucho link del recurso (por si acaso) : https://community.multitheftauto.com/ind ... ls&id=9114
Tomas Posted May 10, 2014 Posted May 10, 2014 bindKey("M","down", function () if guiGetVisible(wnd) then guiSetVisible(wnd,false) showCursor(false) guiSetInputEnabled(false) resetINFO() else if getElementData(localPlayer,"Police") == true then guiSetVisible(wnd,true) showCursor(true) guiSetInputEnabled(true) putPlayers() end end end ) El bindkey si está definido.
joaquifs Posted May 10, 2014 Author Posted May 10, 2014 si pero no abre el panel y tampoco se como cambiarlo a comando para lograr que funcione
Tomas Posted May 10, 2014 Posted May 10, 2014 addCommandHandler("elcomanditosexycomoyo", function () if guiGetVisible(wnd) then guiSetVisible(wnd,false) showCursor(false) guiSetInputEnabled(false) resetINFO() else if getElementData(localPlayer,"Police") == true then guiSetVisible(wnd,true) showCursor(true) guiSetInputEnabled(true) putPlayers() end end end )
joaquifs Posted May 10, 2014 Author Posted May 10, 2014 dale luego lo pruebo por que ahora estoy en el celular, Gracias
Recommended Posts