|
|
| Yazar | Mesaj |
berkanu
Nereden: Turkey Herkesin geldiği yerden :) |
#312976
2008-08-08 02:10 GMT
arkadaşlar silah isimlerini kısa yoldan yapmak için araştırma yaptım ve bişi buldum
Kod: on=@itemclick if ((<argo.type> == t_weapon_sword) || (<act.type> == t_weapon_fence) || (<act.type> == t_weapon_mace_staff) || (<act.type> == t_weapon_mace_smith) || (<act.type> == t_weapon_mace_pick) || (<act.type> == t_weapon_bow) || (<act.type> == t_weapon_xbow)) if (<act.morey> = 20.0) act.message @48,,1 [Ruin] act.message @48,,1 [<act.name>] return 1 endif endif on=@itemclick if ((<argo.type> == t_weapon_sword) || (<act.type> == t_weapon_fence) || (<act.type> == t_weapon_mace_staff) || (<act.type> == t_weapon_mace_smith) || (<act.type> == t_weapon_mace_pick) || (<act.type> == t_weapon_bow) || (<act.type> == t_weapon_xbow)) if (<act.morey> = 40.0) act.message @48,,1 [Might] act.message @48,,1 [<act.name>] return 1 endif endif on=@itemclick if ((<argo.type> == t_weapon_sword) || (<act.type> == t_weapon_fence) || (<act.type> == t_weapon_mace_staff) || (<act.type> == t_weapon_mace_smith) || (<act.type> == t_weapon_mace_pick) || (<act.type> == t_weapon_bow) || (<act.type> == t_weapon_xbow)) if (<act.morey> = 60.0) act.message @48,,1 [Force] act.message @48,,1 [<act.name>] return 1 endif endif on=@itemclick if ((<argo.type> == t_weapon_sword) || (<act.type> == t_weapon_fence) || (<act.type> == t_weapon_mace_staff) || (<act.type> == t_weapon_mace_smith) || (<act.type> == t_weapon_mace_pick) || (<act.type> == t_weapon_bow) || (<act.type> == t_weapon_xbow)) if (<act.morey> = 80.0) act.message @48,,1 [Power] act.message @48,,1 [<act.name>] return 1 endif endif on=@itemclick if ((<argo.type> == t_weapon_sword) || (<act.type> == t_weapon_fence) || (<act.type> == t_weapon_mace_staff) || (<act.type> == t_weapon_mace_smith) || (<act.type> == t_weapon_mace_pick) || (<act.type> == t_weapon_bow) || (<act.type> == t_weapon_xbow)) if (<act.morey> = 100.0) act.message @48,,1 [Vanquishing] act.message @48,,1 [<act.name>] return 1 endif endif ben bunu nereye ekleyeceğim onu bilmiyorum tam söylerseniz çok sevinirim iyi geceler
Delikanlılık ne adam dövmek ne adam kesmek, delikanlıklık ne içki içmek ne kadını hor görmek , delikanlılık koltuğunun altına ekmek alıp evinin yolunu tutmaktır. Gta San Andreas Multi Player Rp Serverı Giriş Öncelikle SA-MP 02 yi indirin siteden sonra bağlanın |
Cylunsar
Nereden: Turkey |
#312978
2008-08-08 02:12 GMT
fix.scp ekliceksin sanırım ama 4-5 tane itemclick dupelist trigger sorunu verebilir else kullanarak yapılabilir sanırım tek trigger altında.
|
berkanu
Nereden: Turkey Herkesin geldiği yerden :) |
#312980
2008-08-08 02:14 GMT
tam eminmisin velasıl nereye ekleyeceğim gerçi hiç bakmadım ama genede biliyorsan söylermisin acayip uykum varda gece kafamda tasarlıcam şöyle şöyle die
Delikanlılık ne adam dövmek ne adam kesmek, delikanlıklık ne içki içmek ne kadını hor görmek , delikanlılık koltuğunun altına ekmek alıp evinin yolunu tutmaktır. Gta San Andreas Multi Player Rp Serverı Giriş Öncelikle SA-MP 02 yi indirin siteden sonra bağlanın |
Cylunsar
Nereden: Turkey |
#312982
2008-08-08 02:17 GMT
itemclick triggeri fix.scp'de var o trigger altında ruin might arasında else kullanarak yap olur sanırım.
|
Basic
Nereden: Norfolk Island c:/sphere |
#312984
2008-08-08 02:25 GMT
yoksada direk en altına copy paste
|
Axons
Nereden: Cyprus , Girne |
#312985
2008-08-08 02:35 GMT
Böyle yapabilirsin. Logine ekle bu eventi
Kod: [events e_artılılar]
on=@itemclick if ((<argo.type> == t_weapon_sword) || (<act.type> == t_weapon_fence) || (<act.type> == t_weapon_mace_staff) || (<act.type> == t_weapon_mace_smith) || (<act.type> == t_weapon_mace_pick) || (<act.type> == t_weapon_bow) || (<act.type> == t_weapon_xbow)) if (<act.morey> = 20.0) act.message @48,,1 [Ruin] act.message @48,,1 [<act.name>] return 1 endif endif if ((<argo.type> == t_weapon_sword) || (<act.type> == t_weapon_fence) || (<act.type> == t_weapon_mace_staff) || (<act.type> == t_weapon_mace_smith) || (<act.type> == t_weapon_mace_pick) || (<act.type> == t_weapon_bow) || (<act.type> == t_weapon_xbow)) if (<act.morey> = 40.0) act.message @48,,1 [Might] act.message @48,,1 [<act.name>] return 1 endif endif if ((<argo.type> == t_weapon_sword) || (<act.type> == t_weapon_fence) || (<act.type> == t_weapon_mace_staff) || (<act.type> == t_weapon_mace_smith) || (<act.type> == t_weapon_mace_pick) || (<act.type> == t_weapon_bow) || (<act.type> == t_weapon_xbow)) if (<act.morey> = 60.0) act.message @48,,1 [Force] act.message @48,,1 [<act.name>] return 1 endif endif if ((<argo.type> == t_weapon_sword) || (<act.type> == t_weapon_fence) || (<act.type> == t_weapon_mace_staff) || (<act.type> == t_weapon_mace_smith) || (<act.type> == t_weapon_mace_pick) || (<act.type> == t_weapon_bow) || (<act.type> == t_weapon_xbow)) if (<act.morey> = 80.0) act.message @48,,1 [Power] act.message @48,,1 [<act.name>] return 1 endif endif if ((<argo.type> == t_weapon_sword) || (<act.type> == t_weapon_fence) || (<act.type> == t_weapon_mace_staff) || (<act.type> == t_weapon_mace_smith) || (<act.type> == t_weapon_mace_pick) || (<act.type> == t_weapon_bow) || (<act.type> == t_weapon_xbow)) if (<act.morey> = 100.0) act.message @48,,1 [Vanquishing] act.message @48,,1 [<act.name>] return 1 endif endif
|
Xantier
Nereden: Turkey İzmir |
#312987
2008-08-08 02:38 GMT
if ((<argo.type> == t_weapon_sword) || (<act.type> == t_weapon_fence) || (<act.type> == t_weapon_mace_staff) || (<act.type> == t_weapon_mace_smith) || (<act.type> == t_weapon_mace_pick) || (<act.type> == t_weapon_bow) || (<act.type> == t_weapon_xbow))
^^ bu nasıl bişeydir yahu ? if (<argo.isweapon>) tercih ederim
Ultima Online'da Role Play'ı canlandırmak adına... yakında geliyorum. Eski Erador'da unutulmaz Capture the flag sahnesi. http://img122.imageshack.us/img122/5013/er1sp4.jpg |
berkanu
Nereden: Turkey Herkesin geldiği yerden :) |
#312989
2008-08-08 02:40 GMT
events falan olduda isimler olmadı bi bakarmısın sorunn nerde acaba
Delikanlılık ne adam dövmek ne adam kesmek, delikanlıklık ne içki içmek ne kadını hor görmek , delikanlılık koltuğunun altına ekmek alıp evinin yolunu tutmaktır. Gta San Andreas Multi Player Rp Serverı Giriş Öncelikle SA-MP 02 yi indirin siteden sonra bağlanın |
Axons
Nereden: Cyprus , Girne |
#312991
2008-08-08 02:44 GMT
Xantierin dediğini dene.
|
berkanu
Nereden: Turkey Herkesin geldiği yerden :) |
#312994
2008-08-08 02:48 GMT
onuda denedim olmadı
Delikanlılık ne adam dövmek ne adam kesmek, delikanlıklık ne içki içmek ne kadını hor görmek , delikanlılık koltuğunun altına ekmek alıp evinin yolunu tutmaktır. Gta San Andreas Multi Player Rp Serverı Giriş Öncelikle SA-MP 02 yi indirin siteden sonra bağlanın |
Axons
Nereden: Cyprus , Girne |
#312996
2008-08-08 02:50 GMT
Sorun ne ?
|
berkanu
Nereden: Turkey Herkesin geldiği yerden :) |
#312997
2008-08-08 02:51 GMT
hala a +15 katana of vanquishing yazıyor
Delikanlılık ne adam dövmek ne adam kesmek, delikanlıklık ne içki içmek ne kadını hor görmek , delikanlılık koltuğunun altına ekmek alıp evinin yolunu tutmaktır. Gta San Andreas Multi Player Rp Serverı Giriş Öncelikle SA-MP 02 yi indirin siteden sonra bağlanın |
Axons
Nereden: Cyprus , Girne |
#313001
2008-08-08 03:00 GMT
Onu o zaman girip katananın bulunduğu scriptten on=@click i kaldıracaksın.
|
berkanu
Nereden: Turkey Herkesin geldiği yerden :) |
magic.weaponu diosan @click die bişi koymadım şimdi gene baktım yok öle bişi
Delikanlılık ne adam dövmek ne adam kesmek, delikanlıklık ne içki içmek ne kadını hor görmek , delikanlılık koltuğunun altına ekmek alıp evinin yolunu tutmaktır. Gta San Andreas Multi Player Rp Serverı Giriş Öncelikle SA-MP 02 yi indirin siteden sonra bağlanın |












