Selamun Aleykum CSD Ailesi
Istek eklentımın ısmını tam olarak bılmıyorum.
Selamun Aleykum dıyınce Aleykum Selam dıyecek.
Redbull kodunu atarmısınız dıyınce bind z "say /redbull" kodunu atıcak
ts3 dıyınce ts3 ıp verıcek
sw ıp dıyınce sw ıp verıcek.
Istek Plugin
Moderatör: Moderatörler
-
Konu Sahibi - Mesajlar: 119
- Kayıt: Cmt Nis 08, 2017 9:46 pm
-
Konu Sahibi - Mesajlar: 119
- Kayıt: Cmt Nis 08, 2017 9:46 pm
-
- Mesajlar: 4496
- Kayıt: Çrş Ağu 16, 2017 10:35 pm
- Server Ip/DNS: CSXX.CSDURAGI.COM
- Clan İsmi: NoMercy
Istek Plugin
OMGPro! yazdı: Prş Mar 01, 2018 7:39 pm Selamun Aleykum CSD Ailesi
Istek eklentımın ısmını tam olarak bılmıyorum.
Selamun Aleykum dıyınce Aleykum Selam dıyecek.
Redbull kodunu atarmısınız dıyınce bind z "say /redbull" kodunu atıcak
ts3 dıyınce ts3 ıp verıcek
sw ıp dıyınce sw ıp verıcek.
Kod: Tümünü seç
/* Plugin generated by AMXX-Studio */
#include <amxmodx>
#include <amxmisc>
#define PLUGIN "SA"
#define VERSION "1.0"
#define AUTHOR "ShooTeR"
public plugin_init() {
register_plugin(PLUGIN, VERSION, AUTHOR)
register_clcmd("say sa","vealeykumselam")
register_clcmd("say selamunaleykum","vealeykumselam")
register_clcmd("say selam","vealeykumselam")
register_clcmd("say sea","vealeykumselam")
register_clcmd("say s.a","vealeykumselam")
register_clcmd("say redbull kodunu atarmisiniz","redb")
register_clcmd("say redbul kodu ne","redb")
register_clcmd("say server ipsini atarmisiniz","ip")
register_clcmd("say sw ipsi ne","ip")
}
public vealeykumselam(id)
{
colorchat(id,"!y[!gClan Adi] !tAleykum Selam Serverimize Hosgeldin Kardesim")
}
public redb(id)
{
colorchat(id,"!y[!gClan Adi] !y Konsola !gb.ind z ^"say /redbull^" yazarak kullanabilirsiniz.")
}
public ip(id)
{
colorchat(id,"!y[!gClan Adi] !yServer IPmiz : !gCSXX.CSDURAGI.COM !yTS3 : TSXX.CSDURAGI.COM")
}
// RENKLI YAZI //
//-----------------------------------------------------------------//
stock colorchat(const id, const input[], any:...) {
new count = 1, players[32]
static msg[191]
vformat(msg, 190, input, 3)
replace_all(msg, 190, "!g", "^4") // YESIL YAZI
replace_all(msg, 190, "!y", "^1") // SARI YAZI (DEFAULT)
replace_all(msg, 190, "!t", "^3") // TAKIM RENGI ( T Kırmızı - CT Mavi )
if (id) players[0] = id; else get_players(players, count, "ch")
{
for (new i = 0; i < count; i++)
{
if (is_user_connected(players[i]))
{
message_begin(MSG_ONE_UNRELIABLE, get_user_msgid("SayText"), _, players[i])
write_byte(players[i]);
write_string(msg);
message_end();
}
}
}
}
// RENKLI YAZI //
//-----------------------------------------------------------------//
Link: | |
Linklerini gizle |