Do you think I could just leave this part blank and it'd be okay? We're just going to replace the whole thing with a header image anyway, right?
You are not logged in.
Pages: 1
Topic closed
Hi, so the code I usually use don't work anymore. Well, pretty much all code I have tried fails. Can't put crowns anymore? Is this server-related? Help please?
conn.Send(worldKey, 0, xCrown, yCrown, 5);
Offline
Hi, so the code I usually use don't work anymore. Well, pretty much all code I have tried fails. Can't put crowns anymore? Is this server-related? Help please?
conn.Send(worldKey, 0, xCrown, yCrown, 5);
try
conn.Send(worldKey, new object[] { 2, xCrown, yCrown, 5 });
Offline
Psychocrysma wrote:Hi, so the code I usually use don't work anymore. Well, pretty much all code I have tried fails. Can't put crowns anymore? Is this server-related? Help please?
conn.Send(worldKey, 0, xCrown, yCrown, 5);
try
conn.Send(worldKey, new object[] { 2, xCrown, yCrown, 5 });
why new object, why layer 2?
its still layer,x,y,bid iirc
if you can read this....good for you
Offline
It's okay. I just switched to something else. Thanks.
Offline
Thread locked on request of owner.
"Sometimes failing a leap of faith is better than inching forward"
- ShinsukeIto
Offline
Pages: 1
Topic closed
[ Started around 1732287529.371 - Generated in 0.082 seconds, 13 queries executed - Memory usage: 1.43 MiB (Peak: 1.55 MiB) ]