Kayıt ol!             
Şifremi unuttum ?
   

  
 

Karakter Boyutu:  

Etiketler: weapon name

Yazar Mesaj

berkanu

U-Ser

Online durumu

Nereden: Turkey Herkesin geldiği yerden :)
Meslek: İleri düzeyde scripting,web tasarım,php ve linux öğrencisi
Yaş: 17
U-S Puan: 19.48
  0  

#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

U-Ser

Online durumu

Nereden: Turkey
Meslek:
Yaş:
U-S Puan: 3.16
  1  

#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

U-Ser

Online durumu

Nereden: Turkey Herkesin geldiği yerden :)
Meslek: İleri düzeyde scripting,web tasarım,php ve linux öğrencisi
Yaş: 17
U-S Puan: 19.48
  0  

#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

U-Ser

Online durumu

Nereden: Turkey
Meslek:
Yaş:
U-S Puan: 3.16
  1  

#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

U-Ser

Online durumu

Nereden: Norfolk Island c:/sphere
Meslek: Disco Kralı
Yaş: 16
U-S Puan: 14.2
  1  

#312984   2008-08-08 02:25 GMT      


yoksada direk en altına copy paste


Axons

U-Ser

Online durumu

Nereden: Cyprus , Girne
Meslek: Tayfa.
Yaş: 17
U-S Puan: 29.95
  2  

#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

U-Ser

Online durumu

Nereden: Turkey İzmir
Meslek: :...:
Yaş: 14
U-S Puan: 40.79
  5  

#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

U-Ser

Online durumu

Nereden: Turkey Herkesin geldiği yerden :)
Meslek: İleri düzeyde scripting,web tasarım,php ve linux öğrencisi
Yaş: 17
U-S Puan: 19.48
  0  

#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

U-Ser

Online durumu

Nereden: Cyprus , Girne
Meslek: Tayfa.
Yaş: 17
U-S Puan: 29.95
  2  

#312991   2008-08-08 02:44 GMT      


Xantier :
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


Xantierin dediğini dene.


berkanu

U-Ser

Online durumu

Nereden: Turkey Herkesin geldiği yerden :)
Meslek: İleri düzeyde scripting,web tasarım,php ve linux öğrencisi
Yaş: 17
U-S Puan: 19.48
  0  

#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

U-Ser

Online durumu

Nereden: Cyprus , Girne
Meslek: Tayfa.
Yaş: 17
U-S Puan: 29.95
  2  

#312996   2008-08-08 02:50 GMT      


Sorun ne ?


berkanu

U-Ser

Online durumu

Nereden: Turkey Herkesin geldiği yerden :)
Meslek: İleri düzeyde scripting,web tasarım,php ve linux öğrencisi
Yaş: 17
U-S Puan: 19.48
  0  

#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

U-Ser

Online durumu

Nereden: Cyprus , Girne
Meslek: Tayfa.
Yaş: 17
U-S Puan: 29.95
  2  

#313001   2008-08-08 03:00 GMT      


Onu o zaman girip katananın bulunduğu scriptten on=@click i kaldıracaksın.


berkanu

U-Ser

Online durumu

Nereden: Turkey Herkesin geldiği yerden :)
Meslek: İleri düzeyde scripting,web tasarım,php ve linux öğrencisi
Yaş: 17
U-S Puan: 19.48
  0  

#313004   2008-08-08 03:02 GMT      


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



İlgili Başlıklar:

BaşlıklarBaşlık Yazarı
56b Weapon İsimleriSmquert
Weapon Hızlarıfarewar
Random Weapon'scemderman
weapon nametugay77
Weapon nameberkanu
  Online:
  6 site üyesi, 34 misafir
    toplam 40 kişi  
Giris sayfan olarak ayarla Sik Kullanilanlara Ekle Yenile Burdan bize ulasabilirsiniz

 


ANASAYFA | FORUMLAR | DÖKÜMANLAR | DOSYALAR | SCRIPTLER | SUNUCULAR | İLETİŞİM
Copyright (c) 2004-09 Ultima-Strike. All rights reserved.
Tasarım / Programlama: Uğur GÖK

Sistem Yapısı Seditio
Sayfa açılma süresi 1.711 sn.
SQL toplam zamanı: 1.07 sn. - SQL sorgusu: 41 - Ortalama SQL zamanı: 0.0261 sn.
Hosting Hizmetleri