| |
| « Sénateur » 1516477140000
| 0 | ||
| You can whisper me ingame too, so I can help you faster :D What is not working? |
| « Citoyen » 1516477980000
| 0 | ||
| Okay, ill do so |
| « Citoyen » 1516478940000
| 0 | ||
| So for the module script, how do i make a map randomiser? And everytime the timer finishes, the map changes |
| « Sénateur » 1516487160000
| 0 | ||
Borntolol a dit : 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 maps = {5519723, 3189221, 1837313, 1238132} -- Put the map codes between the { }, without the "@"Dernière modification le 1516488300000 |
| « Citoyen » 1516488120000
| 0 | ||
| How would i do that but there is no shaman and the map changes when the time runs out or theres no mice left alive |
| « Citoyen » 1516489080000
| 0 | ||
| This is my current code so far... Do you have any idea why the map keeps resetting after 5 mice have been reached? 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 75 76 countMice = function() Dernière modification le 1516489680000 |
| « Sénateur » 1516490580000
| 0 | ||
| 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 countMice = function(alive) Dernière modification le 1516492380000 |
| « Citoyen » 1516528620000
| 0 | ||
| Checkpoint in the map please |
| « Sénateur » 1516543260000
| 0 | ||
Hackinnzkt a dit : A shortcut is to use /module hardcamp and the command !checkpoint, but 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 info = {} |
| « Citoyen » 1516601340000
| 0 | ||
Bolodefchoco a dit : It's fine, but i forgot to say: Checkpoint like a bootcamp... |
| « Sénateur » 1516629720000
| 0 | ||
Hackinnzkt a dit : It works perfectly in any script. If you want no shaman, just add tfm.exec.disableAutoShaman() in the last line ^_^ You may want to play hardcamp, that is what you need. /room *#hardcamp0@Hackinnzkt
Dernière modification le 1516629780000 |
| « Citoyen » 1516640160000
| 0 | ||
| Hey, is there a limit to the tfm.exec.addPhysicObject ? Because everytime I add a lot of physic objects with a for loop there is many grounds that are not added, and what's worse is that I can't use the tfm.exec.removePhysicObject when I reach the limit. Can someone tell me why is this? |
| « Sénateur » 1516643400000
| 0 | ||
Heniyengui a dit : I don't think so. Are you updating the IDs? For example Code Lua 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 start = false Dernière modification le 1516643460000 |
| « Citoyen » 1516644180000
| 0 | ||
Bolodefchoco a dit : Yes, I am sure I am updating the IDS, I even tried a new script to test. Code Lua 1 2 3 4 5 6 7 8 9 10 11 12 local a = 0 |
| « Sénateur » 1516645740000
| 0 | ||
Heniyengui a dit : Yeah looks like the limit is 488 :c I didn't know that btw i can remove them Code Lua 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 local a = 0 Dernière modification le 1516646220000 |
| « Citoyen » 1516658460000
| 0 | ||
| is it possible to get the list of grounds in the map? as well as their propreties? |
| « Sénateur » 1516659300000
| 0 | ||
Heniyengui a dit : 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 string.split = function(str, pattern, f) |
| « Citoyen » 1517129640000
| 0 | ||
| Hey, how do you make a script like this : When you click a message it will activates a map. Thanks if you know it, and told me ^_^ |
| « Citoyen » 1517134740000
| 0 | ||
| Jesus how long has this been? |
| « Sénateur » 1517146680000
| 0 | ||
Overjoy06 a dit : Code Lua 1 2 3 4 system.bindMouse("Overjoy06", true) Overjoy06 a dit : be patient next time, we also sleep, eat, watch stuff and we are not really obligated to answer you all in 5 minutes :/ |