Quantcast
Channel: MMO Tutkunları
Viewing all articles
Browse latest Browse all 19397

char.cpp bu kod ne işe yarar?

$
0
0
Kod (C++):
  1. if (IsPC() == true && (LC_IsEurope() == true || LC_IsCanada() == true || LC_IsSingapore() == true))
  2. #endif
  3.         {
  4.             addPacket.dwLevel = GetLevel();
  5.         }
  6.         else
  7.         {
  8.             addPacket.dwLevel = 0;
  9.         }
char.cpp de ki bu kod ne işe yarar özellikle addPacket.dwLevel = 0; bunu silersek ne olur?

Viewing all articles
Browse latest Browse all 19397