×

Langue

Fermer
Atelier 801
  • Forums
  • Dev Tracker
  • Connexion
    • English Français
      Português do Brasil Español
      Türkçe Polski
      Magyar Română
      العربية Skandinavisk
      Nederlands Deutsch
      Bahasa Indonesia Русский
      中文 Filipino
      Lietuvių kalba 日本語
      Suomi עברית
      Italiano Česky
      Hrvatski Slovensky
      Български Latviešu
      Estonian
  • Langue
  • Forums
  • /
  • Transformice
  • /
  • Archives
  • /
  • [Module API] Cereri pentru script-uri
« ‹ 6 / 6
[Module API] Cereri pentru script-uri
Leeiibb
« Citoyen »
1407932880000
    • Leeiibb#0000
    • Profil
    • Derniers messages
    • Tribu
#101
  0
Vreau si eu script de fly si de teleport dar sa nu poata zbura toti doar cei care le scriu eu numele in script
Mariusthewin
« Citoyen »
1407941400000
    • Mariusthewin#0000
    • Profil
    • Derniers messages
#102
  0
Cum fac scriptu cu care pot cotrola soarecii?
Cosmydavid
« Citoyen »
1407942120000
    • Cosmydavid#0000
    • Profil
    • Derniers messages
    • Tribu
#103
  0
Scriptul cu control il am eu , il dau la schimb pe alt script
Leeiibb
« Citoyen »
1407951960000
    • Leeiibb#0000
    • Profil
    • Derniers messages
    • Tribu
#104
  0
imi raspundeti si mie plss
Mariusthewin
« Citoyen »
1408013880000
    • Mariusthewin#0000
    • Profil
    • Derniers messages
#105
  0
Andelota a dit :
Vamprett a dit :
Ti s-a raspuns si pe EN ca aceste fundaluri sunt cam secrete o/

Um, nu sunt asa secrete.Oricine le poate gasii pe un site care unii il stim :)
Eu in ziua aceea cand cautam fundale,mia dat un polonez din trib siteul si am gasit toate scripturile de la fiecare event (2013-2014) .
Daca vreti scripurile/siteul contactatima

vreau eu plz
Mitzaig
« Citoyen »
1408014120000
    • Mitzaig#0000
    • Profil
    • Derniers messages
    • Tribu
#106
  0
Cine imi poate da si mie script ca sa fie o comanda !fly si cand apesi space sa zbori ? :)
Mariusthewin
« Citoyen »
1408022880000
    • Mariusthewin#0000
    • Profil
    • Derniers messages
#107
  0
mitzaig a dit :
Cine imi poate da si mie script ca sa fie o comanda !fly si cand apesi space sa zbori ? :)

na ma mitza ma da sami zici si tu ala de controlare
function eventNewPlayer(name)
tfm.exec.bindKeyboard(name,32,true,true)
end

for name,player in pairs(tfm.get.room.playerList) do
eventNewPlayer(name)
end

function eventKeyboard(name,key,down,x,y)
if key==32 then
tfm.exec.movePlayer(name,0,0,true,0,-50,false)
end
end
Mariusthewin
« Citoyen »
1408094760000
    • Mariusthewin#0000
    • Profil
    • Derniers messages
#108
  0
-- Insert your victim's name (person who you would like to move) here without removing the quotation marks.
doll= "Mariusthewin"

-- Insert YOUR name here without removing the quotation marks.
god = "Mariusthewin"
-- That's it! Done! You can now run the script and troll people!

------------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------------
-----Do NOT edit the following code unless you're a developer, otherwise it probably won't work.------
------------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------------

-- 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!")

script pt control in loc de mariusthewin prima data scrieti numele celui care vreti sal cotrolati si la al doilea pe voi pe j la stanga pe k jos pe l la dreapta pe i sus succes!Daca sunt niste probleme !Daca apar niste probleme anuntatima !!!!!!!!!!

Dernière modification le 1408094940000
Mitzaig
« Citoyen »
1408097700000
    • Mitzaig#0000
    • Profil
    • Derniers messages
    • Tribu
#109
  0
Are cineva un script de banat ? :))
Betaforum
« Citoyen »
1408300860000
    • Betaforum#0000
    • Profil
    • Derniers messages
    • Tribu
#110
  0
Mo
Leeiibb a dit :
celmaimicut a dit :
Care era scripul ala care faceai sa tragi cu sageti?

SE NUMESTE MOD CUPIDON SI PUTEAI FACE SI PLOAIE CU INIMI

Mod cupidon este un script creat de catre betaforum nu este public
Stefyproxd
« Citoyen »
1408391040000
    • Stefyproxd#0000
    • Profil
    • Derniers messages
    • Tribu
#111
  0
Puteţi să'mi daţi un script, de fly, unde să zboare doar un singur şoarece?
Hurricane
« Citoyen »
1408470120000
    • Hurricane#8296
    • Profil
    • Derniers messages
    • Tribu
#112
  0
Vreau si eu scriptul de la eventul 2013 cu hallowenu
mapa aia cu pacanelele care poti sa te joci .
Plz cnv
Panadesoim
« Citoyen »
1408520940000
    • Panadesoim#0000
    • Profil
    • Derniers messages
#113
  0
Vreau si eu un script complet pentru survivor in care sa fie toti samani pe care sa il modific.

Dernière modification le 1408525680000
Andibossul
« Citoyen »
1409559300000
    • Andibossul#0000
    • Profil
    • Derniers messages
    • Tribu
#114
  0
vreau si eu un script de la un event
care o fi
Panadesoim
« Citoyen »
1409562780000
    • Panadesoim#0000
    • Profil
    • Derniers messages
#115
  0
Vreau sa fac un script cu 2 samani si sa se bata! Imi dai scriptul ? Vr sa il edit
Pegasmice
« Citoyen »
1410067440000
    • Pegasmice#0000
    • Profil
    • Derniers messages
#116
  0
Hey....am nevoie de un script in care sa pun bombe cu ID-u obiectelor. (Vreau sa zic..ca in deathmatch...sa arunc cu ghiulele si etc...dar sa pot schimba din cand in cand codul si sa mai arunce si cu cutii/nicovale/scanduri/etc)
2....si cum pun admini pe un script care sa primeasca comenzi speciale gen !fly !kill !win !cheese etc. dar doar ei adminii de pe script
Shinx
« Citoyen »
1410073920000
    • Shinx#4719
    • Profil
    • Derniers messages
    • Tribu
#117
  0
andibossul a dit :
vreau si eu un script de la un event
care o fi

[Galeria] Mapas de Eventos
  • Forums
  • /
  • Transformice
  • /
  • Archives
  • /
  • [Module API] Cereri pentru script-uri
« ‹ 6 / 6
© Atelier801 2018

Equipe Conditions Générales d'Utilisation Politique de Confidentialité Contact

Version 1.27