Teşekkürler Hocam Gercekten Kök Salmış Sağlam bir Pluginci Oldugunu Bu Tur Seylerle Kanıtlıyorsun. Yalnız Benim Resimde Attığım Gibi Yapabilirsen iyi olabılır Bazı Yerlerı atlamıssın
Teşekkürler Hocam Gercekten Kök Salmış Sağlam bir Pluginci Oldugunu Bu Tur Seylerle Kanıtlıyorsun. Yalnız Benim Resimde Attığım Gibi Yapabilirsen iyi olabılır Bazı Yerlerı atlamıssın
Reis Şimdi Hata Yapmıssın Galiba Cunkı Biraz Değişik Olmus. benim Attığım Örnekteki Gibi Yapabılrısen İyi Olur suan Attığım Resim Bize düzenleyip verdiğin /admin plugini düzeltebilirsen sevinirim
#akcaliberkk
- - - - - - - - - -
Reis Şimdi Hata Yapmıssın Galiba Cunkı Biraz Değişik Olmus. benim Attığım Örnekteki Gibi Yapabılrısen İyi Olur suan Attığım Resim Bize düzenleyip verdiğin /admin plugini düzeltebilirsen sevinirim
#akcaliberkk
Renk sorunundan mı bahsediyorsun kardeşim?
MaMi [$]
95.173.173.111
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
/DGJail
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
/DissidenTJail
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
/DGClannn
Skype: DissidenT.Gaming
Melih kardeş şu plugini türkçe olarak yapma şansın var mı ? akçalı yapmış ama türkçe olarak değiştirebilirmisin
#include <amxmodx>
/*---------------EDIT ME------------------*/
#define ADMIN_CHECK ADMIN_KICK
static const COLOR[] = "^x04" //green
static const CONTACT[] = ""
/*----------------------------------------*/
new maxplayers
new gmsgSayText
public plugin_init() {
register_plugin("Admin Check", "1.51", "OneEyed")
maxplayers = get_maxplayers()
gmsgSayText = get_user_msgid("SayText")
register_clcmd("say", "handle_say")
register_cvar("amx_contactinfo", CONTACT, FCVAR_SERVER)
}
public handle_say(id) {
new said[192]
read_args(said,192)
if( ( containi(said, "who") != -1 && containi(said, "admin") != -1 ) || contain(said, "/admin") != -1 )
set_task(0.1,"print_adminlist",id)
return PLUGIN_CONTINUE
}
public print_adminlist(user)
{
new adminnames[33][32]
new message[256]
new contactinfo[256], contact[112]
new id, count, x, len
for(id = 1 ; id <= maxplayers ; id++)
if(is_user_connected(id))
if(get_user_flags(id) & ADMIN_CHECK)
get_user_name(id, adminnames[count++], 31)
len = format(message, 255, "^x01[SFP]%s ADMINS ONLINE: ^x03",COLOR)
if(count > 0) {
for(x = 0 ; x < count ; x++) {
len += format(message[len], 255-len, "%s%s ", adminnames[x], x < (count-1) ? ", ":"")
if(len > 96 ) {
print_message(user, message)
len = format(message, 255, "^x03 ")
}
}
print_message(user, message)
}
else {
len += format(message[len], 255-len, "^x03 No admins online.")
print_message(user, message)
}
get_cvar_string("amx_contactinfo", contact, 63)
if(contact[0]) {
format(contactinfo, 111, "%s Contact Server Admin -- ^x03 %s", COLOR, contact)
print_message(user, contactinfo)
}
}
print_message(id, msg[]) {
message_begin(MSG_ONE, gmsgSayText, {0,0,0}, id)
write_byte(id)
write_string(msg)
message_end()
}
- - - - - - - - - -
Melih kardeş şu plugini türkçe olarak yapma şansın var mı ? akçalı yapmış ama türkçe olarak değiştirebilirmisin
#include <amxmodx>
/*---------------EDIT ME------------------*/
#define ADMIN_CHECK ADMIN_KICK
static const COLOR[] = "^x04" //green
static const CONTACT[] = ""
/*----------------------------------------*/
new maxplayers
new gmsgSayText
public plugin_init() {
register_plugin("Admin Check", "1.51", "OneEyed")
maxplayers = get_maxplayers()
gmsgSayText = get_user_msgid("SayText")
register_clcmd("say", "handle_say")
register_cvar("amx_contactinfo", CONTACT, FCVAR_SERVER)
}
public handle_say(id) {
new said[192]
read_args(said,192)
if( ( containi(said, "who") != -1 && containi(said, "admin") != -1 ) || contain(said, "/admin") != -1 )
set_task(0.1,"print_adminlist",id)
return PLUGIN_CONTINUE
}
public print_adminlist(user)
{
new adminnames[33][32]
new message[256]
new contactinfo[256], contact[112]
new id, count, x, len
for(id = 1 ; id <= maxplayers ; id++)
if(is_user_connected(id))
if(get_user_flags(id) & ADMIN_CHECK)
get_user_name(id, adminnames[count++], 31)
len = format(message, 255, "^x01[SFP]%s ADMINS ONLINE: ^x03",COLOR)
if(count > 0) {
for(x = 0 ; x < count ; x++) {
len += format(message[len], 255-len, "%s%s ", adminnames[x], x < (count-1) ? ", ":"")
if(len > 96 ) {
print_message(user, message)
len = format(message, 255, "^x03 ")
}
}
print_message(user, message)
}
else {
len += format(message[len], 255-len, "^x03 No admins online.")
print_message(user, message)
}
get_cvar_string("amx_contactinfo", contact, 63)
if(contact[0]) {
format(contactinfo, 111, "%s Contact Server Admin -- ^x03 %s", COLOR, contact)
print_message(user, contactinfo)
}
}
print_message(id, msg[]) {
message_begin(MSG_ONE, gmsgSayText, {0,0,0}, id)
write_byte(id)
write_string(msg)
message_end()
}
MaMi [$]
95.173.173.111
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
/DGJail
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
/DissidenTJail
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
/DGClannn
Skype: DissidenT.Gaming
PHP- Kodu:
#include <amxmodx>
/*---------------EDIT ME------------------*/
#define ADMIN_CHECK ADMIN_KICK
static const COLOR[] = "^x04" //green
static const CONTACT[] = ""
/*----------------------------------------*/
new maxplayers
new gmsgSayText
public plugin_init() {
register_plugin("Admin Check", "1.51", "OneEyed")
maxplayers = get_maxplayers()
gmsgSayText = get_user_msgid("SayText")
register_clcmd("say", "handle_say")
register_cvar("amx_contactinfo", CONTACT, FCVAR_SERVER)
}
public handle_say(id) {
new said[192]
read_args(said,192)
if( ( containi(said, "who") != -1 && containi(said, "admin") != -1 ) || contain(said, "/admin") != -1 )
set_task(0.1,"print_adminlist",id)
return PLUGIN_CONTINUE
}
public print_adminlist(user)
{
new adminnames[33][32]
new message[256]
new contactinfo[256], contact[112]
new id, count, x, len
for(id = 1 ; id <= maxplayers ; id++)
if(is_user_connected(id))
if(get_user_flags(id) & ADMIN_CHECK)
get_user_name(id, adminnames[count++], 31)
len = format(message, 255, "^x01[SFP]%s ADMINS ONLINE: ^x03",COLOR)
if(count > 0) {
for(x = 0 ; x < count ; x++) {
len += format(message[len], 255-len, "%s%s ", adminnames[x], x < (count-1) ? ", ":"")
if(len > 96 ) {
print_message(user, message)
len = format(message, 255, "^x03 ")
}
}
print_message(user, message)
}
else {
len += format(message[len], 255-len, "^x03 No admins online.")
print_message(user, message)
}
get_cvar_string("amx_contactinfo", contact, 63)
if(contact[0]) {
format(contactinfo, 111, "%s Contact Server Admin -- ^x03 %s", COLOR, contact)
print_message(user, contactinfo)
}
}
print_message(id, msg[]) {
message_begin(MSG_ONE, gmsgSayText, {0,0,0}, id)
write_byte(id)
write_string(msg)
message_end()
}
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 Ellerine Kollarına Sağlık..
Rica ederim
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/
PHP- Kodu:
#include <amxmodx>
/*---------------EDIT ME------------------*/
#define ADMIN_CHECK ADMIN_KICK
static const COLOR[] = "^x04" //green
static const CONTACT[] = ""
/*----------------------------------------*/
new maxplayers
new gmsgSayText
public plugin_init() {
register_plugin("Admin Check", "1.51", "OneEyed")
maxplayers = get_maxplayers()
gmsgSayText = get_user_msgid("SayText")
register_clcmd("say", "handle_say")
register_cvar("amx_contactinfo", CONTACT, FCVAR_SERVER)
}
public handle_say(id) {
new said[192]
read_args(said,192)
if( ( containi(said, "who") != -1 && containi(said, "admin") != -1 ) || contain(said, "/admin") != -1 )
set_task(0.1,"print_adminlist",id)
return PLUGIN_CONTINUE
}
public print_adminlist(user)
{
new adminnames[33][32]
new message[256]
new contactinfo[256], contact[112]
new id, count, x, len
for(id = 1 ; id <= maxplayers ; id++)
if(is_user_connected(id))
if(get_user_flags(id) & ADMIN_CHECK)
get_user_name(id, adminnames[count++], 31)
len = format(message, 255, "^x01[SV]%s ONLINE ADMINLER: ^x03",COLOR)
if(count > 0) {
for(x = 0 ; x < count ; x++) {
len += format(message[len], 255-len, "%s%s ", adminnames[x], x < (count-1) ? ", ":"")
if(len > 96 ) {
print_message(user, message)
len = format(message, 255, "^x03 ")
}
}
print_message(user, message)
}
else {
len += format(message[len], 255-len, "^x03 Online Admin Bulunmuyor.")
print_message(user, message)
}
get_cvar_string("amx_contactinfo", contact, 63)
if(contact[0]) {
format(contactinfo, 111, "%s Sunucu Sahibi Iletisim -- ^x03 %s", COLOR, contact)
print_message(user, contactinfo)
}
}
print_message(id, msg[]) {
message_begin(MSG_ONE, gmsgSayText, {0,0,0}, id)
write_byte(id)
write_string(msg)
message_end()
}
Teşekkürler.![]()
MaMi [$]
95.173.173.111
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
/DGJail
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
/DissidenTJail
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
/DGClannn
Skype: DissidenT.Gaming