Jump to content

Prox69

Members
  • Posts

    12
  • Joined

  • Last visited

  • Days Won

    1

Prox69 last won the day on July 19 2024

Prox69 had the most liked content!

Details

  • Gang
    Boom+shaka+Laka
  • Location
    Saudi+Arabia+2
  • Occupation
    smoke
  • Interests
    Cyber,+gaming,+programming,+juggling,++18+stuff

Recent Profile Visitors

3,657 profile views

Prox69's Achievements

Square

Square (6/54)

2

Reputation

  1. I need an experience developer to work in my server to create multi game modes server Should be able to code with databases we used mySql Should be able to code with CEF Coding logic of multi games with Lua Discord: proxy99
  2. the issue with the function itself it is no longer works https://wiki.multitheftauto.com/wiki/SetVehicleDirtLevel
  3. https://wiki.multitheftauto.com/wiki/CEF_Tutorial#Lua_<==>_Javascript_communication
  4. what about the theTarget have you pass it type in the console debugscript 3 to see the errors here is another exmaple have a look local ped = createPed(0, 0, 0, 5) function TestFollow() setPedFollow(ped, localPlayer) end addEventHandler("onClientRender", root, TestFollow)
  5. how can I contact you, your discord username dose not seems to wrok add me Pr0x#3820
  6. get the vehicles then set the data in your script the the code down is client side , I did not try server side it has different values for third argment . https://wiki.multitheftauto.com/wiki/SetElementData --client side --to enable setElementData (vehicle, 'race.collideothers', 1 ,true) --to disabled -- setElementData (vehicle, 'race.collideothers', 0 ,true)
  7. get the vehicles then set the data in your script --to enable setElementData (vehicle, 'race.collideothers', 1 ,true) --to disabled -- setElementData (vehicle, 'race.collideothers', 0 ,true)
×
×
  • Create New...