Jump to content

Search the Community

Showing results for tags 'bind'.

  • Search By Tags

    • bind ×
    Type tags separated by commas.
  • Search By Author

Content Type



Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Found 8 results

  1. Hello everyone, I would like to know how I could enable bind spamming as it was done in the old mta servers, I am creating a new server and I need help to enable bind spamming, since currently it is not possible because the server blocks it
  2. Estou tentando colocar a opção de mudar a tecla em um shared mas nao estou conseguindo
  3. Estava fazendo um sistema que em uma parte dele seria preciso utilizar uma bind dentro de um marker para criar um veiculo. Fiz tudo certo, porém, fiz no client-side e acabei sabendo que veículos criados no client-side serviriam apenas para "enfeite", tentei então aprender a como fazer bind no server...
  4. Estou fazendo um sistema que ao passar pelo marker e apertar "e", spawnaria um veiculo, porem esta spawnando 2 veiculos (quando aperta e quando solta a tecla), mas queria que spawnasse apenas quando apertasse. O código esta assim: local g1 = createMarker (1517.796, -694.59, 92.00, "cylinde...
  5. Client.lua: function processLockUnlock(vehicle) if vehicle then local vehicleID = tonumber(getElementData(vehicle, "veh:id")) or -1 local vehFaction = tonumber(getElementData(vehicle, "veh:faction")) or 0 local vehOwner = tonumber(getElementData(vehicle, "veh:owner")) or -1 local vehJob...
  6. Preciso de ajuda para transferir um texto copiado para um lugar em específico No servidor drift paradise, há um sistema que pode escrever no carro com fontes, porém eu quero colar um texto que copiei (não grande, só de umas 2 palavras) só que não consigo de jeito nenhum, alguém sabe se tem...
  7. I need a help from the community, it is possible to prevent a player from using a specific bind, such as crouching on the mouse1, if possible, how to do it. Many players take advantage of bugs because of this, I wanted the player to be kicked when entering with bind or to take kick when to configure...
  8. Hello guys, I tried to bind escape to my function in 2 ways. (the function is working tried with other buttons) The first was bindKey but when I use it its not binding escape but all other buttons. When I use the event onClientKey escape is working but not correctly. When I press it the first t...
×
×
  • Create New...