| |
| « Sénateur » 1522582560000
| 0 | ||
Vekout 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 local textAreaWIDTH = 100 Dernière modification le 1522582740000 |
| « Citoyen » 1522699020000
| 0 | ||
Bolodefchoco a dit : interesting! Dernière modification le 1522699080000 |
| « Citoyen » 1522704600000
| 0 | ||
| I want a script that rains lava in 30 secounds Dernière modification le 1522705680000 |
| « Citoyen » 1522705620000
| 0 | ||
Bolodefchoco a dit : Thanks bro, but, if i want to do more than one TextArea in different positions, I need to do a function for each one? |
| 0 | ||
Shianinja 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 local currentTime = 0 |
| « Citoyen » 1522706640000
| 1 | ||
Shianinja a dit : Onkei a dit : tank's <3 your avatar is beautiful |
| « Sénateur » 1522718280000
| 0 | ||
Vekout a dit : so you'll need to make textarea an object. ask it and i can try something :P |
| « Citoyen » 1522746480000
| 0 | ||
| I need several TextArea that will appeared anywhere on the map (separated) and when my mouse "touch some textArea" give me the cheese. Please |
| « Sénateur » 1522755060000
| 0 | ||
Vekout a dit : I already answered you......... |
| 0 | ||
Vekout 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 local textareaCoords = {} |
| « Citoyen » 1522783860000
| 0 | ||
Bolodefchoco a dit : I know you from somewhere haha. |
| « Citoyen » 1522786560000
| 0 | ||
Onkei a dit : Can I ask for another script? |
| « Citoyen » 1522786860000
| 0 | ||
Onkei a dit : Thanks man, but can you make the coordinates not so exact? i mean, if my mouse is 10 cm away from the textArea that gives me cheese, or some parameters to modify the radius |
| 0 | ||
Vekout a dit : This should do the trick :P 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 local textareaCoords = {} Shianinja a dit : You can just keep posting your requests in the thread and I'll get to them eventually lol |
| « Citoyen » 1522823160000
| 0 | ||
| Is it possible that the random person that got teleported example code : Code Lua 1 2 3 4 5 6 players = {}And yes, this is a new account |
| 0 | ||
Overjoy06 a dit : The ui.addTextArea method has an argument that you can specify which player can see the textArea. If a name is given, only that player can see the textArea, nil if you want everyone to see it. In this case, randomPlayer is feeded into the method as the argument, so only the randomly selected player can see the textArea. Code Lua 1 2 3 4 5 6 7 8 9 10 players = {} |
| « Citoyen » 1522914000000
| 0 | ||
| thanks |
| « Citoyen » 1523222580000
| 0 | ||
| Example of a !p [username] function? |
| « Sénateur » 1523229480000
| 1 | ||
Fuzzyfirsdog a dit : Code Lua 1 2 3 4 5 6 eventChatCommand = function(n, c) |
| « Citoyen » 1523236440000
| 0 | ||
| Thanks ^ |