×

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
  • /
  • Lua Kodları Tartışma & Yardımlaşma Başlığı
« ‹ 101 / 388 › »
Lua Kodları Tartışma & Yardımlaşma Başlığı
Barsems
« Citoyen »
1398021480000
    • Barsems#0000
    • Profil
    • Derniers messages
#2001
  0
Neonstrayzer a dit :


qWe:QwE

İyi olmuş sebzeli ile beyaz fatihi le beni banlatırken seve seve banlıyodun.

bi kere ben seni banlamadım neon
Oyga
« Citoyen »
1398028020000
    • Oyga#0000
    • Profil
    • Derniers messages
    • Tribu
#2002
  0
Bizden alınan kodlar ile hava atan insanlar görüyorum. Özellikle emrevegolxd.
Emrevegolxd
« Citoyen »
1398053760000
    • Emrevegolxd#0000
    • Profil
    • Derniers messages
#2003
  0
Oyga a dit :
Bizden alınan kodlar ile hava atan insanlar görüyorum. Özellikle emrevegolxd.

Battımı Sana Gardaş
Barsems
« Citoyen »
1398056700000
    • Barsems#0000
    • Profil
    • Derniers messages
#2004
  0
Yeter burayı sohbet başlığına çevirdiniz!
Emrevegolxd
« Citoyen »
1398059220000
    • Emrevegolxd#0000
    • Profil
    • Derniers messages
#2005
  0
Barsems a dit :
Yeter burayı sohbet başlığına çevirdiniz!

Oyga Kendini Bişey Sanıyor.
Oyga
« Citoyen »
1398064080000
    • Oyga#0000
    • Profil
    • Derniers messages
    • Tribu
#2006
  0
Sana kod YOK! ^_^
a dit :
Oyundan söyle birşey diyeceksen.
Neonstrayzer
« Citoyen »
1398072060000
    • Neonstrayzer#0000
    • Profil
    • Derniers messages
    • Tribu
#2007
  0
Çoğunuzun işine yarıyacağını umarak online admin ve moderatör komutları ;
a dit :
admins={Neonstrayzer=true}
mods={Grinubu=true}
onlineAdmins={}
onlineMods={}
function eventNewPlayer(name)
if admins[name] then
table.insert(onlineAdmins,name)
end
if mods[name] then
table.insert(onlineMods,name)
end
end
for name,player in pairs(tfm.get.room.playerList) do
eventNewPlayer(name)
end
function eventPlayerLeft(name)
if admins[name] then
table.remove(onlineAdmins,name)
end
if mods[name] then
table.remove(onlineMods,name)
end
end

function eventChatCommand(name,cmd)
if cmd=="admins" then
print("<j>Online adminler : <v>"..table.concat(onlineAdmins," <N>- <V>"))
end
if cmd=="mods" then
print("<J>Online modlar : <vp>"..table.concat(onlineMods," <N>- <Vp>"))
end
end

!admins
!mods

Tablodaki admins ve mods kısımlarını kendinize göre ayarlayın.
Emrevegolxd
« Citoyen »
1398077040000
    • Emrevegolxd#0000
    • Profil
    • Derniers messages
#2008
  0
edittttttttt
Grifaremice
« Citoyen »
1398080640000
    • Grifaremice#0000
    • Profil
    • Derniers messages
    • Tribu
#2009
  0
Neonstrayzer a dit :
Çoğunuzun işine yarıyacağını umarak online admin ve moderatör komutları ;


!admins
!mods

Tablodaki admins ve mods kısımlarını kendinize göre ayarlayın.

gri nubu ne ya .d
Neonstrayzer
« Citoyen »
1398086400000
    • Neonstrayzer#0000
    • Profil
    • Derniers messages
    • Tribu
#2010
  0
Grifaremice a dit :


gri nubu ne ya .d

Aklıma örnek bir mod lazımdı :D
Vaporous
« Citoyen »
1398086640000
    • Vaporous#0999
    • Profil
    • Derniers messages
    • Tribu
#2011
  0
mods={Grinubu=true}

:D
Neonstrayzer
« Citoyen »
1398087780000
    • Neonstrayzer#0000
    • Profil
    • Derniers messages
    • Tribu
#2012
  0
Dahada kısası ;
a dit :
admins={Neonstrayzer=true,dsa=true}
mods={Grifaremice=true,nub=true}
function eventChatCommand(name,cmd)
if cmd=="admins" then
local onlineAdmin="<j>Online adminler : "
for name,player in pairs(admins) do
if tfm.get.room.playerList[name] then
onlineAdmin =""..onlineAdmin.." - <V>"..name.." "
end
end
print(onlineAdmin)
end
if cmd=="mods" then
local onlineMods="<j>Online modlar : "
for name,player in pairs(mods) do
if tfm.get.room.playerList[name] then
onlineMods =""..onlineMods.." - <V>"..name.." "
end
end
print(onlineMods)
end
end

^
Vaporous
« Citoyen »
1398087900000
    • Vaporous#0999
    • Profil
    • Derniers messages
    • Tribu
#2013
  0
Neonstrayzer a dit :
Dahada kısası ;

^

nub=true
Yumioo
1398088560000
    • Yumioo#0000
    • Profil
    • Derniers messages
    • Tribu
#2014
[Modéré par Mellefromage, raison : Konu dışı]
Neonstrayzer
« Citoyen »
1398088800000
    • Neonstrayzer#0000
    • Profil
    • Derniers messages
    • Tribu
#2015
  0
Bir sonraki sene = son mesaj
Yumioo
« Citoyen »
1398089160000
    • Yumioo#0000
    • Profil
    • Derniers messages
    • Tribu
#2016
  0
a dit :
fraise="..fraise.."
cheese="..cheese.."
function eventAddCheese(id,cheese)
if cheese="add "..cmd:sub.." cheese" then
addPopup = addShop
function eventAddShop(cheese)
print(""..cmd:sub.." cheese add to shop!")
end
end
end

function eventAddFraise(id,fraise)
if fraise="add "..cmd:sub.." fraise" then
addPopup = addShop
function eventAddShop(fraise)
print(""..cmd:sub.." fraise add to shop!")
end
end
end

!add 15 fraise yazarak marketinize 15 çilek eklersiniz.

!add 15 cheese yazarakda marketinize 15 peynir eklersiniz.
Hasannj
« Citoyen »
1398089160000
    • Hasannj#0000
    • Profil
    • Derniers messages
#2017
  0
Yumioo a dit :



!add 15 fraise yazarak marketinize 15 çilek eklersiniz.

!add 15 cheese yazarakda marketinize 15 peynir eklersiniz.

Lua ile markete hiç bir şey eklenmez.
Vaporous
« Citoyen »
1398089340000
    • Vaporous#0999
    • Profil
    • Derniers messages
    • Tribu
#2018
  0
#Edit#
Erkutryder
« Citoyen »
1398089460000
    • Erkutryder#0000
    • Profil
    • Derniers messages
#2019
  0
Hasannj a dit :


Lua ile markete hiç bir şey eklenmez.

Yapay markete.
Pazulufare
« Citoyen »
1398155220000
    • Pazulufare#0000
    • Profil
    • Derniers messages
#2020
  0
Neonstrayzer a dit :
Çoğunuzun işine yarıyacağını umarak online admin ve moderatör komutları ;


!admins
!mods

Tablodaki admins ve mods kısımlarını kendinize göre ayarlayın.

2 kere söylüyor.
  • Forums
  • /
  • Transformice
  • /
  • Modules
  • /
  • Lua Kodları Tartışma & Yardımlaşma Başlığı
« ‹ 101 / 388 › »
© Atelier801 2018

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

Version 1.27