Jump to content

Bloque b


eldelahoz

Recommended Posts

Proba asi

function unbind() 
unbindKey ( source, "b", "down" ) 
end 
addEventHandler ( "onVehicleEnter", getRootElement(), unbind ) 
  
function bind() 
bindKey ( source, "b", "down" ) 
end 
addEventHandler ( "onVehicleExit", getRootElement(), bind ) 

Link to comment
  • Recently Browsing   0 members

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