Problema Sursa db

  • Autor subiect PlayPerfect
  • Dată creare
  • Răspunsuri: Răspunsuri 3
  • Vizualizări: Vizualizări 1K
Stare
Nu este deschis pentru răspunsuri viitoare.

PlayPerfect

Member
16 Ian 2019
62
1
8
50
Bucuresti
Monede Dragon
0
Salut tuturor.
Am si eu o problema pe care nu o pot rezolva din pacate la sursa db de la serverfiles Serenity,care provine din ClientMenegerPlayer.cpp si nu reusesc sa o rezolv.Am comparat acest fisier cu altele,dar din pacate nu am reusit.Va rog daca poate cineva si are bunavointa sa imi lase rezolvarea .Mentionez ca dupa reboot,caracterele noi facute revin la lv1 .Multumesc anticipat.

ClientManagerPlayer.cpp: In member function 'void CClientManager::__QUERY_PLAYER_CREATE(CPeer*, DWORD, TPlayerCreatePacket*)':
ClientManagerPlayer.cpp:1045: warning: format '%lld' expects type 'long long int', but argument 25 has type 'int'
ClientManagerPlayer.cpp:1045: warning: format '%d' expects type 'int', but argument 26 has type 'long long int'
ClientManagerPlayer.cpp:1045: warning: too many arguments for format
ClientManagerPlayer.cpp:1045: warning: format '%lld' expects type 'long long int', but argument 25 has type 'int'
ClientManagerPlayer.cpp:1045: warning: format '%d' expects type 'int', but argument 26 has type 'long long int'
ClientManagerPlayer.cpp:1045: warning: too many arguments for format
ClientManagerPlayer.cpp: In member function 'void CClientManager::__RESULT_PLAYER_DELETE(CPeer*, SQLMsg*)':
ClientManagerPlayer.cpp:1303: warning: too many arguments for format
ClientManagerPlayer.cpp:1303: warning: too many arguments for format
linking ../db
root@host:/usr/src/Sursa/Server/db/src #
 
%d = DWORD
%lld = long long
se bat cap in cap :)
 
Stare
Nu este deschis pentru răspunsuri viitoare.