Jump to content

Castillo

Retired Staff
  • Posts

    21,935
  • Joined

  • Last visited

  • Days Won

    6

Everything posted by Castillo

  1. I'm glad you figured it out, what was the problem? someone else might have a similar problem, and this could help.
  2. Then, you have to change "targetPlayer" to "thePlayer".
  3. In the script you posted, you are using two different player variables, one "thePlayer", and the other "targetPlayer", which one is the real one? can you post the complete code?
  4. I would store the color to be drawn with when you insert the player in the table.
  5. That's because the client side takes longer to load, so the server is triggering a non-existent event.
  6. "< 13" what? how do you define if someone is "new"? do you want to use his online time to define it?
  7. They already placed a whitelist system, the scripts can request pages and the client has to allow or not if he wants to see them.
  8. I thought the same as you, but then I read this part: Doesn't that mean he can sell something using the YouTube API? because he's not selling the API itself, but a script which makes use of it.
  9. Well, it would be nice to have it, if it's possible and not too much of a mess to add such function.
  10. I was wondering, is it somehow possible to make a function/argument to force the browser to act like if it was being used in a mobile device? such as a phone, it could help with creating youtube, etc on a small interface ( such as a phone script ).
  11. You are enabling the ability to kill your team mates, not disabling it.
  12. You're welcome. By the way, this was the first and last time you get help from me, I really don't like people who delete the code after they got helped, as it could help someone with a similar problem.
  13. https://community.multitheftauto.com/in ... ils&id=823 That's the only one I found.
  14. Why are you trying to send the message on the client? that'll output it to the person who's data you are trying to obtain, not the person who used the command.
  15. That's because you are using "ipairs" in your for-loop, you have to use "pairs" like in the wiki example. "ipairs" is used for numeric indexed tables, that table isn't. Simply change "ipairs" to "pairs".
  16. They just don't have collisions, you would need to edit the object and add the missing collisions ( I don't know anything related to modding ), then replace the object using the engine functions.
  17. Some objects don't have collisions, which makes it impossible to interact with them.
  18. That's hardly a modshop, which is where you mod the vehicle for money.
  19. getPedBonePosition has a image with all the bone IDs.
  20. That modshop doesn't modify performance ( handling ).
×
×
  • Create New...