Jump to content
Forumu Destekleyenlere Katılın ×
Paticik Forumları
2000 lerden beri faal olan, çok şukela bir paylaşım platformuyuz. Hoşgeldiniz.

explosion sorunu


Sarevoq

Öne çıkan mesajlar

ON=@DClick
if ()
src.sysmessage Burada patlayici madde kullanamazsiniz.
return 1
elseif ()
src.sysmessage You must wait to use another explosion potion.
return 1
else
src.newitem i_mem_exp
src.act.equip
src.act.timer 9
endif

mesela boyle bir eklenti var burada nasil gz icine gore duzenliyecegiz delucia bozulmadan tabiki.[signature][hline]feel the POWER!
Link to comment
Sosyal ağlarda paylaş

ON=@DClick
if (
src.sysmessage Burada patlayici madde kullanamazsiniz.
return 1
elseif (
src.sysmessage You must wait to use another explosion potion.
return 1
else
src.newitem i_mem_exp
src.act.equip
src.act.timer 9
endif


bu $ekilde delucia da engellenmi$ durumda bunu guardzone icindede patlatılmıyacak sekilde nasıl ayarlayabilirim bunun uzerinde düzelterek yapabilirmisiniz tabi deluciada bozulmıyacak.[signature][hline]feel the POWER!
Link to comment
Sosyal ağlarda paylaş

-Aeris-
ON=@DClick
if (
src.sysmessage Burada patlayici madde kullanamazsiniz.
return 1
elseif (
src.sysmessage You must wait to use another explosion potion.
return 1
else
src.newitem i_mem_exp
src.act.equip
src.act.timer 9
endif
suna eklenti olarak verebilirmisin bunla birlestirerek[signature][hline]feel the POWER!
Link to comment
Sosyal ağlarda paylaş

Map.scp ye gir. ordan Arena Cove'u bul. Altına Events=e_cove_xxx yaz.. Sonra Region.scp ye gir..
oraya [regiontype e_cove_xxx]
on=@enter
events e_cove_yyy

on=@exit
events -e_cove_yyy

bunu oraya koy. Sonra isevent.delucia yerine isevent.e_cove_yyy yaz.

[Bu mesaj Chernobel tarafından 22 Eylül 2004 20:08 tarihinde değiştirilmiştir]
Link to comment
Sosyal ağlarda paylaş

Chernebol ben direkt tum guard alanlari icin istiyorum.

ON=@DClick
if (
src.sysmessage Burada patlayici madde kullanamazsiniz.
return 1
elseif (
src.sysmessage You must wait to use another explosion potion.
return 1
else
src.newitem i_mem_exp
src.act.equip
src.act.timer 9
endif

suanda bunun boyle bir hali var

src.region.guarded 1 olarak soylenmis bunu bu ustte verdigim kısma ekleyerek hem delucia hemde guardzone alanlarda patlatılmaması seklinde ayarlayarak yazarmısın[signature][hline]feel the POWER!
Link to comment
Sosyal ağlarda paylaş

ON=@DClick
if ()
src.sysmessage Burada patlayici madde kullanamazsiniz.
return 1
elseif ()
src.sysmessage You must wait to use another explosion potion.
return 1
else
src.newitem i_mem_exp
src.act.equip
src.act.timer 9
endif


Bunu oradakiyle değiştir olur.[signature][hline]Her şey daha iyi bir Online Gaming için...
Sphere 55i ve 1.0 sürümlü shardlarımız ile hizmetinizdeyiz.
Ada.net
Krisha From Lowca [SwG]
Link to comment
Sosyal ağlarda paylaş

ON=@DClick
if (
src.flag=FLAG_Criminal
elseif (
src.sysmessage You must wait to use another explosion potion.
return 1
else
src.newitem i_mem_exp
src.act.equip
src.act.timer 9
endif


bu şekildede fixlersin o bugi adam gz de 1 tane dahi patlatsa crim olur.[signature][hline]Her şey daha iyi bir Online Gaming için...
Sphere 55i ve 1.0 sürümlü shardlarımız ile hizmetinizdeyiz.
Ada.net
Krisha From Lowca [SwG]
Link to comment
Sosyal ağlarda paylaş

×
×
  • Yeni Oluştur...