Fake a player riding a horse?

Discussion in 'Plugin Development' started by Samthelord1, Aug 28, 2013.

Thread Status:
Not open for further replies.
  1. Offline

    Samthelord1

    Hi, I want to make it so a player is faked as riding a horse, I've thought about it, but I don't think it's possible, I would kind of like this to utilize the horse jump bar and make a player feel like they're using that, but at the same time, walking around without a horse beneath them, Could I set a player riding a horse (if this is possible) and give invisibility to the horse? Or is there a way to get around it with packets so a player can walk around without looking like they're sitting
     
  2. Offline

    Samthelord1

    hmm, how would I spawn a horse and define it to a variable?
     
  3. Offline

    xTrollxDudex

    Samthelord1
    PHP:
    Horse horse = (Horseworld.spawn(locationHorse.class);
     
  4. Offline

    Samthelord1

    xTrollxDudex yeh I spawned it and made it invis and had player on it, but it wasn't functioning when I set the owner for some reason.
     
Thread Status:
Not open for further replies.

Share This Page