Jump to content

Me Pueden Ayudar Con Este Recurso? : police_panel_v1


Recommended Posts

Posted

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 :D

link del recurso (por si acaso) : https://community.multitheftauto.com/ind ... ls&id=9114

[Comunidad L.A]

VPS En Mantenimiento

Servidor De Respaldo:

560x95_0070FF_BFBFBF_000000_00A8FF.png

Posted
  
  
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.

Currently developing for International Gaming Community - Join us!

Posted

si pero no abre el panel y tampoco se como cambiarlo a comando para lograr que funcione :(

[Comunidad L.A]

VPS En Mantenimiento

Servidor De Respaldo:

560x95_0070FF_BFBFBF_000000_00A8FF.png

Posted
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 
    ) 
      

Currently developing for International Gaming Community - Join us!

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...