- Katılım
- 20 Kas 2025
- Konular
- 104
- Mesajlar
- 677
- Online süresi
- 12g 84690s
- Reaksiyon Skoru
- 715
- Altın Konu
- 0
- Başarım Puanı
- 163
- Yaş
- 32
- TM Yaşı
- 5 Ay
- MmoLira
- 10,648
- DevLira
- 3
Metin2 EP, Valorant VP dahil tüm oyun ürünlerini en uygun fiyatlarla bulabilir, Item ve Karakterlerinizi hızlıca satabilirsiniz. HEMEN TIKLA!
Selamlar,
User.h Uygun Yere Eklenecek
User.h Uygun Yere Eklenecek
Kod:
void LoginNotice();
void SendChatnotice(uint8 chattype, std::string msg, std::string Sender = "");
User.cpp Uygun Yere Eklenecek
void CUser::LoginNotice()
{
SendChatnotice(uint8(ChatType::pRIVATE_CHAT), string_format("Welcome to KnightGuard"), "[KnightGuard]");
}
void CUser::SendChatnotice(uint8 chattype, string msg, string Sender)
{
Packet chtpkt;
ChatPacket::Construct(&chtpkt, chattype, msg.c_str(), Sender.c_str(), GetNation());
Send(&chtpkt);
}
Sendmyinfo projenizde arama yapaınız
Packet result(WIZ_MYINFO); // Hemen Altına
LoginNotice();













