Jump to content

Prox69

Members
  • Posts

    6
  • Joined

  • Last visited

Everything posted by Prox69

  1. 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)
  2. how can I contact you, your discord username dose not seems to wrok add me Pr0x#3820
  3. 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)
  4. 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...