×

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
  • /
  • طلب لعبةٍ صغيرةٍ !
« ‹ 10 / 15 › »
طلب لعبةٍ صغيرةٍ !
Jack_sparrow
« Censeur »
1490547480000
    • Jack_sparrow#8381
    • Profil
    • Derniers messages
    • Tribu
#181
  0
Sousou_pro a dit :
اريد سكربت يمكنك من تغيير لون فأرك و ملابسه ..... يعني عن طريق الكتابة في شات اسم اللون بالانغليزية وامامه مثلا اسم الشعر بالانغليزية فيتغير لون شعرك ويمكن للأصدقاء فعل ذلك ايضا ....

لا يمكنك تغيير الملابس بلوا ايضا لا يمكنك وضع صور سكربت يتم تشغيله في بيت القبيلة ، لدى فكرة ربما تعجبك وهي عند الضغط علي زر معين يتم تغيير لون الاسم الخاص بك ويمكن لاصدقائك فعلها ايضا.
Yandere_zineb
« Archonte »
1490547540000
    • Yandere_zineb#9920
    • Profil
    • Derniers messages
#182
  0
اعجبتني الفكرة ......... هل يمكن وضعها كسكربت للقبيلة؟
Jack_sparrow
« Censeur »
1490547780000
    • Jack_sparrow#8381
    • Profil
    • Derniers messages
    • Tribu
#183
  0
Sousou_pro a dit :
اعجبتني الفكرة ......... هل يمكن وضعها كسكربت للقبيلة؟

نعم يمكنني فعلها سأعطيك السكربت غدا
Yandere_zineb
« Archonte »
1490547780000
    • Yandere_zineb#9920
    • Profil
    • Derniers messages
#184
  0
ان شاء الله ........ وآسفة على حملك الثقيل من طلبات
Jack_sparrow
« Censeur »
1490618280000
    • Jack_sparrow#8381
    • Profil
    • Derniers messages
    • Tribu
#185
  0
الكود الخاص بك قمت بإضافة ثلاث الوان فقط ، اذا كنت ترغبين في اضافة المزيد يمكنكي فعل ما فعلته وتعديل رمز الهكس الخاص باللون الذي تريدينه
Code Lua

1
2
3
4
5
6
7
8
9
10
11
function eventChatCommand(name,cmd)
if cmd== "احمر" then
tfm.exec.setNameColor(name,0xEB1D51)
end
if cmd== "ازرق" then
tfm.exec.setNameColor(name,0x2E72CB)
end
if cmd== "اخضر" then
tfm.exec.setNameColor(name,0x30BA76)
end
end
Dodger
« Citoyen »
1490618580000
    • Dodger#4550
    • Profil
    • Derniers messages
#186
  0
املك طلب :c من لديه وقت يرسل رساله.
Yandere_zineb
« Archonte »
1490619300000
    • Yandere_zineb#9920
    • Profil
    • Derniers messages
#187
  0
Zagear a dit :
الكود الخاص بك قمت بإضافة ثلاث الوان فقط ، اذا كنت ترغبين في اضافة المزيد يمكنكي فعل ما فعلته وتعديل رمز الهكس الخاص باللون الذي تريدينه
Code Lua

1
 function eventChatCommand(name,cmd) if cmd== "احمر" then tfm.exec.setNameColor(name,0xEB1D51) end if cmd== "ازرق" then tfm.exec.setNameColor(name,0x2E72CB) end if cmd== "اخضر" then tfm.exec.setNameColor(name,0x30BA76) end end 

شكرا شكرا شكراااا
لقد كان رائعا جدا الشكر الجزيل لك
Jack_sparrow
« Censeur »
1490620260000
    • Jack_sparrow#8381
    • Profil
    • Derniers messages
    • Tribu
#188
  0
Sousou_pro a dit :
Zagear a dit :
الكود الخاص بك قمت بإضافة ثلاث الوان فقط ، اذا كنت ترغبين في اضافة المزيد يمكنكي فعل ما فعلته وتعديل رمز الهكس الخاص باللون الذي تريدينه
Code Lua

1
 function eventChatCommand(name,cmd) if cmd== "احمر" then tfm.exec.setNameColor(name,0xEB1D51) end if cmd== "ازرق" then tfm.exec.setNameColor(name,0x2E72CB) end if cmd== "اخضر" then tfm.exec.setNameColor(name,0x30BA76) end end 

شكرا شكرا شكراااا
لقد كان رائعا جدا الشكر الجزيل لك

عفوا
Zzabadi
« Citoyen »
1490721960000
    • Zzabadi#0000
    • Profil
    • Derniers messages
    • Tribu
#189
  0
سكربت حلو
Jack_sparrow
« Censeur »
1490722080000
    • Jack_sparrow#8381
    • Profil
    • Derniers messages
    • Tribu
#190
  0
Spiiir a dit :
املك طلب :c من لديه وقت يرسل رساله.

سكربت حرب الثلج
Code Lua

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
tfm.exec.disableAutoNewGame(true)
tfm.exec.disableAutoShaman(true)
tfm.exec.snow ( 1200, 10 ) -- قوة هطول الثلج
players={}
toDespawn={}
maps={521833,401421} -- الخرائط

function eventNewPlayer(name)
for i,key in ipairs({32,40,83}) do
tfm.exec.bindKeyboard(name,key,true,true)
end
players[name]={
timestamp=os.time(),
offsets={x=2, y=10} -- X,Y يمكنك تعديلها من هنا
}
end

function eventKeyboard(name,key,down,x,y)
if (key==32 or key==40 or key==83) and not tfm.get.room.playerList[name].isDead and started then
if players[name].timestamp < os.time()-1000 then
local id
if tfm.get.room.playerList[name].isFacingRight then
id=tfm.exec.addShamanObject(34,x+players[name].offsets.x,y+players[name].offsets.y,0,20,0)
tfm.exec.explosion(400,200,100,50,false) -- قوة الانفجار الناتج من الاصطدام بكرات الثلج
else
id=tfm.exec.addShamanObject(34,x+players[name].offsets.x,y+players[name].offsets.y,0,-20,0)
tfm.exec.explosion(400,200,100,50,false) -- قوة الانفجار الناتج من الاصطدام بكرات الثلج
end
players[name].timestamp=os.time()
table.insert(toDespawn,{os.time(),id})
end
end
end

function eventNewGame()
started=false
end

function eventLoop(time,remaining)
ui.addTextArea(1, "<a href='event:score'>مساعدة</font></a>", nil, 726, 379, 44, 20, 0x059666, 0xe0e0e0, 0.3, true)
if time >= 3000 and not started then
started=true
end
if remaining<=0 then
tfm.exec.newGame(maps[math.random(#maps)])
end
for i,cannon in ipairs(toDespawn) do
if cannon[1] <= os.time()-3000 then
tfm.exec.removeObject(cannon[2])
table.remove(toDespawn,i)
end
end
end

function eventPlayerDied(name)
local i=0
local n
for pname,player in pairs(tfm.get.room.playerList) do
if not player.isDead then
i=i+1
n=pname
end
end
if i==0 then
tfm.exec.newGame(maps[math.random(#maps)])
elseif i==1 then
tfm.exec.giveCheese(n)
tfm.exec.playerVictory(n)
tfm.exec.setGameTime(5)
end
end

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

function eventTextAreaCallback(id,name,callback)
if callback=="score" then
ui.addTextArea(2, "<a href='event:clase1'>X</a>\n<p align='center'><font color='#babd2f' size='30' face='Soopafresh'>مساعدة</font>\n\n<p align='center'><font color='#babd2' size='20' face='Soopafresh'>اضغط اسفل او مسطرة لاطلاق الثلج</font>", nil, 457, 254, 254, 141, 0x059666, 0x000000, 0.3, true)
end
if callback=="clase1" then
ui.removeTextArea(2, name)
end
end

tfm.exec.newGame(maps[math.random(#maps)])
Yandere_zineb
« Archonte »
1490723760000
    • Yandere_zineb#9920
    • Profil
    • Derniers messages
#191
  1
واو سكربت جميل
Yahyaradouan
« Citoyen »
1490774520000
    • Yahyaradouan#0000
    • Profil
    • Derniers messages
#192
  0
أريد لعبة صغيرة فيها يمتلك فئران سرعة كبيرة ويمكنهم اطلاق صندوق مرتين كل جولة لأعاقة الباقين

c:
Jack_sparrow
« Censeur »
1490787240000
    • Jack_sparrow#8381
    • Profil
    • Derniers messages
    • Tribu
#193
  0
Yahyaradouan a dit :
أريد لعبة صغيرة فيها يمتلك فئران سرعة كبيرة ويمكنهم اطلاق صندوق مرتين كل جولة لأعاقة الباقين

c:

حسنا خلال يومين سوف اعطيك السكربت
Yahyaradouan
« Citoyen »
1490827380000
    • Yahyaradouan#0000
    • Profil
    • Derniers messages
#194
  0
أوه شكرا بالتوفيق
Yandere_zineb
« Archonte »
1490827800000
    • Yandere_zineb#9920
    • Profil
    • Derniers messages
#195
  1
Yahyaradouan a dit :
أوه شكرا بالتوفيق
Jack_sparrow
« Censeur »
1490886300000
    • Jack_sparrow#8381
    • Profil
    • Derniers messages
    • Tribu
#196
  0
Yahyaradouan a dit :
أريد لعبة صغيرة فيها يمتلك فئران سرعة كبيرة ويمكنهم اطلاق صندوق مرتين كل جولة لأعاقة الباقين

c:

تفضل السكربت الخاص بكَ ، يمكنك اطلاق الصناديق من المسطرة

Code Lua

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
for i,p in pairs(tfm.get.room.playerList) do
tfm.exec.bindKeyboard(i, 37, true, true)
tfm.exec.bindKeyboard(i, 39, true, true)
tfm.exec.bindKeyboard(i, 32, true, true)
end

function eventKeyboard(name, key, down, x, y)
if key == 37 then
tfm.exec.movePlayer(name, 0, 0, false, -150, 0, false) -- سرعة الفأر -150 يمكنك تغييرها
elseif key == 39 then
tfm.exec.movePlayer(name, 0, 0, false, 150, 0, false) -- سرعة الفأر 150 يمكنك تغييرها
elseif key == 32 then
tfm.exec.movePlayer(name,0,-25,true,0,0,true)
tfm.exec.addShamanObject(2, x, y, 0, 0)
end
end
Yahyaradouan
« Citoyen »
1490920320000
    • Yahyaradouan#0000
    • Profil
    • Derniers messages
#197
  0
شكرا لك
Leoo_gamer
« Consul »
1491172980000
    • Leoo_gamer#8480
    • Profil
    • Derniers messages
    • Tribu
#198
  0
ليه الطلب بتاعي اتأخر :(
Yandere_zineb
« Archonte »
1491235740000
    • Yandere_zineb#9920
    • Profil
    • Derniers messages
#199
  1
لأنه كجهول
A_h
« Censeur »
1491238560000
    • A_h#6808
    • Profil
    • Derniers messages
    • Tribu
#200
  0
Unlocker001 a dit :
unlocker001 a dit :
unlocker001 a dit :
bodykudo a dit :
unlocker001 a dit :
طلب
حارس الغرفة
هل من الممكن صنع حارس يحرس الغرفة التي نلعب فيها يعني عند الشتم يرسل لك تحدير و عند خرق القوانين 3 مرات يتم كتمك او طردك حسب ما فعلته و يمكن للاعبين في الغرفة الضغط على الحارس تم تضهر لوحة متل لوحة التبليغ و يتم الضغط على السبب و كتابة اسم اللاعب الدي خالف القوانين تم يتم كتم او حظر اللاعب ادا تم التبليغ عنه من طرف 5 لاعبين على الاقل
ارجو ان يتم ارسال السكربت لي عبر رسالة بالمنتدى

أهلاً, لا يمكنك باستخدام لوا أن تقوم بعمل حظر للاعب فقط لأنه شتم ببيت القبيلة إنما عليك طلب المساعدة من المشرفين ليتم حظره بسبب الشتم

unlocker001 a dit :
طلب
بدي عد تنازلي ضروري

تريد العد التنازلي من كم لكم ؟
أقصد مثلاً من 3 إلى 1 أم ماذا بالضبط ؟

zoomapro a dit :
طلب !
اريد لعبه تحت مسمى [قتل الشامان] حيث ان عليك ان تقتل الشامان
تفاصيل :
على الفئران ان تستخدم زر الضغط للاسفل كي يطلقوا الكرات في الخريطه هم من الاعلى وبينهم قطعه ارض والشامان في الاسفل عند موت الشامان يحصل الجميع على 10 نقاط الوقت دقيقتين ،حيث ياتي دورك لتصبح شامان عند عدم موتك 25 مره تقوم بشراء اجنحه للشامان حيث عدم موتك 40 مره وانت شامان يمكنك استعمال كل قدراتك.

سأحاول صنع سكربتك عندما أكون متفرغاً ولكن أحتاج منك صنع الخريطة التي تريدها للسكربت التي تكون 3 أرضيات
وأيضاً ماذا تعني بـ"أجنحة الشامان" ؟

sosomomon a dit :
اريد لعبة
الاسم ساحة الازياء
الشرح يتم وضع لاعبين فقط يجب عليهم رسم ازياء ثم وضعها على الفار و الرسام الافضل للازياء يفوز
الوقت 10 دقائق
النمط بنت ضد بنت ولد ضد ولد

الأمر مستحيل ببيت القبيلة بما أن فكرتك تعتمد على استعمال صور والتي لا يمكن استعمالها ببيت القبيلة قد أكون فهمت اقتراحك بطريقة خاطئة لذا أخبريني إذا كنت فهمته بطريقة خاطئة

حظر لا اريد حظره بل طرده من الغرفه متال
اسم اللاعب invkick/ الحارس يطرده ب لوا


لقد صنعت سكربت العد التنازلي

سارق الصور
  • Forums
  • /
  • Transformice
  • /
  • Modules
  • /
  • طلب لعبةٍ صغيرةٍ !
« ‹ 10 / 15 › »
© Atelier801 2018

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

Version 1.27