Merhaba, bi chat eklentisi düzenlemeye çalışıyorum. Daha önce konusunu açmıştım burada farklı birşey için. Şöyle bir deneme içindeyim, acaba bu kod satırında yanlış nerede?
Kod:
else if(flags & ADMIN_PASSWORD) //Chief Admin
{
if(flags > 0 && !(flags & ADMIN_ADMIN))
{
if(is_user_steam(sndr))
{
prefix = csd_checkuserac(sndr) ? "^x03[^x04 Steam+ Chief Adminss ^x03] ^x03":"^x03[^x04 Steam Chief Adminss ^x03] ^x03";
}
else
{
prefix = "^x03[^x04 NonSteam Chief Admin ^x03] ^x03"
}
}
else if(is_user_steam(sndr))
{
prefix = csd_checkuserac(sndr) ? "^x03[^x04 Steam+ Chief Admin ^x03] ^x03":"^x03[^x04 Steam Chief Admin+ ^x03] ^x03";
}
else
{
prefix = "^x03[^x04 NonSteam Chief Admin ^x03] ^x03"
}
}Selected Community [ Cs2.Csduragi.Net ]
Son Düzenleme: 03-11-2021, 12:57, Düzenleyen: Demirhan
)

