PHP- Kodu:
if(get_user_team(victim) == 2 && get_user_team(attacker) == 1)
Kardeşim ufak bi sorunum var bu pluginle ct yüksekten düştüğünde yada ct ctye vurduğunda hp gitsin gitmesin isyannn diyor :S düzeltebilir misin sadece T tarafından zarar gördüğünde isyan desin
[ OSMANLI IMP # F-TIPI JAILBREAK ]
[ İMAN AHLAK ADALET ]
[ Pit10 ]
-facebook-
[
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
]
[
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
]
-diğer sosyal ağlarımız-
[
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
]
[
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
]
[
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
]
[
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
]
PHP- Kodu:
if(get_user_team(victim) == 2 && get_user_team(attacker) == 1)
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
CS:GO ve CS 1.6 için ücretli eklenti yapılır.
Plugin yazmak isteyenlere yardımcı olabilirim.
Skype adresimden ulaşabilirsiniz: destek_596
Steam: http://steamcommunity.com/id/ca-nemesis/
Sen ekleyebilir misin acaba ?
PHP- Kodu:
#include <amxmodx>
#include <amxmisc>
#include <hamsandwich>
#define PLUGIN "Yeni Plugin"
#define VERSION "1.0"
#define AUTHOR "OzgurKardas.- K4"
new sounds[] = "jail_trknisyan.wav"
public plugin_init() {
register_plugin(PLUGIN, VERSION, AUTHOR)
RegisterHam(Ham_TakeDamage,"player","fw_TakeDamage")
}
public plugin_precache()
{
precache_sound(sounds)
}
public fw_TakeDamage(victim, inflictor, attacker, Float:damage)
{
if(get_user_team(victim) == 2) {
client_cmd(0,"spk sound/jail_trknisyan")
}
}
[ OSMANLI IMP # F-TIPI JAILBREAK ]
[ İMAN AHLAK ADALET ]
[ Pit10 ]
-facebook-
[
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
]
[
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
]
-diğer sosyal ağlarımız-
[
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
]
[
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
]
[
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
]
[
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
]
PHP- Kodu:
#include <amxmodx>
#include <amxmisc>
#include <hamsandwich>
#define PLUGIN "Yeni Plugin"
#define VERSION "1.0"
#define AUTHOR "OzgurKardas.- K4"
new sounds[] = "jail_trknisyan.wav"
public plugin_init() {
register_plugin(PLUGIN, VERSION, AUTHOR)
RegisterHam(Ham_TakeDamage,"player","fw_TakeDamage")
}
public plugin_precache()
{
precache_sound(sounds)
}
public fw_TakeDamage(victim, inflictor, attacker, Float:damage)
{
if(get_user_team(victim) == 2 && get_user_team(attacker) == 1) {
client_cmd(0,"spk sound/jail_trknisyan")
}
}
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
CS:GO ve CS 1.6 için ücretli eklenti yapılır.
Plugin yazmak isteyenlere yardımcı olabilirim.
Skype adresimden ulaşabilirsiniz: destek_596
Steam: http://steamcommunity.com/id/ca-nemesis/
Sağol kardeşim
[ OSMANLI IMP # F-TIPI JAILBREAK ]
[ İMAN AHLAK ADALET ]
[ Pit10 ]
-facebook-
[
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
]
[
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
]
-diğer sosyal ağlarımız-
[
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
]
[
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
]
[
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
]
[
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
]
Bi sorun daha var , kusura bakma sürekli birşeyler çıkıyor servera sürekli giremiyorum girdiğimdede sorunlarını dinliyorum o yüzden böyle şeyler çıkıyor;
Sorun sürekli ses olması mesela 1. adam ctye her vurduğunda çalıyor müzik bu şöyle olsun bi t vurduğunda sadece bir kere çalsın o round boyuncada çalmasın yeni roundda yine aynı sistem , kolay gelsin teşekkürler
[ OSMANLI IMP # F-TIPI JAILBREAK ]
[ İMAN AHLAK ADALET ]
[ Pit10 ]
-facebook-
[
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
]
[
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
]
-diğer sosyal ağlarımız-
[
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
]
[
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
]
[
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
]
[
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
]
Her Round sadece 1 kere çalabilir.PHP- Kodu:
#include <amxmodx>
#include <amxmisc>
#include <hamsandwich>
#define PLUGIN "Yeni Plugin"
#define VERSION "1.0"
#define AUTHOR "OzgurKardas.- K4"
new sounds[] = "jail_trknisyan.wav"
new bool:Variable = true;
public plugin_init() {
register_plugin(PLUGIN, VERSION, AUTHOR)
RegisterHam(Ham_TakeDamage,"player","fw_TakeDamage")
register_logevent("eRoundStart",2,"1=Round_Start")
}
public plugin_precache()
{
precache_sound(sounds)
}
public eRoundStart() {
Variable = true;
}
public fw_TakeDamage(victim, inflictor, attacker, Float:damage)
{
if(get_user_team(victim) == 2 && get_user_team(attacker) == 1 && Variable) {
client_cmd(0,"spk sound/jail_trknisyan")
Variable = false;
}
}
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
CS:GO ve CS 1.6 için ücretli eklenti yapılır.
Plugin yazmak isteyenlere yardımcı olabilirim.
Skype adresimden ulaşabilirsiniz: destek_596
Steam: http://steamcommunity.com/id/ca-nemesis/
Teşekkürler kardeşim
[ OSMANLI IMP # F-TIPI JAILBREAK ]
[ İMAN AHLAK ADALET ]
[ Pit10 ]
-facebook-
[
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
]
[
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
]
-diğer sosyal ağlarımız-
[
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
]
[
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
]
[
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
]
[
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
]
Teşekkürler
Denildiği şekilde yapıyorum. Servere girerken müziğide yüklüyor fakat ct vurulduğunda müzik çalmıyor. Anlamadığım kısım plugin çalışmasa müziği neden yükletsinki? Nasıl düzeltebilirim daha doğrusu nasıl çalışmasını sağlayabilirim. Şimdiden teşekkürler