×

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
  • /
  • Modules
  • /
  • [Sript] #Transform
[Sript] #Transform
Hfaundez
« Citoyen »
1383327960000
    • Hfaundez#0000
    • Profil
    • Derniers messages
    • Tribu
#1
  0
Hi ! here one minigame about complete maps to #Transofrm,

---------------------------------------------
You pass maps to the you Transofrm ^^



V 0.2 : News Commands https://paste.moepl.eu/view/9c4b7dd2 Script in Spanish ( ES )
V 0.3 : New Commands [url]https://paste.moepl.eu/view/d85a2a46 [/url] English ( EN )
Mateguti
« Citoyen »
1383328200000
    • Mateguti#0000
    • Profil
    • Derniers messages
    • Tribu
#2
  0
Sript,epic XD
Hfaundez
« Citoyen »
1383328380000
    • Hfaundez#0000
    • Profil
    • Derniers messages
    • Tribu
#3
  0
Mateguti a dit :
Sript,epic XD

Yes :(
Agustinsupre
1383402240000
    • Agustinsupre#0000
    • Profil
    • Derniers messages
    • Tribu
#4
[Modéré par Takumisyn]
Hfaundez
1383415260000
    • Hfaundez#0000
    • Profil
    • Derniers messages
    • Tribu
#5
[Modéré par Takumisyn]
Ruux
1383416160000
    • Ruux#0000
    • Profil
    • Derniers messages
    • Tribu
#6
[Modéré par Takumisyn]
Michealjacki
« Citoyen »
1383477360000
    • Michealjacki#0000
    • Profil
    • Derniers messages
    • Tribu
#7
  0
nice game ._.
Agentzap
« Citoyen »
1383694200000
    • Agentzap#0000
    • Profil
    • Derniers messages
    • Tribu
#8
  0
make in english?
Leafileaf
« Citoyen »
1383727740000
    • Leafileaf#0000
    • Profil
    • Derniers messages
    • Tribu
#9
  0
I don't know why this thing is still open lol, there's barely any information for us.
Justote
« Citoyen »
1383788280000
    • Justote#0000
    • Profil
    • Derniers messages
    • Tribu
#10
  0
What is the room called?
Allemk
« Citoyen »
1384659180000
    • Allemk#0000
    • Profil
    • Derniers messages
#11
  0
um u wrote transofrm u write transform not transofrm
Skinnyfatlegend
« Citoyen »
1384659660000
    • Skinnyfatlegend#2903
    • Profil
    • Derniers messages
    • Tribu
#12
  0
So this is basically transformation maps??

So you want some information huh?

Here's the code in EN (including info!)

Hello! Welcome to Transform! Transformation maps are played while you and your friends fool around. It's not just that! We also added a few special features in the game("we" as in the dev)

Code a dit :

print '<r> Welcome to #Transform '




local maps = {200,201,202,203,204,205,206,207,208,209,210}
ui.addPopup (1,0,"Welcome to <b>#Transform</b>. <br><p align='center'><font size='20'><b><font face='Soopafresh'>Commands:</font></b><br></font><font size='15'></br> <br><font color='#BABD2F'>!mort, !cheese, !snow</font> = Kills you, Gives you cheese, Makes it snow</br> <br><font color='#BABD2F'>", nil, 250, 100, 300); function main()
tfm.exec.disableAutoNewGame(true)
tfm.exec.disableAutoTimeLeft(true)

system.disableChatCommandDisplay ("cheese", true)
system.disableChatCommandDisplay ("mort", true)

startNewGame()
end

function startNewGame()
tfm.exec.newGame (maps[math.random(#maps)])
end

function eventLoop (t, tr)
if tr <= 0 then
startNewGame()
end
end

function eventPlayerDied (name)
local playersAlive = 0

for _,player in pairs(tfm.get.room.playerList) do
if not player.isDead then
playersAlive = playersAlive + 1
end
end

if playersAlive == 1 then
tfm.exec.setGameTime (10)
elseif playersAlive == 0 then
startNewGame()
end
end

function eventChatCommand (name, command)
if command == "meep" then

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

function eventNewPlayer(name)
for i,key in ipairs({83,40,69,16,8}) do
tfm.exec.bindKeyboard(name,key,true,true)
end
end

elseif command == "random" then

function randomColor()
return "0x" .. string.format("%X", math.random(0x000000, 0xFFFFFF))
end

function eventLoop (currentTime, timeRemaining)
for i=1,100 do
for p,_ in pairs(tfm.get.room.playerList) do
tfm.exec.setNameColor(p, randomColor());
end
end
end

elseif command == "mort" then
tfm.exec.killPlayer (name)
elseif command == "snow" then
tfm.exec.snow()
elseif command=="cheese" then
tfm.exec.giveCheese(name)
end
end




main()

Enjoy ^-^
Fussbet
1426382220000
    • Fussbet#0000
    • Profil
    • Derniers messages
    • Tribu
#13
[Modéré par Sabusha]
Fussbet
1426384020000
    • Fussbet#0000
    • Profil
    • Derniers messages
    • Tribu
#14
[Modéré par Sabusha]
Fussbet
1426384140000
    • Fussbet#0000
    • Profil
    • Derniers messages
    • Tribu
#15
[Modéré par Sabusha]
Ratcrisis
« Citoyen »
1426424160000
    • Ratcrisis#9914
    • Profil
    • Derniers messages
#16
  0
None of the scrips i try are working!Why is that?>! :c
Woebegone
« Citoyen »
1426427700000
    • Woebegone#8377
    • Profil
    • Derniers messages
    • Tribu
#17
  0
Qsupermacho a dit :
None of the scrips i try are working!Why is that?>! :c

Lua doesn't work right now
  • Forums
  • /
  • Transformice
  • /
  • Modules
  • /
  • [Sript] #Transform
© Atelier801 2018

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

Version 1.27