| |
| 0 | ||
piviw a dit : Code Lua 1 2 3 4 5 6 7 8 9 10 11 12 13 local keys = {l = 76, p = 80} |
| « Censeur » 1483372140000
| 0 | ||
piviw a dit : Code Lua 1 2 3 4 5 6 7 8 9 10 11 12 13 14 function eventNewPlayer(n) |
| « Consul » 1483522200000
| 0 | ||
| Which is the ID for that emotion with dice? |
| 0 | ||
dramatotala a dit : Isn't id with dice. Dernière modification le 1483535040000 |
| « Consul » 1483608240000
| 0 | ||
| There are some scripts that when you click on something to show a random number (like one from 1-6) when the 2nd time you will be shown another number?? |
| 0 | ||
dramatotala a dit : Code Lua 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 local player = "Dramatotala" |
| « Citoyen » 1483636740000
| 0 | ||
| I need a script so people who add certain songs be put in queue (something like on music1), and the songs be played in the order they were added. So basically the same script from music1 please (And also a command for the admin to skip a video using !skip or something) Dernière modification le 1483636860000 |
| « Consul » 1483637400000
| 0 | ||
Krymster a dit : There isn't function which change music/set music. |
| « Citoyen » 1483927320000
| 0 | ||
| Is it possible to hide someones username? |
| « Consul » 1483986000000
| 0 | ||
coolilagamer a dit : Unfortunately not with a conventional method - you have to get creative in some way:
|
| « Citoyen » 1484017680000
| 0 | ||
Shamousey a dit : Ok, but tysm anyway ^-^ |
| « Citoyen » 1484139540000
| 0 | ||
| Can someone give me Hide'n'seek minigame script? |
| « Citoyen » 1484499600000
| 0 | ||
| Can someone give me dual shaman script? (Like #fight) |
| 0 | ||
Kuyrukcuxd a dit : Script Code Lua 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 quantity=2 Dernière modification le 1484507220000 |
| « Citoyen » 1484505960000
| 0 | ||
Rkubi a dit : "only shamans can live" is it possible? |
| 0 | ||
Kuyrukcuxd 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 function eventNewGame() |
| « Citoyen » 1484759700000
| 0 | ||
| Please? What is the error? Thx Code Lua 1 2 3 4 5 6 7 8 9 10 11 12 13 14 autoNewGame = 1 |
| 0 | ||
Dannyiy a dit : Don't really see the point of toggling tfm.exec.disableAutoNewGame, but if u wanna do that then u can't have 2 if statements since autoNewGame will be checked if it's 0, then if it's 0 then it will be changed to 1, then the next if statement checks for autoNewGame==1, and since it's 1 from the previous if statement it will be converted back to 0, making the disabling always false. here's what should work: Code Lua 1 2 3 4 5 6 7 8 9 10 11 12 13 autoNewGame = 1 having "elseif" checks the first condition and then the second condition, but if the first condition is met the second condition is not checked, unlike your previous code where the 2nd condition is also checked. |
| « Consul » 1485266160000
| 0 | ||
| looking for a good script to life bar when you hit the balls, objects and other things shaman to drop you a certain number of 0 to par of life and life is attempted die |