| [Skrypt] Straszna Lalka - Kontrola nad innymi Graczami |
| « Citoyen » 1467210840000
| 0 | ||
| Jak to zrobić? |
| « Censeur » 1467225480000
| 0 | ||
limoneka123 a dit : To nie zmienia grafiki ani dźwięku. Spokojnie |
| 0 | ||
| Mi to nie działa :/ |
| « Citoyen » 1467714840000
| 0 | ||
| Nie działa chociaż jestem szefem w plemieniu jestem 1 na mapce i nie działa |
| « Sénateur » 1467715800000
| 0 | ||
kamilxior a dit : No jak jesteś sam w chatce to raczej nie dziwne, że nie działa |
| « Citoyen » 1467893700000
| 0 | ||
| mam pytanie mi dziala, pisze w #lua ze wszystko dobze, ale gdzie jest ta lalka bo nie widze EDIT: dziala Dernière modification le 1467894060000 |
| « Citoyen » 1467999000000
| 0 | ||
| fajne XDDDD ubaw z znajomymi mamy |
| « Citoyen » 1468063500000
| 0 | ||
| mozna kazać lalce latać xDDDDDDDD |
| 1468147800000
| | ||
| [Modéré par Mesmera, raison : potrójne] |
| 1468151760000
| | ||
| [Modéré par Mesmera, raison : potrójne] |
| « Citoyen » 1468159800000
| 0 | ||
| ej można też zrobić tak żeby ja był lalką i kierującym wiecie o tym? wystarczy wpisać coś takiego jestem słaby z lua ale to zauważyłem patrzcie -- tłumaczenie Pl: Theqxd -- Insert your victim's name (person who you would like to move) here without removing the quotation marks. doll= "mój nick" -- Insert YOUR name here without removing the quotation marks. god = "mój nick" -- That's it! Done! You can now run the script and troll people! ------------------------------------------------------------------------------------------------------ ------------------------------------------------------------------------------------------------------ ------------------------------------------------------------------------------------------------------ ----NIE edytować poniższego kodu,chyba że jesteś programistą,w przeciwnym razie prawdopodobnie nie będzie on działać.------ ------------------------------------------------------------------------------------------------------ ------------------------------------------------------------------------------------------------------ ------------------------------------------------------------------------------------------------------ -- Binding the keyboard for god(you) -- 73 is I, the key for Up. -- 75 is K, the key for Down -- 74 is J, the key for Left. -- 76 is L, the key for Right. for name in pairs(tfm.get.room.playerList) do -- Instead of binding each key seperately, we put them all in a group. for keys, k in pairs({73, 74, 75, 76}) do --And now the keys are binded! tfm.exec.bindKeyboard(god, k, true, true) end end -- Listening for keyboard events. -- You'll notice that move values are different because it makes the doll easier to control. function eventKeyboard(god, key, down, x, y) if key == 73 then --Moves the player Up by 50 pixels tfm.exec.movePlayer(doll, 0, 0, true, 0, -50, false) elseif key == 75 then -- Moves the player Down by 40pixels tfm.exec.movePlayer(doll, 0, 0, true, 0, 40, false) elseif key == 74 then -- Moves the player Left by 40 pixels tfm.exec.movePlayer(doll, 0, 0, true, -40, 0, false) elseif key == 76 then -- Moves the player Right by 40 pixels tfm.exec.movePlayer(doll, 0, 0, true, 40, 0, false) end end -- Prints out you your doll only to you. print("<font color='#FFFF00'>"..doll.."<font color='#FFFF00'> is now your doll!") |
| « Citoyen » 1468306620000
| 0 | ||
| Nie ogarniam tego skryptu... Wystarczy wpisać doll="nick gracza" i god="nick gracza"? Bo serio, nie ogarniam tego. |
| « Consul » 1468330860000
| 0 | ||
riffittia a dit : Doll jest to osoba sterowana przez goda (osoba która steruje) |
| « Citoyen » 1469212560000
| 0 | ||
| Podobno trzeba mieć jakieś uprawnienia w plemku... Temu komu nie działa ma za małą range |
| « Consul » 1469214540000
| 0 | ||
| Tak trzeba mieć: Może wczytywać mapy (/np @kod) |
| « Citoyen » 1469734320000
| 0 | ||
| Sorka, że pytam, ale totalnie nie znam się na używaniu kodów. Gdzie i jak trzeba to wpisać? |
| « Consul » 1469734440000
| 0 | ||
olmysz a dit : Wpisujesz na czacie /lua i Tobie wyskoczy takie okienko i tam wpisujesz. ^^ +Tutaj masz poradnik: Klik. |
| « Citoyen » 1470597300000
| 0 | ||
| jaki kod trzeba wpisać???? kombinuje i kombinuje ale niewięm jaki kod |
| « Consul » 1470597480000
| 0 | ||
limoneka123 a dit : -- tłumaczenie Pl: Theqxd doll= "Twoja_Lalka" god = "Limoneka123" ------------------------------------------------------------------------------------------------------ ------------------------------------------------------------------------------------------------------ ------------------------------------------------------------------------------------------------------ ----NIE edytować poniższego kodu,chyba że jesteś programistą,w przeciwnym razie prawdopodobnie nie będzie on działać.------ ------------------------------------------------------------------------------------------------------ ------------------------------------------------------------------------------------------------------ ------------------------------------------------------------------------------------------------------ -- Binding the keyboard for god(you) -- 73 is I, the key for Up. -- 75 is K, the key for Down -- 74 is J, the key for Left. -- 76 is L, the key for Right. for name in pairs(tfm.get.room.playerList) do -- Instead of binding each key seperately, we put them all in a group. for keys, k in pairs({73, 74, 75, 76}) do --And now the keys are binded! tfm.exec.bindKeyboard(god, k, true, true) end end -- Listening for keyboard events. -- You'll notice that move values are different because it makes the doll easier to control. function eventKeyboard(god, key, down, x, y) if key == 73 then --Moves the player Up by 50 pixels tfm.exec.movePlayer(doll, 0, 0, true, 0, -50, false) elseif key == 75 then -- Moves the player Down by 40pixels tfm.exec.movePlayer(doll, 0, 0, true, 0, 40, false) elseif key == 74 then -- Moves the player Left by 40 pixels tfm.exec.movePlayer(doll, 0, 0, true, -40, 0, false) elseif key == 76 then -- Moves the player Right by 40 pixels tfm.exec.movePlayer(doll, 0, 0, true, 40, 0, false) end end -- Prints out you your doll only to you. print("<font color='#FFFF00'>"..doll.."<font color='#FFFF00'> is now your doll!") |
| « Citoyen » 1470597600000
| 0 | ||
| przepraszam ale jestem nie kumata który mam wpisać to wszystko? |