Jump to content

Tekken

Helpers
  • Posts

    1,423
  • Joined

  • Last visited

  • Days Won

    19

Everything posted by Tekken

  1. ´Microfonul’ (voip) in MTA nu este genial doar asa ca fapt divers.
  2. This may go to client issues section: https://forum.multitheftauto.com/forum/83-client/
  3. getPedOcupiedVehicle(); warpPedIntoVehicle()
  4. We can’t see your script.
  5. You are trying to get the parent of a parent witch is kind of weird try replacing the line 453 with this local colshape = getElementParent(source) or "wrong"; Also you may want to outputChatBox(colshape) So we can see if that helps or not.
  6. If a parent is invisible, all its children will be also, so you will have to do it other way, like making the label without a parent and just to be in the same place.
  7. "onPlayerDamage" cancelEvent()
  8. Leaked means someone put them online without the acceptation of the author.
  9. This is not a leaked script, may we see the code? With the lines that throw this errors?
  10. Well you can try putting a ped in the train and check when the ped hits the marker and do whatever you want to do?
  11. If I recall correctly you can’t, I might be wrong tho. To be sure check mtaserver.conf you have about 4 settings for voice. PS: my bad you can using setSoundVolume function.
  12. I don’t get it, what do you mean?
  13. Tekken

    Help

    Try (getaa or 0) instead of simply getaa
  14. You’re welcome Note, if you create an object clientside only the local player will see it, that’s good to know, this rule applies to many other functions
  15. Well you can do it serverside, you can name the xml node using player account name
  16. This should only be mande serverside Nothing client side
  17. Well you’d have to delete them just before loading them like for i,v in ipairs(getElementsByType("object")) do destroyElement(v) end You may want to check if the object has an element data to be sure you’re destroying the right ones.
  18. You have to create a database SQL or XML will work.
×
×
  • Create New...