[Module] #PlaceBloc (plagiat Minecraft) |
![]() ![]() « Citoyen » 1401291120000
| 0 | ||
Hi everyone, I'll share a little code that I did! It uses the new functions for placing ground or remove! ![]() Just click on the white dots to place a block and the red dots to delete! To place different block, here are the commands: !type 0 : Wood !type 1 : Ice !type 2 : Trampoline !type 3 : Lava !type 4 : Chocolate !type 5 : Earth !type 6 : Grass !type 7 : Sand !type 8 : Cloude !type 9 : Water !type 10 : Stone !type 11 : Snow !type 12 : Rectangle !type 13 : Circle Code : http://pastebin.com/JU6kRMia Sorry for my bad english, i'm french ! |
0 | ||
hehe seems nice, but the friction makes it annoying i think :p, it should be different from others, i see your working on it, good luck! |
0 | ||
The best script of the new lua function! |
![]() ![]() « Citoyen » 1401302760000
| 0 | ||
Zzmacth a dit : Arber a dit : Thanks ! |
![]() 1401302880000
| | ||
[Modéré par Takumisyn, raison : Spam] |
0 | ||
http://prntscr.com/3nggr3 and.... http://prntscr.com/3nggvz Minigame suggestion: You must to remove the ices to complete the way of the mice. But you can remove only X ices! |
![]() ![]() « Citoyen » 1401312720000
| 0 | ||
|
![]() ![]() « Citoyen » 1401361620000
| 0 | ||
Wow, amazing! Er, why i can stand on water ground? |
![]() ![]() « Citoyen » 1401385680000
| 0 | ||
Mymicemy a dit : bug it needs he/she fix |
0 | ||
Edition BR: Topic-756076 I added new functions! |
![]() ![]() « Citoyen » 1401568740000
| 0 | ||
Bug: If you make a bigger map, I noticed the dots only cover the 800x400 bit (a normal map). |
![]() ![]() « Consul » 1496999520000
| 0 | ||
Nice, I edited a little bit, now it contains invis ground and cobweb ground. Code Lua 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 -- By Nicolasledu |