| |
| 0 | ||
Haytam a dit : Code Lua 1 2 3 4 5 6 7 local text = "" |
| « Citoyen » 1487442660000
| 0 | ||
| Thanks Onkei it's work fine i want another script that add text in chat when game start with yellow color |
| « Consul » 1487449080000
| 0 | ||
Haytam a dit : Since tfm.exec.chatMessage is an restricted function you can use ui.setMapName() or ui.setShamanName() to displays messages. Code Lua 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 local mapNameTimer = 0 |
| « Citoyen » 1487450520000
| 0 | ||
| Saintgio i try what u add but it's nothing happen i set image to show u what i really need ![]() |
| « Consul » 1487454180000
| 0 | ||
Haytam a dit : You can't do it, it is function for Lua Team Members (tfm.exec.chatMessage() ). |
| « Censeur » 1487499900000
| 0 | ||
| I would like to know how to make something like that: when a player types a command, let's say "!example", a shaman object (defined in the code), for example, 1, which is small box. So, basically, when someone types !example, a small box spawns where the player is standing. |
| « Consul » 1487502300000
| 1 | ||
Hypermousem a dit : Code Lua 1 2 3 4 5 6 7 8 9 10 11 12 local id = 1 --Shaman object |
| « Censeur » 1487510280000
| 0 | ||
Saintgio a dit : Thanks! ^^ |
| « Censeur » 1487526600000
| 0 | ||
| I need a script that will allow me to spawn the sham portals anywhere without the portals disappearing. |
| « Censeur » 1487599140000
| 0 | ||
| how can i create a shop and i'm want add points when the player wins |
| 0 | ||
| when i die this respawn me again and this text area apper ![]() |
| 0 | ||
Mmmm123 a dit : This was made for somebody else and is very closely based on Shamousey's shop from a few posts ago 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 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 --[[ Sodokofo a dit : I added a respawn feature that you may not have wanted, so just remove some bits of the code appropriately by yourself if you don't want 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 23 24 25 26 27 28 29 30 local tasks = {} |
| « Censeur » 1487845380000
| 0 | ||
Onkei a dit : Hello my friend can you made shop when the player Win he collect some money ,-, And add this Meep 250 $ Double jump 750 $ Fly 20 seconds 1200 $ Around with mouse 2000 $ And all once in the round And thank you y Onkei - chan |
| 0 | ||
Mmmm123 a dit : This gives the winner (the first player in the hole) 500 coins every round, I'm not sure what you mean by Around with mouse so I didn't add it 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 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 --[[ |
| « Censeur » 1487863020000
| 0 | ||
Onkei a dit : thank you i'm added the around but i'm need when click (h) shot this but he don't very fast and when he touch the mice it's kill mice |
| 0 | ||
| how can i made welcome textarea :p |
| « Citoyen » 1488046860000
| 0 | ||
| Give me script Profile pls? !stats me or !profile me |
| « Citoyen » 1488047100000
| 0 | ||
Unlocker001 a dit : Code Lua 1 2 3 function eventNewPlayer(name) |
| 0 | ||
Fulgermacuin 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 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 77 78 79 local places = 0 Dernière modification le 1488049860000 |
| « Consul » 1488086220000
| 0 | ||
| How can i put more than 1 language in the script Example : !lang en to submit the English language ? |