×

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
  • /
  • zamówienia na kody.
« ‹ 10 / 149 › »
zamówienia na kody.
Szel
« Citoyen »
1389720780000
    • Szel#0000
    • Profil
    • Derniers messages
#181
  0
to co Basterfeild ci dał:
a dit :
function eventChatCommand(playerName, com)
if com == 'help' then
ui.addPopup(1,0,"<font color='#3697ED'>Testowy tekst</font>",playerName,100,100,400)
end
end
Maikeru
« Citoyen »
1389966300000
    • Maikeru#1000
    • Profil
    • Derniers messages
    • Tribu
#182
  0
Prosze o Kod!

1. Będzie on robił, że Losowemy Graczowi Pojawi się Napis: Wygrałeś! (Na Zielono)
2. Na Środku Mapy Pokaże się: Wygrał... (Na Żółto)
I po paru Sekundach (5s) Pojawi się Napis: Wygrał! (Nick Losowego Gracza)! (Na Żółto)
3. Jeszcze Gdy Losowemy Graczowi Pokaże się: Wygrałeś!
Każdemu Pozostałemu Graczu Pojawi się: Przegrałeś! :( (Na Czerwono)

Bardzo Prosze o Kod! Jeśli zostanie Zrobiony już Dziękuje z Góry!
Jeśli coś nie jest Zrozumiałe Proszę Pisać! (Dla Twórców Kodu).
Ouake
« Censeur »
1389994440000
    • Ouake#0000
    • Profil
    • Derniers messages
    • Tribu
#183
  0
a dit :
• Mrmichas:
t=0

has=""..math.random(100,999)
print("<T>Hasło : <VP>"..has)
system.disableChatCommandDisplay(has,true)

function eventChatCommand(nick,komd)
if komd==has then
S=tfm.get.room.playerList[nick]
for i=1,7 do
tfm.exec.displayParticle(13,S.x,S.y-50,math.random(-30,30)/10,math.random(-10,10)/10,0,0,nil)
end
tfm.exec.setNameColor(nick,0xeb1d51)
tfm.exec.bindKeyboard(nick,32,true)
end
end

function eventKeyboard(nick,klaw)
if t==0 then
Niki={}
for nick in pairs(tfm.get.room.playerList) do
table.insert(Niki,nick)
end
t=1
print("<N>Trwa losowanie...")
end
end

function eventLoop()
if t>0 then
t=t+1
end
if t==10 then
ui.addTextArea(1,"<J>Wygrał...",fart,350,150,100)
elseif t==14 then
for nick,stat in pairs(tfm.get.room.playerList) do
ui.addTextArea(0,"<font size='30'><R>Przegrałeś! :(",nick,stat.x-110,stat.y-120)
end
fart=Niki[math.random(#Niki)]
S=tfm.get.room.playerList[fart]
ui.addTextArea(0,"<font size='30'><VP>Wygrałeś!",fart,S.x-80,S.y-120)
ui.addTextArea(1,"<TI><J>Wygrał! <V>"..fart.."<J>!",n,300,150,200)
tfm.exec.setPlayerScore(fart,1,true)
elseif t==18 then
ui.removeTextArea(0)
elseif t==20 then
ui.removeTextArea(1)
t=0
print("<N>Losowanie zakończone.")
end
end

Nie napisałeś kiedy i jak ma być uruchomione, więc najpierw trzeba wpisać hasło i wtedy wdusić spację.
Maikeru
« Citoyen »
1390038000000
    • Maikeru#1000
    • Profil
    • Derniers messages
    • Tribu
#184
  0
Ale Super! *.*
A jak zrobiles po wpisaniu hasla te gwiazdki?
Lisaczek
« Citoyen »
1390038600000
    • Lisaczek#4719
    • Profil
    • Derniers messages
    • Tribu
#185
  0
Prosze o kod ze jak napisze !Ser to mam ser a jak napise !Mora to mam ser w mory
Maikeru
« Citoyen »
1390042320000
    • Maikeru#1000
    • Profil
    • Derniers messages
    • Tribu
#186
  0
Mogl Bym prosic o Kod!

[quote=Prosze o Kod:]Który Będzie robił tak, że Mi, Lilamysz, Dosiaaaxd beda leciec od nas gwiazdki:
Mi: Zielone
Lilamysz: Czerwone
Dosiaaaxd: Zolte[/quote]

Bardzo prosze o Kod!
Aranea
« Consul »
1390057560000
    • Aranea#1648
    • Profil
    • Derniers messages
    • Tribu
#187
  0
Poproszę kod że ja jedyna mogę latać i wchodzić w przedmioty oraz jak nacisnę spację to wyglądam jak prawdziwy przedmiot i jak naciśne gdzieś na mapie mnie tam przyciąga tylko mnie xD
Woterek
« Citoyen »
1390064340000
    • Woterek#0000
    • Profil
    • Derniers messages
    • Tribu
#188
  0
Mrmichas a dit :
Mogl Bym prosic o Kod!
Bardzo prosze o Kod!

kod a dit :
function eventLoop()
for name,player in pairs(tfm.get.room.playerList) do
if name == "Mrmichas" then
tfm.exec.displayParticle(9, player.x, player.y, 0, 0, 0, 0, nil)
tfm.exec.displayParticle(11, player.x, player.y, 0, 0, 0, 0, nil)
tfm.exec.displayParticle(9, player.x, player.y, 1, 0, 0, 0, nil)
tfm.exec.displayParticle(11, player.x, player.y, 1, 0, 0, 0, nil)
tfm.exec.displayParticle(9, player.x, player.y, 0, 1, 0, 0, nil)
tfm.exec.displayParticle(11, player.x, player.y, 0, 1, 0, 0, nil)
tfm.exec.displayParticle(9, player.x, player.y, -1, 0, 0, 0, nil)
tfm.exec.displayParticle(11, player.x, player.y, -1, 0, 0, 0, nil)
tfm.exec.displayParticle(9, player.x, player.y, 0, -1, 0, 0, nil)
tfm.exec.displayParticle(11, player.x, player.y, 0, -1, 0, 0, nil)
elseif name == "Lilamysz" then
tfm.exec.displayParticle(13, player.x, player.y, 0, 0, 0, 0, nil)
tfm.exec.displayParticle(13, player.x, player.y, 1, 0, 0, 0, nil)
tfm.exec.displayParticle(13, player.x, player.y, 0, 1, 0, 0, nil)
tfm.exec.displayParticle(13, player.x, player.y, -1, 0, 0, 0, nil)
tfm.exec.displayParticle(13, player.x, player.y, 0, -1, 0, 0, nil)
elseif name== "Dosiaaaxd" then
tfm.exec.displayParticle(11, player.x, player.y, 0, 0, 0, 0, nil)
tfm.exec.displayParticle(11, player.x, player.y, 1, 0, 0, 0, nil)
tfm.exec.displayParticle(11, player.x, player.y, 0, 1, 0, 0, nil)
tfm.exec.displayParticle(11, player.x, player.y, -1, 0, 0, 0, nil)
tfm.exec.displayParticle(11, player.x, player.y, 0, -1, 0, 0, nil)
end
end
end

.
Maikeru
« Citoyen »
1390064640000
    • Maikeru#1000
    • Profil
    • Derniers messages
    • Tribu
#189
  0
A zielone mogles bys zmienic na niebieskie
A czerwony na czarny!
Woterek
« Citoyen »
1390064880000
    • Woterek#0000
    • Profil
    • Derniers messages
    • Tribu
#190
  0
Mrmichas a dit :
A zielone moglas bys zmienic na niebieskie
A czerwony na czarny!

kod a dit :
function eventLoop()
for name,player in pairs(tfm.get.room.playerList) do
if name == "Mrmichas" then
tfm.exec.displayParticle(9, player.x, player.y, 0, 0, 0, 0, nil)
tfm.exec.displayParticle(9, player.x, player.y, 1, 0, 0, 0, nil)
tfm.exec.displayParticle(9, player.x, player.y, 0, 1, 0, 0, nil)
tfm.exec.displayParticle(9, player.x, player.y, -1, 0, 0, 0, nil)
tfm.exec.displayParticle(9, player.x, player.y, 0, -1, 0, 0, nil)
elseif name == "Lilamysz" then
tfm.exec.displayParticle(13, player.x, player.y, 0, 0, 0, 0, nil)
tfm.exec.displayParticle(13, player.x, player.y, 1, 0, 0, 0, nil)
tfm.exec.displayParticle(13, player.x, player.y, 0, 1, 0, 0, nil)
tfm.exec.displayParticle(13, player.x, player.y, -1, 0, 0, 0, nil)
tfm.exec.displayParticle(13, player.x, player.y, 0, -1, 0, 0, nil)
elseif name== "Dosiaaaxd" then
tfm.exec.displayParticle(11, player.x, player.y, 0, 0, 0, 0, nil)
tfm.exec.displayParticle(11, player.x, player.y, 1, 0, 0, 0, nil)
tfm.exec.displayParticle(11, player.x, player.y, 0, 1, 0, 0, nil)
tfm.exec.displayParticle(11, player.x, player.y, -1, 0, 0, 0, nil)
tfm.exec.displayParticle(11, player.x, player.y, 0, -1, 0, 0, nil)
end
end
end

Zmieniłem zielony na niebieski.
Nie da się zrobić czarnego koloru wiec zostawilem tak jak jest.
Maikeru
1390064880000
    • Maikeru#1000
    • Profil
    • Derniers messages
    • Tribu
#191
[Modéré par Milkycoffee]
Maikeru
« Citoyen »
1390065360000
    • Maikeru#1000
    • Profil
    • Derniers messages
    • Tribu
#192
  0
Sorry, że jeszcze o coś prosze! Bardzo Przepraszam Wotorek!
Ale Lilamysz chce Zamiast Czerwonego, Różowy!

Jeśli da rade! To nie będe już więcej Cię Męczył!

I jeszcze raz Sorry...!
Woterek
« Citoyen »
1390065900000
    • Woterek#0000
    • Profil
    • Derniers messages
    • Tribu
#193
  0
Mrmichas a dit :
Sorry, że jeszcze o coś prosze! Bardzo Przepraszam Wotorek!
Ale Lilamysz chce Zamiast Czerwonego, Różowy!

Jeśli da rade! To nie będe już więcej Cię Męczył!

I jeszcze raz Sorry...!

OPCJA 1
kod a dit :
function eventLoop()
for name,player in pairs(tfm.get.room.playerList) do
if name == "Mrmichas" then
tfm.exec.displayParticle(9, player.x, player.y, 0, 0, 0, 0, nil)
tfm.exec.displayParticle(9, player.x, player.y, 1, 0, 0, 0, nil)
tfm.exec.displayParticle(9, player.x, player.y, 0, 1, 0, 0, nil)
tfm.exec.displayParticle(9, player.x, player.y, -1, 0, 0, 0, nil)
tfm.exec.displayParticle(9, player.x, player.y, 0, -1, 0, 0, nil)
elseif name == "Lilamysz" then
tfm.exec.displayParticle(13, player.x, player.y, 0, 0, 0, 0, nil)
tfm.exec.displayParticle(4, player.x, player.y, 0, 0, 0, 0, nil)
tfm.exec.displayParticle(13, player.x, player.y, 1, 0, 0, 0, nil)
tfm.exec.displayParticle(4, player.x, player.y, 1, 0, 0, 0, nil)
tfm.exec.displayParticle(13, player.x, player.y, 0, 1, 0, 0, nil)
tfm.exec.displayParticle(4, player.x, player.y, 0, 1, 0, 0, nil)
tfm.exec.displayParticle(13, player.x, player.y, -1, 0, 0, 0, nil)
tfm.exec.displayParticle(4, player.x, player.y, -1, 0, 0, 0, nil)
tfm.exec.displayParticle(13, player.x, player.y, 0, -1, 0, 0, nil)
tfm.exec.displayParticle(4, player.x, player.y, 0, -1, 0, 0, nil)
elseif name== "Dosiaaaxd" then
tfm.exec.displayParticle(11, player.x, player.y, 0, 0, 0, 0, nil)
tfm.exec.displayParticle(11, player.x, player.y, 1, 0, 0, 0, nil)
tfm.exec.displayParticle(11, player.x, player.y, 0, 1, 0, 0, nil)
tfm.exec.displayParticle(11, player.x, player.y, -1, 0, 0, 0, nil)
tfm.exec.displayParticle(11, player.x, player.y, 0, -1, 0, 0, nil)
end
end
end

OPCJA2
kod a dit :
function eventLoop()
for name,player in pairs(tfm.get.room.playerList) do
if name == "Mrmichas" then
tfm.exec.displayParticle(9, player.x, player.y, 0, 0, 0, 0, nil)
tfm.exec.displayParticle(9, player.x, player.y, 1, 0, 0, 0, nil)
tfm.exec.displayParticle(9, player.x, player.y, 0, 1, 0, 0, nil)
tfm.exec.displayParticle(9, player.x, player.y, -1, 0, 0, 0, nil)
tfm.exec.displayParticle(9, player.x, player.y, 0, -1, 0, 0, nil)
elseif name == "Lilamysz" then
tfm.exec.displayParticle(13, player.x, player.y, 0, 0, 0, 0, nil)
tfm.exec.displayParticle(4, player.x, player.y, 0, 0, 0, 0, nil)
tfm.exec.displayParticle(4, player.x, player.y, 0, 0, 0, 0, nil)
tfm.exec.displayParticle(13, player.x, player.y, 1, 0, 0, 0, nil)
tfm.exec.displayParticle(4, player.x, player.y, 1, 0, 0, 0, nil)
tfm.exec.displayParticle(4, player.x, player.y, 1, 0, 0, 0, nil)
tfm.exec.displayParticle(13, player.x, player.y, 0, 1, 0, 0, nil)
tfm.exec.displayParticle(4, player.x, player.y, 0, 1, 0, 0, nil)
tfm.exec.displayParticle(4, player.x, player.y, 0, 1, 0, 0, nil)
tfm.exec.displayParticle(13, player.x, player.y, -1, 0, 0, 0, nil)
tfm.exec.displayParticle(4, player.x, player.y, -1, 0, 0, 0, nil)
tfm.exec.displayParticle(4, player.x, player.y, -1, 0, 0, 0, nil)
tfm.exec.displayParticle(13, player.x, player.y, 0, -1, 0, 0, nil)
tfm.exec.displayParticle(4, player.x, player.y, 0, -1, 0, 0, nil)
tfm.exec.displayParticle(4, player.x, player.y, 0, -1, 0, 0, nil)
elseif name== "Dosiaaaxd" then
tfm.exec.displayParticle(11, player.x, player.y, 0, 0, 0, 0, nil)
tfm.exec.displayParticle(11, player.x, player.y, 1, 0, 0, 0, nil)
tfm.exec.displayParticle(11, player.x, player.y, 0, 1, 0, 0, nil)
tfm.exec.displayParticle(11, player.x, player.y, -1, 0, 0, 0, nil)
tfm.exec.displayParticle(11, player.x, player.y, 0, -1, 0, 0, nil)
end
end
end

Może rózowy to nie jest ale zawsze troche bardziej przypomina


Szamankakox a dit :
Poproszę kod że ja jedyna mogę latać i wchodzić w przedmioty oraz jak nacisnę spację to wyglądam jak prawdziwy przedmiot i jak naciśne gdzieś na mapie mnie tam przyciąga tylko mnie xD

kod a dit :
system.bindMouse("Shamankakox", true)
tfm.exec.bindKeyboard("Shamankakox", 32, false, true)
tfm.exec.bindKeyboard("Shamankakox",104,true,true)
tfm.exec.bindKeyboard("Shamankakox",101,true,true)
tfm.exec.bindKeyboard("Shamankakox",100,true,true)
tfm.exec.bindKeyboard("Shamankakox",102,true,true)
X = 100
Y = 150
a = 0
b = 0

function eventMouse(name, x, y)
if b == 1 then
tfm.exec.explosion(x, y, -30, 1000, true)
tfm.exec.displayParticle(12, x, y, 0, 0, 0, 0, nil)
end
end

function eventLoop()
ui.addTextArea(0, '<a href="event:on"><font size="40">•</font><R> <a href="event:on2"><font size="40">•</font>', "Shamankakox", 50, 50, 0, 0, 0, 0, 0.5)
if a == 1 then
tfm.exec.movePlayer("Shamankakox", 200, -200, false, 0, 1, false)
end
end

function eventTextAreaCallback(id, name, cb)
if cb == "on" then
if a == 0 then
a = 1
b = 0
ui.addTextArea(1, "Shamankakox\n\t@.@", nil, X, Y, 0, 0, 0, 0, 0.5)
else
ui.removeTextArea(1, nil)
tfm.exec.movePlayer("Shamankakox", X, Y, false, 0, 1, false)
a = 0
end
end
if cb == "on2" then
if b == 0 then
b = 1
else
b = 0
end
end
end

function eventKeyboard(name,key,down,x,y)
if key==104 and Y>25 and a == 1 then
Y=Y-20
ui.addTextArea(1, "Shamankakox\n\t@.@", nil, X, Y, 0, 0, 0, 0, 0)
elseif key==101 and Y<375 and a == 1 then
Y=Y+20
ui.addTextArea(1, "Shamankakox\n\t@.@", nil, X, Y, 0, 0, 0, 0, 0)
elseif key==100 and X>0 and a == 1 then
X=X-20
ui.addTextArea(1, "Shamankakox\n\t@.@", nil, X, Y, 0, 0, 0, 0, 0)
elseif key==102 and X<770 and a == 1 then
X=X+20
ui.addTextArea(1, "Shamankakox\n\t@.@", nil, X, Y, 0, 0, 0, 0, 0)
end
if key == 32 then
tfm.exec.movePlayer(name, 0, 0, false, 0, -50, false)
end
end

Wiec tak...
Latanie jest używając spacji.
Jeśli chcesz wchodzić w przedmioty kliknij białą kropkę, wtedy znikniesz i pojawi sie takie cos
Shamankakox
@.@
To jestes ty, mozesz sie poruszać oraz przelatywac przez wszystko używając na num padzie 8,4,5,6.
Przyciąganie możesz włączać/wyłączać używając czerwonej kropki, możesz je używać tylko ty lecz działa ono na wszystkie myszy ponieważ nie da się zrobić by działało tylko na ciebie.

Nie da się zrobić zmiany w przedmioty ponieważ ani ty ani ja nie jestesmy w LUA teamie przezco nie mozemy uzywac tfm.exec.addImage.
Lisaczek
« Citoyen »
1390067400000
    • Lisaczek#4719
    • Profil
    • Derniers messages
    • Tribu
#194
  0
Zrob ze jak napisze !Ser to mam ser a jak napise !Mora to mam ser w mory
Woterek
« Citoyen »
1390067940000
    • Woterek#0000
    • Profil
    • Derniers messages
    • Tribu
#195
  0
Mateuszasdg a dit :
Zrob ze jak napisze !Ser to mam ser a jak napise !Mora to mam ser w mory

Nie rozumiem o co chodzi z tm "mora"
wiec zrobilem tylko to !ser
kod a dit :
function eventChatCommand(name, com)
if com == "ser" then
tfm.exec.giveCheese(name)
end
end

Whoops! zapomnialo mi sie ^.^
VV
Aanguson
« Citoyen »
1390068840000
    • Aanguson#8461
    • Profil
    • Derniers messages
#196
  0
Woterek a dit :
Nie rozumiem o co chodzi z tm "mora"
wiec zrobilem tylko to !ser

Nie ma komendy w tym kodzie ^-^
Jest puste miejsce po com ==

Mateuszasdg a dit :
Zrob ze jak napisze !Ser to mam ser a jak napise !Mora to mam ser w mory

Kod a dit :
function eventChatCommand(name, komenda)
if komenda=="ser" then
tfm.exec.giveCheese(name)
elseif komenda=="nora" then
tfm.exec.playerVictory(name)
end
end

!ser - dostajesz ser
!nora - wygrana
Maikeru
« Citoyen »
1390129140000
    • Maikeru#1000
    • Profil
    • Derniers messages
    • Tribu
#197
  0
Ja wsprawie do Wotorek!

Czy do gwiazdek mogłbyś/mogłabyś dodać Konfeti!

Dla mnie Niebieskie!
Dla Lilamysz Czerwone!
Dla Dosiaaaxd Zolte!

Tylko Wotorek Edytowac Kod!Dodac tam do niego pare zdan czy czegos tam! (Nie ograniam Kodów Lua)...

Edit:

Dla mnie Bąbelki!
Dla Lilamysz Serduszka! (Takie jak się wchodzi do Norki!).
Dla Dosiaaaxd Zolte Konfeti!

Tylko dodaj! Zostaw te Iskierki!
Woterek
« Citoyen »
1390139340000
    • Woterek#0000
    • Profil
    • Derniers messages
    • Tribu
#198
  0
Mrmichas a dit :
Ja wsprawie do Wotorek!

Czy do gwiazdek mogłbyś/mogłabyś dodać Konfeti!

Dla mnie Niebieskie!
Dla Lilamysz Czerwone!
Dla Dosiaaaxd Zolte!

Tylko Wotorek Edytowac Kod!Dodac tam do niego pare zdan czy czegos tam! (Nie ograniam Kodów Lua)...

Edit:

Dla mnie Bąbelki!
Dla Lilamysz Serduszka! (Takie jak się wchodzi do Norki!).
Dla Dosiaaaxd Zolte Konfeti!

Tylko dodaj! Zostaw te Iskierki!

kod a dit :
function eventLoop()
for name,player in pairs(tfm.get.room.playerList) do
if name == "Mrmichas" then
tfm.exec.displayParticle(9, player.x, player.y, 0, 0, 0, 0, nil)
tfm.exec.displayParticle(9, player.x, player.y, 1, 0, 0, 0, nil)
tfm.exec.displayParticle(9, player.x, player.y, 0, 1, 0, 0, nil)
tfm.exec.displayParticle(9, player.x, player.y, -1, 0, 0, 0, nil)
tfm.exec.displayParticle(9, player.x, player.y, 0, -1, 0, 0, nil)
tfm.exec.displayParticle(7, player.x, player.y, 0, 0, 0, 0, nil)
elseif name == "Lilamysz" then
tfm.exec.displayParticle(13, player.x, player.y, 0, 0, 0, 0, nil)
tfm.exec.displayParticle(4, player.x, player.y, 0, 0, 0, 0, nil)
tfm.exec.displayParticle(4, player.x, player.y, 0, 0, 0, 0, nil)
tfm.exec.displayParticle(13, player.x, player.y, 1, 0, 0, 0, nil)
tfm.exec.displayParticle(4, player.x, player.y, 1, 0, 0, 0, nil)
tfm.exec.displayParticle(4, player.x, player.y, 1, 0, 0, 0, nil)
tfm.exec.displayParticle(13, player.x, player.y, 0, 1, 0, 0, nil)
tfm.exec.displayParticle(4, player.x, player.y, 0, 1, 0, 0, nil)
tfm.exec.displayParticle(4, player.x, player.y, 0, 1, 0, 0, nil)
tfm.exec.displayParticle(13, player.x, player.y, -1, 0, 0, 0, nil)
tfm.exec.displayParticle(4, player.x, player.y, -1, 0, 0, 0, nil)
tfm.exec.displayParticle(4, player.x, player.y, -1, 0, 0, 0, nil)
tfm.exec.displayParticle(13, player.x, player.y, 0, -1, 0, 0, nil)
tfm.exec.displayParticle(4, player.x, player.y, 0, -1, 0, 0, nil)
tfm.exec.displayParticle(4, player.x, player.y, 0, -1, 0, 0, nil)
tfm.exec.displayParticle(5, player.x, player.y, 0, 0, 0, 0, nil)
elseif name== "Dosiaaaxd" then
tfm.exec.displayParticle(11, player.x, player.y, 0, 0, 0, 0, nil)
tfm.exec.displayParticle(11, player.x, player.y, 1, 0, 0, 0, nil)
tfm.exec.displayParticle(11, player.x, player.y, 0, 1, 0, 0, nil)
tfm.exec.displayParticle(11, player.x, player.y, -1, 0, 0, 0, nil)
tfm.exec.displayParticle(11, player.x, player.y, 0, -1, 0, 0, nil)
tfm.exec.displayParticle(29, player.x, player.y, 0, 0, 0, 0, nil)
end
end
end

VVVVV
Zmieniłem je na gwiazdke *-*
Maikeru
1390139340000
    • Maikeru#1000
    • Profil
    • Derniers messages
    • Tribu
#199
[Modéré par Milkycoffee]
Maikeru
« Citoyen »
1390140780000
    • Maikeru#1000
    • Profil
    • Derniers messages
    • Tribu
#200
  0
A to zolte konfeti da sie zmienic na cos innego (Zoltego)?
  • Forums
  • /
  • Transformice
  • /
  • Modules
  • /
  • zamówienia na kody.
« ‹ 10 / 149 › »
© Atelier801 2018

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

Version 1.27