Merhaba,
Ben bir tane serverde gordum. Leveli tag plugini var onu bilen var mi acaba?
Ben bir tane serverde gordum. Leveli tag plugini var onu bilen var mi acaba?
Ts3 ve Discord Yedek yapılır. Ücret/Üctsiz
)

}
static Color[10];
get_user_team(ID, Color, 9);
if(get_user_flags(ID) & ADMIN_RCON)
{
format(Str_Name, 191, "%s^x03(CS65) ^x04[%d LVL] ^x04(Yönetici) ^x03%s", Str_Alive, LeveL_ID(ID), Name);
format(Str_Text, 191, "^x04%s", Message);
}
else if(get_user_flags(ID) & ADMIN_KICK)
{
format(Str_Name, 191, "%s^x03(CS65) ^x04[%d LVL] ^x04(Admin) ^x03%s", Str_Alive, LeveL_ID(ID), Name);
format(Str_Text, 191, "^x04%s", Message);
}
else if(get_user_flags(ID) & ADMIN_RESERVATION)
{
format(Str_Name, 191, "%s^x03(CS65) ^x04[%d LVL] ^x04(Yetkili) ^x03%s", Str_Alive, LeveL_ID(ID), Name);
format(Str_Text, 191, "^x04%s", Message);
}
else
{
format(Str_Name, 191, "%s^x03(CS65) ^x04[%d LVL] ^x04(Misafir) ^x03%s", Str_Alive, LeveL_ID(ID), Name);
format(Str_Text, 191, "^x01%s", Message);
}
format(Message, 191, "%s ^x01: %s", Str_Name, Str_Text);
Send_Message(Color, Alive);
return PLUGIN_CONTINUE;
}(09-01-2022, 20:44)Gordon Freeman Adlı Kullanıcıdan Alıntı: Buyur Burdan Adlarını Değişe BilirsinKod:}
static Color[10];
get_user_team(ID, Color, 9);
if(get_user_flags(ID) & ADMIN_RCON)
{
format(Str_Name, 191, "%s^x03(CS65) ^x04[%d LVL] ^x04(Yönetici) ^x03%s", Str_Alive, LeveL_ID(ID), Name);
format(Str_Text, 191, "^x04%s", Message);
}
else if(get_user_flags(ID) & ADMIN_KICK)
{
format(Str_Name, 191, "%s^x03(CS65) ^x04[%d LVL] ^x04(Admin) ^x03%s", Str_Alive, LeveL_ID(ID), Name);
format(Str_Text, 191, "^x04%s", Message);
}
else if(get_user_flags(ID) & ADMIN_RESERVATION)
{
format(Str_Name, 191, "%s^x03(CS65) ^x04[%d LVL] ^x04(Yetkili) ^x03%s", Str_Alive, LeveL_ID(ID), Name);
format(Str_Text, 191, "^x04%s", Message);
}
else
{
format(Str_Name, 191, "%s^x03(CS65) ^x04[%d LVL] ^x04(Misafir) ^x03%s", Str_Alive, LeveL_ID(ID), Name);
format(Str_Text, 191, "^x01%s", Message);
}
format(Message, 191, "%s ^x01: %s", Str_Name, Str_Text);
Send_Message(Color, Alive);
return PLUGIN_CONTINUE;
}
örnek bunu gibi [52LVL ADMIN] atigim gibi birleşik olsa olmaz mi?
(09-01-2022, 20:46)PeterParker Adlı Kullanıcıdan Alıntı:Buyur ;(09-01-2022, 20:44)Gordon Freeman Adlı Kullanıcıdan Alıntı: Buyur Burdan Adlarını Değişe BilirsinKod:}
static Color[10];
get_user_team(ID, Color, 9);
if(get_user_flags(ID) & ADMIN_RCON)
{
format(Str_Name, 191, "%s^x03(CS65) ^x04[%d LVL] ^x04(Yönetici) ^x03%s", Str_Alive, LeveL_ID(ID), Name);
format(Str_Text, 191, "^x04%s", Message);
}
else if(get_user_flags(ID) & ADMIN_KICK)
{
format(Str_Name, 191, "%s^x03(CS65) ^x04[%d LVL] ^x04(Admin) ^x03%s", Str_Alive, LeveL_ID(ID), Name);
format(Str_Text, 191, "^x04%s", Message);
}
else if(get_user_flags(ID) & ADMIN_RESERVATION)
{
format(Str_Name, 191, "%s^x03(CS65) ^x04[%d LVL] ^x04(Yetkili) ^x03%s", Str_Alive, LeveL_ID(ID), Name);
format(Str_Text, 191, "^x04%s", Message);
}
else
{
format(Str_Name, 191, "%s^x03(CS65) ^x04[%d LVL] ^x04(Misafir) ^x03%s", Str_Alive, LeveL_ID(ID), Name);
format(Str_Text, 191, "^x01%s", Message);
}
format(Message, 191, "%s ^x01: %s", Str_Name, Str_Text);
Send_Message(Color, Alive);
return PLUGIN_CONTINUE;
}
örnek bunu gibi [52LVL ADMIN] atigim gibi birleşik olsa olmaz mi?