| |
| « Citoyen » 1521123300000
| 0 | ||
| To tell and reveal positive and over are the same guy and please stop doing the little drama to make you look good. Ask decent Q's only. |
| « Citoyen » 1521346620000
| 0 | ||
Koruto a dit : It's my sister asking in the game she's too lazy to talk in real life. Please kill me |
| « Citoyen » 1521944760000
| 0 | ||
| what's wrong with this lua code : Code Lua 1 2 3 4 5 6 7 8 9 10 11 12 function eventTextAreaCallback(id,n,ev) |
| « Sénateur » 1521948660000
| 0 | ||
Overjoy06 a dit : Line 6: "or" should be "for" and "endend" should be "end end" |
| « Citoyen » 1521960600000
| 0 | ||
| thanks |
| « Citoyen » 1522242720000
| 0 | ||
| I need a script that can time how fast you are from spawning to winning. I need it to be atleast at the nearest decisecond preferably to the nearest centisecond. Also instead of from win time make it tell you the time from spawn to reaching a certain place without winning. So from the spawning point once your mouse runs past the x = 500px mark it will say how fast u are to get to 500px from spawning |
| « Consul » 1522317240000
| 3 | ||
| Is there a script in which, for example, if you give a field to a team, that team dies and the opposing team wins and gets cheese? |
| « Sénateur » 1522323360000
| 0 | ||
Dramacorn a dit : Code Lua 1 2 3 4 5 6 7 8 9 10 11 12 13 teamA = {"name", "name"} |
| « Consul » 1522326600000
| 3 | ||
Bolodefchoco a dit : • [15:29] # [*Drama's tribe] Init Error : [string "Regeleroyal#0000.lua"]:5: 'do' expected • [15:29] # [*Drama's tribe] [Regeleroyal#0000] Lua script loaded in 2 ms (4000 max) |
| 0 | ||
Dramacorn a dit : Fixed ^-^ there was "then" instead of "do" in "for" Code Lua 1 2 3 4 5 6 7 8 9 10 11 12 13 teamA = {"name", "name"}Dernière modification le 1522333680000 |
| « Consul » 1522334940000
| 3 | ||
Unlocker001 a dit : I probably forgot to say, I want team B to get the cheese and A team to die when, for example, team B destroys the ground of the team A (eg the team A has a tower made of stone and team B destroys it) |
| « Sénateur » 1522342440000
| 0 | ||
Dramacorn a dit : oh damn, i was in rush >_> sorry As Unlocker said, it's `do`, not `then` ^_^ Dramacorn a dit : You already have a sketch. Try to develop it yourself :P This is really important for learning purposes! |
| « Citoyen » 1522386720000
| 0 | ||
| Can I get the script which is in basket ball . The starting part where u click join and time start , then teams are made that one can you create? |
| « Sénateur » 1522414920000
| 0 | ||
Koruto a dit : #basketball |
| « Citoyen » 1522416300000
| 0 | ||
| Can you make that script . |
| « Consul » 1522430340000
| 3 | ||
Bolodefchoco a dit : But i need for a personal project:( |
| « Citoyen » 1522479720000
| 0 | ||
| Hey guys! I need a textArea that simulates being a cheese, when my mouse "touch the textArea" give me the cheese. Please<3 |
| « Citoyen » 1522479840000
| 0 | ||
Vekout a dit : When I say "touch", I don't mean to click, I mean, the exact coordinates of textarea |
| « Citoyen » 1522482960000
| 0 | ||
| Code Lua 1 2 3 function eventTextAreaCallback(textAreaID, playerName, callback) Try this |