Jump to content
  • Sign Up

Archived

This topic is now archived and is closed to further replies.

  • 0
Corewalker

I tried to /pcompile venklib but it shows an error

Question

7 answers to this question

Recommended Posts

1 hour ago, MESYETI said:

nobody will help you unless you show what the error was

its in spanish so you won't understand it 馃槙

Share this post


Link to post
1 minute ago, Corewalker said:

its in spanish so you won't understand it 馃槙

im not the only other person on this forum

Share this post


Link to post

change the language of your compooper and then let us see the error if youre so mad about spanish language impacting ur bug report or whatever the fuck sorry I cant' contain myself im sleeping rn yawwwnnnn aughhh hello my name is quandale dingle

Share this post


Link to post
2 hours ago, Corewalker said:

idk what is happening please i need help, when i try to /pcompile VenkLib it shows me a error

Anyways this is the error聽聽Error #CS1061 on line 461 - 'MCGalaxy.Player' no contiene una definici贸n de 'ConvertBlock' ni se encontr贸 ning煤n m茅todo de extensi贸n 'ConvertBlock' que acepte un primer argumento de tipo 'MCGalaxy.Player' (驴falta una directiva using o una referencia de ensamblado?)
[5:28:40 p.聽m.] Error #CS1061 on line 462 - 'MCGalaxy.Player' no contiene una definici贸n de 'hasExtBlocks' ni se encontr贸 ning煤n m茅todo de extensi贸n 'hasExtBlocks' que acepte un primer argumento de tipo 'MCGalaxy.Player' (驴falta una directiva using o una referencia de ensamblado?)
[5:28:40 p.聽m.] Compilation error. See logs/errors/compiler.log for more information

Share this post


Link to post

On lines 461-462 replace

BlockID raw = p.ConvertBlock(block);
p.Send(Packet.HoldThis(raw, locked, p.hasExtBlocks));

with

if (!p.Session.SendHoldThis(block, locked)) 
{
    p.Message("Your client doesn't support changing your held block.");
}

Share this post


Link to post

thx

1 minute ago, UnknownShadow200 said:

On lines 461-462 replace


BlockID raw = p.ConvertBlock(block);
p.Send(Packet.HoldThis(raw, locked, p.hasExtBlocks));

with


if (!p.Session.SendHoldThis(block, locked)) 
{
    p.Message("Your client doesn't support changing your held block.");
}

thx for the reply 馃槃

Share this post


Link to post

×
×
  • Create New...