Jump to content

Cadu12

Retired Staff
  • Posts

    827
  • Joined

  • Last visited

  • Days Won

    1

Cadu12 last won the day on November 29 2022

Cadu12 had the most liked content!

2 Followers

About Cadu12

  • Birthday 22/08/1995

Member Title

  • Retired Staff

Details

  • Location
    Brazil
  • Interests
    Programming

Recent Profile Visitors

2,088 profile views

Cadu12's Achievements

Road Dawg

Road Dawg (33/54)

3

Reputation

  1. Cadu12

    JAVA SDK

    Only works on server-side. C# is happening, its in dev: https://github.com/mta-slipe/slipe-server
  2. veicletestdrive = {} addEvent("testdrive", true) addEventHandler("testdrive", getRootElement(), function(player,veicleid) veicletestdrive[player] = createVehicle(veicleid,-2422.01147, -605.47894, 132.56250) warpPedIntoVehicle(player, veicletestdrive[player]) setTimer(function(player) removePedFromVehicle(player) destroyElement(veicletestdrive[player]) setElementPosition(player, -2412.01294, -596.52393, 132.64844) end, 30000, 1, player) end ) Try this code
  3. Cadu12

    API

    Just for your servers, yes. It is not possible to do it if it is not your servers.
  4. Cadu12

    JAVA SDK

    I created own SDK, you can fork and edit to add more functions GitHub: https://github.com/Cadu12/mtasa-java-sdk Simples: https://github.com/Cadu12/mtasa-java-sdk/tree/master/simple/main/java/br/com/cadu12/simple
  5. setVehicleOverrideLights or setVehicleLightState You can force lighting as off.
  6. Cadu12

    JAVA SDK

    Can you share jsdk script to us? Also you have ml_socket's module(not from official)?
  7. MYSOL ERROR 2006: MySOL server has gone away Looks like it's your database configuration.... This configuration will kill connection when idle time passes or something like that. It is better to first check if the connection is open when inserting, updating or deleting a record.
  8. Cadu12

    JAVA SDK

    What functions do you need?
  9. triggerClientEvent(root,'maps', resourceRoot,MapList)
  10. Então você tem preconceito pessoas com deficiência porque está rindo na minha cara. Sou surdez, e tenho problemas com meu português.
  11. Boa noite! Não tenho tempo em ajudar só vejo posts e excluir se for precisa, é por que estou fazendo um curso bem longe, e estudo de manha também é bem longe. Roots, deixa eu pergunta uma coisa: Por que você está postando que são besteiras? Edit: Isso aí StanleySathler!
  12. Oh... https://wiki.multitheftauto.com/wiki/GetCursorPosition Look at example that I sent you
  13. You can make your own custom event using: getPedTarget
  14. Your code is wrong then. Ontopic: Nice design. Keep up with your projects
×
×
  • Create New...