Jump to content

laifsjo

Members
  • Posts

    50
  • Joined

  • Last visited

Converted

  • Gender
    Undisclosed
  • Location
    The Nether lands

laifsjo's Achievements

Stone Miner

Stone Miner (3/8)

0

Reputation

  1. Thank you, that helped. Problem solved, thank you guys for helping me
  2. okay, i did everything the tutorial did, but now i just dont know one thing, how would i spawn the entity, the only thing that i do, is send the packet to the server through that queu or something, but how do i spawn the entity then? EDIT: i can't spawn the entity because i don't have a world instance. I checked, and i AM on the server side, but when i get an instance of World by typing this: ModLoader.getMinecraftInstance().theWorld; that world instance is still client sided.
  3. thanks for responding, but i read that tutorial, and all i came up with was checking if i'm server side or client side. i was client side, so i have no idea how i would do it
  4. comon guys, can nobody help me out with this? please?
  5. okay, everybody tells me i have to send packets, i already read the tutorial of packets, but i still don't know how to send a packet from client to the server to spawn an entity, could somebody just tell that?
  6. i already read that tutorial, but what i understood of that was that i can check if i'm client or server side. i'm trying to do this in SSP, but i really have no idea how to do it
  7. i tried that, but how do i send that packet, and what do i type to send the packet? i didnt find any tutorials for it
  8. Hello, i got a problem with my mod, i am trying to spawn an entity (like an arrow) by hitting a key. I understand this is client sided, but how can i spawn that entity and get it functioning like it's on the server, because how i'm doing it now, it will spawn the entity, but it cant damage mobs. Can someone help me out?
  9. bump, i really need help with this
  10. But as i said, thats not working, then i will see the block, but when i reload the world it will be disappeared... Thats (i think) caused by the fact that it only places the block server side, because world.isRemote gives me "true" twice
  11. I dont know why that should work? Ill try it
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.