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
if (idof > 500 && idof < 1000)
con.Send(worldKey + "fill", idof, 1, worldWidth, worldHeight, worldHeight, worldWidth);
else
con.Send(worldKey + "fill", idof, 0, worldWidth, worldHeight, worldHeight, worldWidth);
Doesn't work.
HELLP
Offline
Offline
if (idof > 500 && idof < 1000) con.Send(worldKey + "fill", idof, 1, worldWidth, worldHeight, worldHeight, worldWidth); else con.Send(worldKey + "fill", idof, 0, worldWidth, worldHeight, worldHeight, worldWidth);
Doesn't work.
HELLP
Try this.
x1 = 1;
y1 = 1;
x2 = worldWidth-2;
y2 = worldHeight-2;
if (idof > 500 && idof < 1000)
con.Send(worldKey + "fill", idof, 1, x1, y1, x2, y2);
else
con.Send(worldKey + "fill", idof, 0, x1, y1, x2, y2);
Just FYI it will not allow you to place the blocks if the blocks you are trying to place are not allowed on the border.
so unless they are allowed you should not try to fill on the border.
Lame!
Offline
IDof would be better because I was confused for a second on what 'idof' was... but meh
thanks zoey aaaaaaaaaaaand thanks latif for the avatar
Offline
Lmao. worldWidth can't be the top left corner and the bottom right corner's X.
Offline
it didnt work halp
!!!1
Offline
This has been removed for now.
Lame!
Offline
This has been removed for now.
D:::
bringzitbaksc
Offline
Pages: 1
[ Started around 1732470248.2614 - Generated in 0.075 seconds, 12 queries executed - Memory usage: 1.46 MiB (Peak: 1.58 MiB) ]