| |
| « Citoyen » 1525196160000
| 0 | ||
| but i want it to only execute once at the start *-* then therell be a loop after |
| « Sénateur » 1525196700000
| 1 | ||
Borntolol a dit : It does execute only once. Nothing wrong with the code. The problem is that you are using " n " as it was a variable and in your code it's not. :P Use Code Lua 1 2 3 4 5 6 Launcher={["Borntolol#0000"]=true}Dernière modification le 1525196760000 |
| « Citoyen » 1525196880000
| 0 | ||
| okay thanks :d |
| « Citoyen » 1525241160000
| 0 | ||
| Okay ill send you my current code of the game so far and what i need help with through a private message because i dont want others to steal my idea lol |
| « Citoyen » 1526872020000
| 0 | ||
| Can you give me a script that skips between an selection of maps after someone wins, or the time ends? Because I really want to know how deathmatch and such have a really wide selection of maps. (If that is confusing I just want a script that tables you to have different maps a script can go through.) |
| 0 | ||
Steelcookies a dit : Shamousey put together a really useful tutorial ab this already |
| « Citoyen » 1528785540000
| 0 | ||
| you know the module mycity right? im just wondering how do you get teleported to like a new map when you clicked "Go to" above a building |
| « Consul » 1528792680000
| 0 | ||
Overjoy06 a dit : You don't get moved to another map, it's a really big map with everything. I think it uses tfm.exec.movePlayer()? |
| « Consul » 1528801020000
| 0 | ||
Overjoy06 a dit : You can't. It's a trick that he used a map for everything. (: |
| « Sénateur » 1528811220000
| 0 | ||
Overjoy06 a dit : You can make maps with size 999999 loading the XML in lua, for example |
| « Citoyen » 1528851600000
| 0 | ||
| i want many data save example: i have x and y i want x save and y but i can't because I never used it before |
| « Sénateur » 1528854420000
| 0 | ||
| Hard to understand what you need. Can you rewrite it? Ask a friend that speaks english... You can take a player's coordinate using tfm.get.room.playerList[playerName].x and tfm.get.room.playerList[playerName].y |
| « Citoyen » 1528854720000
| 0 | ||
Bolodefchoco a dit : i know this code but i don't want this code i want data saving example: i make a profile code i add kill count and win count player leave room and retry join but not save count i want save this count's |
| « Sénateur » 1528855260000
| 0 | ||
Mutluerkek a dit : Code Lua 1 2 3 4 5 6 7 8 9 10 11 12 -- A table that stores the data of the players Then you can do info["Bolodefchoco#0000"].win = 9999 and, if I leave and rejoin the room, I'll still have 9999. |
| « Citoyen » 1528855500000
| 0 | ||
Bolodefchoco a dit : bro i'm know lua okey ? but i don't know system.savePlayerData(playername, data) this code i can't use two or many save data |
| « Sénateur » 1528911780000
| 0 | ||
Mutluerkek a dit : I'm don't know that you am know What do you want then? system.loadPlayerData and system.savePlayerData. There's nothing to explain |
| « Citoyen » 1528919400000
| 0 | ||
Bolodefchoco a dit : i want make data save system okey ? you understand ? because you not understand me |
| « Consul » 1528922220000
| 0 | ||
Mutluerkek a dit : Explain me what you want in Turkish, I'll contact with Bolo. Also we are not able to use system.loadPlayerData and system.savePlayerData. Dernière modification le 1528922400000 |
| « Citoyen » 1528923000000
| 0 | ||
Honorabilis a dit : tribe lua yes but i making a module |
| « Censeur » 1529661960000
| 0 | ||
| I need a script that will be able to give me some of these following options: 1. Change The grounds to Lava, Trampoline, Chocolate, Wood and Cloud. (make them so i can change them with number) 2. To be able to edit my own height and width of the ground in the script. Dernière modification le 1529662020000 |