![]() ![]() |
![]() ![]() « Citoyen » 1383347940000
| 0 | ||
Animjarcanin a dit : Some object types like bomb are not synced. So while the position appears to change client side, it will always stay the same on the server side. |
![]() ![]() « Citoyen » 1383348180000
| 0 | ||
Animjarcanin a dit : You could consider using another object type like ball. |
0 | ||
Do you need to be 18+ to be a coder/lua tester? |
![]() ![]() « Citoyen » 1383409620000
| 0 | ||
Magicalorb a dit : You mean a lua tester? As I remember, no. |
![]() ![]() « Citoyen » 1383410940000
| 0 | ||
Magicalorb a dit : I suppose you're talking about a Lua Tester? No. You just need to be able to have experience. Personally I don't find a big use of being a Lua Tester other than helping since you're able to test your own code in your Tribe House if you have permission. |
![]() ![]() « Citoyen » 1383419520000
| 0 | ||
Hi, I made a script which asks a question to all mice in the room and checks how many mice answered yes, then does an action depending on how many mice answered yes (in this case, half or more). So it's working so far but I have a problem, if someone is afk or just not bothered to answer the question none of the actions are done so what I need added to the script is a way that if someone doesn't answer in X amount of time their answer becomes nil. a dit : . |
![]() ![]() « Citoyen » 1383421260000
| 0 | ||
Sandermr a dit : It would be quite hard since if you arent a Lua Team member you cant use timers, but you could use eventLoop and variables. eventLoop happens every .5 sec so once a variable reaches 30 when you add 1 to it each time it will equal one minute. |
0 | ||
Sandermr a dit : a dit : i don't see a variable for a mouse' answer..? |
![]() ![]() « Citoyen » 1383481200000
| 0 | ||
Issey a dit : Sandermr a dit : . |
![]() ![]() « Citoyen » 1383485820000
| 0 | ||
How can we use time with eventLoop(t ,tr) fonction for example i have : function eventLoop() for i=1,1 do tfm.exec.addShamanObject(0, 400, 200) end Please ? |
![]() ![]() « Citoyen » 1383486060000
| 0 | ||
Abdeltif a dit : A timer? |
![]() ![]() « Citoyen » 1383486060000
| 0 | ||
Fluffyshine a dit : No A delay of 5 sc |
0 | ||
How to use tfm.exec.get.room.playerList.playerName = Zzmacth? |
![]() ![]() « Censeur » 1383491400000
| 0 | ||
Zzmacth a dit : tfm.exec.get.room.playerList[name] Add any [name] that exists in the room. |
0 | ||
Safwanrockz a dit : Error, this script doesn't work here. :'c |
![]() ![]() « Consul » 1383492840000
| 0 | ||
Zzmacth a dit : What exact code are you trying to run? |
0 | ||
Shamousey a dit : I need a code that identifies if I'm in the room, then print some information. |