PvP System - Pet Filter & More

Status
Not open for further replies.
Newbie Spellweaver
Joined
Dec 24, 2006
Messages
71
Reaction score
37
Intro
I'm going to give you guys a break, here is some cool little things for you to play with.

I've done things in this community, most don't know, but hey, I'm Silent. :]

Enjoy the full required source. I won't give a guide, you have to do something on your on don't you? Oh btw, these were coded months ago, may need to be tweaked a bit, or updated, its not sloppy or poorly coded but all code can be continually updated and more efficient.

PS: Some random try and catch statements in the DPSrvr.cpp, I got bored, copied some source, played around a bit. Whatever is there is yours to play with, just sayin.

Note: I will slowly update and upload sources I have. Enjoy them, its free.


v11 Hooks (Stable) - with some help with deadly, but coded this myself. This was made wayyyyyy before server source was release, and this is how deadly and me, added in our own ****. Like his pvp system sometime ago. :]

Systems:
PvP:
Feautres:

  • Spawns are designated by the map creator by creating revival points and naming them pvp# - So example, if max spawns is 3, you need 3 revival points on the map named pvp1 pvp2 pvp3.
  • Scoreboard - Multiple Stats
  • Killing Sprees w/ Sound Effects
  • Player Recovery
  • Dynamic Spawns
  • etc, everything needed? I'm lazy, figure it out.
Server Side:
PvPSystem.cpp & h - PvP System Core
DPDatabaseClient.cpp - Player Recovery
DPSrvr.cpp - Player Resurrection
User.cpp & h - Player Struct Updated
FuncTextCmd.cpp & h - PvP Start & End Command with Map Selection
WorldServer.cpp - PvP System Enabled / Disabled Display
Mover.cpp - Player Checks
MoverAttack.cpp - PvP Target Enable

Client Side:
PvPMsg.cpp & h - Client Message System - Like event notices
WndWorld.cpp - Renders scoreboard and etc needed effects
Neuz.cpp - Renders PvP Client Messages
DPClient.cpp - Handles new PvP Packets​



Note: PvP Source is for v15. -_-;
 
Last edited by a moderator:
I could go on a rampage whining that considered good stuff just got released but well, seeing that so many people fail epicly to compile the source even when following a very detailed guide, I'm not that worried.
Thanks for the release.

I find it surprising no1 has made a guide on how to compile the source yet :x but its a good thing :D
 
I could go on a rampage whining that considered good stuff just got released but well, seeing that so many people fail epicly to compile the source even when following a very detailed guide, I'm not that worried.
Thanks for the release.

So very true, this was to help those people who are skilled but still lack the developing skills.
 
there are many guides around to compile the source. I've seen at least 3 different ones. If you are talking about dumbed down versions of guides then no, there are none.

here is one:

open all.sln, add the directX references (maybe boost I don't remember), click compile. Works every time.

I commend silent for this release mainly for the hooks. I remember talking with DD when he was working on them but I lost track of the development.
 
I commend silent for this release mainly for the hooks. I remember talking with DD when he was working on them but I lost track of the development.

Yea, me and deadly loved to hook, everything got boring when the source came out. =[

---------- Post added at 09:57 AM ---------- Previous post was at 09:41 AM ----------

Posted rest of the pvp system needed files. Should be all of them.
 
I tried to get this in my source got a matching mover.h to this? that's what is giving me the most errors mostly with the pk system
 
I tried to get this in my source got a matching mover.h to this? that's what is giving me the most errors mostly with the pk system

Agree.
There are also some sneaky errors with the petfilter you implented (just commented the petfilter stuff out currently) but the only problem I got with the mover.h you've given us is the following:



Code:
Mover.cpp
\Users\fnL\Desktop\ServerSRC\_Common\Mover.cpp(4974) : error C2065: 'KarmaProp' : undeclared identifier
\Users\fnL\Desktop\ServerSRC\_Common\Mover.cpp(4974) : error C2065: 'kp' : undeclared identifier
\Users\fnL\Desktop\ServerSRC\_Common\Mover.cpp(4974) : error C2039: 'GetKarmaProp' : is not a member of 'CProject'
        ..\_Common\Project.h(895) : see declaration of 'CProject'
\Users\fnL\Desktop\ServerSRC\_Common\Mover.cpp(4974) : error C2065: 'm_nSlaughter' : undeclared identifier
\Users\fnL\Desktop\ServerSRC\_Common\Mover.cpp(4975) : error C3861: 'm_nSlaughter': identifier not found, even with argument-dependent lookup
\Users\fnL\Desktop\ServerSRC\_Common\Mover.cpp(4994) : error C2227: left of '->dwColor' must point to class/struct/union
        type is ''unknown-type''
\Users\fnL\Desktop\ServerSRC\_Common\Mover.cpp(4994) : error C3861: 'kp': identifier not found, even with argument-dependent lookup

Code:
User.cpp(769) : error C2065: 'SNAPSHOTTYPE_PVPBOARD' : undeclared identifier
User.cpp(769) : error C2593: 'operator <<' is ambiguous
        ..\_Network\Misc\Include\ar.h(71): could be 'CAr &CAr::operator <<(unsigned int)'
        ..\_Network\Misc\Include\ar.h(70): or       'CAr &CAr::operator <<(char)'
        ..\_Network\Misc\Include\ar.h(69): or       'CAr &CAr::operator <<(short)'
        ..\_Network\Misc\Include\ar.h(68): or       'CAr &CAr::operator <<(int)'
        ..\_Network\Misc\Include\ar.h(66): or       'CAr &CAr::operator <<(double)'
        ..\_Network\Misc\Include\ar.h(65): or       'CAr &CAr::operator <<(float)'
        ..\_Network\Misc\Include\ar.h(64): or       'CAr &CAr::operator <<(DWORD)'
        ..\_Network\Misc\Include\ar.h(63): or       'CAr &CAr::operator <<(LONG)'
        ..\_Network\Misc\Include\ar.h(62): or       'CAr &CAr::operator <<(WORD)'
        ..\_Network\Misc\Include\ar.h(61): or       'CAr &CAr::operator <<(BYTE)'
        ..\_Common\lord.h(276): or       'CAr &operator <<(CAr &,IElection::ELECTION_STATE)'
        ..\_Common\guild.h(140): or       'CAr &operator <<(CAr &,CONTRIBUTION_CHANGED_INFO &)'
        ..\_Common\guild.h(92): or       'CAr &operator <<(CAr &,VOTE_INSERTED_INFO &)'
        ..\_Network\Misc\Include\ar.h(181): or       'CAr &operator <<(CAr &,PLAY_ACCOUNT)'
        ..\_Network\Misc\Include\ar.h(175): or       'CAr &operator <<(CAr &,RECT)'
        ..\_Network\Misc\Include\ar.h(161): or       'CAr &operator <<(CAr &,__int64)'
        ..\_Network\Misc\Include\ar.h(155): or       'CAr &operator <<(CAr &,D3DXVECTOR3)'
        while trying to match the argument list '(CAr, 'unknown-type')'
User.cpp(779) : error C2065: 'SNAPSHOTTYPE_PVPBOARD_ENB' : undeclared identifier
User.cpp(779) : error C2593: 'operator <<' is ambiguous
        ..\_Network\Misc\Include\ar.h(71): could be 'CAr &CAr::operator <<(unsigned int)'
        ..\_Network\Misc\Include\ar.h(70): or       'CAr &CAr::operator <<(char)'
        ..\_Network\Misc\Include\ar.h(69): or       'CAr &CAr::operator <<(short)'
        ..\_Network\Misc\Include\ar.h(68): or       'CAr &CAr::operator <<(int)'
        ..\_Network\Misc\Include\ar.h(66): or       'CAr &CAr::operator <<(double)'
        ..\_Network\Misc\Include\ar.h(65): or       'CAr &CAr::operator <<(float)'
        ..\_Network\Misc\Include\ar.h(64): or       'CAr &CAr::operator <<(DWORD)'
        ..\_Network\Misc\Include\ar.h(63): or       'CAr &CAr::operator <<(LONG)'
        ..\_Network\Misc\Include\ar.h(62): or       'CAr &CAr::operator <<(WORD)'
        ..\_Network\Misc\Include\ar.h(61): or       'CAr &CAr::operator <<(BYTE)'
        ..\_Common\lord.h(276): or       'CAr &operator <<(CAr &,IElection::ELECTION_STATE)'
        ..\_Common\guild.h(140): or       'CAr &operator <<(CAr &,CONTRIBUTION_CHANGED_INFO &)'
        ..\_Common\guild.h(92): or       'CAr &operator <<(CAr &,VOTE_INSERTED_INFO &)'
        ..\_Network\Misc\Include\ar.h(181): or       'CAr &operator <<(CAr &,PLAY_ACCOUNT)'
        ..\_Network\Misc\Include\ar.h(175): or       'CAr &operator <<(CAr &,RECT)'
        ..\_Network\Misc\Include\ar.h(161): or       'CAr &operator <<(CAr &,__int64)'
        ..\_Network\Misc\Include\ar.h(155): or       'CAr &operator <<(CAr &,D3DXVECTOR3)'
        while trying to match the argument list '(CAr, 'unknown-type')'
User.cpp(788) : error C2065: 'SNAPSHOTTYPE_PVPBOARD_DIS' : undeclared identifier
User.cpp(788) : error C2593: 'operator <<' is ambiguous
        ..\_Network\Misc\Include\ar.h(71): could be 'CAr &CAr::operator <<(unsigned int)'
        ..\_Network\Misc\Include\ar.h(70): or       'CAr &CAr::operator <<(char)'
        ..\_Network\Misc\Include\ar.h(69): or       'CAr &CAr::operator <<(short)'
        ..\_Network\Misc\Include\ar.h(68): or       'CAr &CAr::operator <<(int)'
        ..\_Network\Misc\Include\ar.h(66): or       'CAr &CAr::operator <<(double)'
        ..\_Network\Misc\Include\ar.h(65): or       'CAr &CAr::operator <<(float)'
        ..\_Network\Misc\Include\ar.h(64): or       'CAr &CAr::operator <<(DWORD)'
        ..\_Network\Misc\Include\ar.h(63): or       'CAr &CAr::operator <<(LONG)'
        ..\_Network\Misc\Include\ar.h(62): or       'CAr &CAr::operator <<(WORD)'
        ..\_Network\Misc\Include\ar.h(61): or       'CAr &CAr::operator <<(BYTE)'
        ..\_Common\lord.h(276): or       'CAr &operator <<(CAr &,IElection::ELECTION_STATE)'
        ..\_Common\guild.h(140): or       'CAr &operator <<(CAr &,CONTRIBUTION_CHANGED_INFO &)'
        ..\_Common\guild.h(92): or       'CAr &operator <<(CAr &,VOTE_INSERTED_INFO &)'
        ..\_Network\Misc\Include\ar.h(181): or       'CAr &operator <<(CAr &,PLAY_ACCOUNT)'
        ..\_Network\Misc\Include\ar.h(175): or       'CAr &operator <<(CAr &,RECT)'
        ..\_Network\Misc\Include\ar.h(161): or       'CAr &operator <<(CAr &,__int64)'
        ..\_Network\Misc\Include\ar.h(155): or       'CAr &operator <<(CAr &,D3DXVECTOR3)'
        while trying to match the argument list '(CAr, 'unknown-type')'
User.cpp(883) : error C2065: 'TEXT_PVP' : undeclared identifier
User.cpp(883) : error C2593: 'operator <<' is ambiguous
        ..\_Network\Misc\Include\ar.h(71): could be 'CAr &CAr::operator <<(unsigned int)'
        ..\_Network\Misc\Include\ar.h(70): or       'CAr &CAr::operator <<(char)'
        ..\_Network\Misc\Include\ar.h(69): or       'CAr &CAr::operator <<(short)'
        ..\_Network\Misc\Include\ar.h(68): or       'CAr &CAr::operator <<(int)'
        ..\_Network\Misc\Include\ar.h(66): or       'CAr &CAr::operator <<(double)'
        ..\_Network\Misc\Include\ar.h(65): or       'CAr &CAr::operator <<(float)'
        ..\_Network\Misc\Include\ar.h(64): or       'CAr &CAr::operator <<(DWORD)'
        ..\_Network\Misc\Include\ar.h(63): or       'CAr &CAr::operator <<(LONG)'
        ..\_Network\Misc\Include\ar.h(62): or       'CAr &CAr::operator <<(WORD)'
        ..\_Network\Misc\Include\ar.h(61): or       'CAr &CAr::operator <<(BYTE)'
        ..\_Common\lord.h(276): or       'CAr &operator <<(CAr &,IElection::ELECTION_STATE)'
        ..\_Common\guild.h(140): or       'CAr &operator <<(CAr &,CONTRIBUTION_CHANGED_INFO &)'
        ..\_Common\guild.h(92): or       'CAr &operator <<(CAr &,VOTE_INSERTED_INFO &)'
        ..\_Network\Misc\Include\ar.h(181): or       'CAr &operator <<(CAr &,PLAY_ACCOUNT)'
        ..\_Network\Misc\Include\ar.h(175): or       'CAr &operator <<(CAr &,RECT)'
        ..\_Network\Misc\Include\ar.h(161): or       'CAr &operator <<(CAr &,__int64)'
        ..\_Network\Misc\Include\ar.h(155): or       'CAr &operator <<(CAr &,D3DXVECTOR3)'
        while trying to match the argument list '(CAr, 'unknown-type')'

Btw. There is a "telacore.h" missing which is pulling out a big load of errors.
 
Agree.
There are also some sneaky errors with the petfilter you implented (just commented the petfilter stuff out currently) but the only problem I got with the mover.h you've given us is the following:



Code:
Mover.cpp
\Users\fnL\Desktop\ServerSRC\_Common\Mover.cpp(4974) : error C2065: 'KarmaProp' : undeclared identifier
\Users\fnL\Desktop\ServerSRC\_Common\Mover.cpp(4974) : error C2065: 'kp' : undeclared identifier
\Users\fnL\Desktop\ServerSRC\_Common\Mover.cpp(4974) : error C2039: 'GetKarmaProp' : is not a member of 'CProject'
        ..\_Common\Project.h(895) : see declaration of 'CProject'
\Users\fnL\Desktop\ServerSRC\_Common\Mover.cpp(4974) : error C2065: 'm_nSlaughter' : undeclared identifier
\Users\fnL\Desktop\ServerSRC\_Common\Mover.cpp(4975) : error C3861: 'm_nSlaughter': identifier not found, even with argument-dependent lookup
\Users\fnL\Desktop\ServerSRC\_Common\Mover.cpp(4994) : error C2227: left of '->dwColor' must point to class/struct/union
        type is ''unknown-type''
\Users\fnL\Desktop\ServerSRC\_Common\Mover.cpp(4994) : error C3861: 'kp': identifier not found, even with argument-dependent lookup

Code:
User.cpp(769) : error C2065: 'SNAPSHOTTYPE_PVPBOARD' : undeclared identifier
User.cpp(769) : error C2593: 'operator <<' is ambiguous
        ..\_Network\Misc\Include\ar.h(71): could be 'CAr &CAr::operator <<(unsigned int)'
        ..\_Network\Misc\Include\ar.h(70): or       'CAr &CAr::operator <<(char)'
        ..\_Network\Misc\Include\ar.h(69): or       'CAr &CAr::operator <<(short)'
        ..\_Network\Misc\Include\ar.h(68): or       'CAr &CAr::operator <<(int)'
        ..\_Network\Misc\Include\ar.h(66): or       'CAr &CAr::operator <<(double)'
        ..\_Network\Misc\Include\ar.h(65): or       'CAr &CAr::operator <<(float)'
        ..\_Network\Misc\Include\ar.h(64): or       'CAr &CAr::operator <<(DWORD)'
        ..\_Network\Misc\Include\ar.h(63): or       'CAr &CAr::operator <<(LONG)'
        ..\_Network\Misc\Include\ar.h(62): or       'CAr &CAr::operator <<(WORD)'
        ..\_Network\Misc\Include\ar.h(61): or       'CAr &CAr::operator <<(BYTE)'
        ..\_Common\lord.h(276): or       'CAr &operator <<(CAr &,IElection::ELECTION_STATE)'
        ..\_Common\guild.h(140): or       'CAr &operator <<(CAr &,CONTRIBUTION_CHANGED_INFO &)'
        ..\_Common\guild.h(92): or       'CAr &operator <<(CAr &,VOTE_INSERTED_INFO &)'
        ..\_Network\Misc\Include\ar.h(181): or       'CAr &operator <<(CAr &,PLAY_ACCOUNT)'
        ..\_Network\Misc\Include\ar.h(175): or       'CAr &operator <<(CAr &,RECT)'
        ..\_Network\Misc\Include\ar.h(161): or       'CAr &operator <<(CAr &,__int64)'
        ..\_Network\Misc\Include\ar.h(155): or       'CAr &operator <<(CAr &,D3DXVECTOR3)'
        while trying to match the argument list '(CAr, 'unknown-type')'
User.cpp(779) : error C2065: 'SNAPSHOTTYPE_PVPBOARD_ENB' : undeclared identifier
User.cpp(779) : error C2593: 'operator <<' is ambiguous
        ..\_Network\Misc\Include\ar.h(71): could be 'CAr &CAr::operator <<(unsigned int)'
        ..\_Network\Misc\Include\ar.h(70): or       'CAr &CAr::operator <<(char)'
        ..\_Network\Misc\Include\ar.h(69): or       'CAr &CAr::operator <<(short)'
        ..\_Network\Misc\Include\ar.h(68): or       'CAr &CAr::operator <<(int)'
        ..\_Network\Misc\Include\ar.h(66): or       'CAr &CAr::operator <<(double)'
        ..\_Network\Misc\Include\ar.h(65): or       'CAr &CAr::operator <<(float)'
        ..\_Network\Misc\Include\ar.h(64): or       'CAr &CAr::operator <<(DWORD)'
        ..\_Network\Misc\Include\ar.h(63): or       'CAr &CAr::operator <<(LONG)'
        ..\_Network\Misc\Include\ar.h(62): or       'CAr &CAr::operator <<(WORD)'
        ..\_Network\Misc\Include\ar.h(61): or       'CAr &CAr::operator <<(BYTE)'
        ..\_Common\lord.h(276): or       'CAr &operator <<(CAr &,IElection::ELECTION_STATE)'
        ..\_Common\guild.h(140): or       'CAr &operator <<(CAr &,CONTRIBUTION_CHANGED_INFO &)'
        ..\_Common\guild.h(92): or       'CAr &operator <<(CAr &,VOTE_INSERTED_INFO &)'
        ..\_Network\Misc\Include\ar.h(181): or       'CAr &operator <<(CAr &,PLAY_ACCOUNT)'
        ..\_Network\Misc\Include\ar.h(175): or       'CAr &operator <<(CAr &,RECT)'
        ..\_Network\Misc\Include\ar.h(161): or       'CAr &operator <<(CAr &,__int64)'
        ..\_Network\Misc\Include\ar.h(155): or       'CAr &operator <<(CAr &,D3DXVECTOR3)'
        while trying to match the argument list '(CAr, 'unknown-type')'
User.cpp(788) : error C2065: 'SNAPSHOTTYPE_PVPBOARD_DIS' : undeclared identifier
User.cpp(788) : error C2593: 'operator <<' is ambiguous
        ..\_Network\Misc\Include\ar.h(71): could be 'CAr &CAr::operator <<(unsigned int)'
        ..\_Network\Misc\Include\ar.h(70): or       'CAr &CAr::operator <<(char)'
        ..\_Network\Misc\Include\ar.h(69): or       'CAr &CAr::operator <<(short)'
        ..\_Network\Misc\Include\ar.h(68): or       'CAr &CAr::operator <<(int)'
        ..\_Network\Misc\Include\ar.h(66): or       'CAr &CAr::operator <<(double)'
        ..\_Network\Misc\Include\ar.h(65): or       'CAr &CAr::operator <<(float)'
        ..\_Network\Misc\Include\ar.h(64): or       'CAr &CAr::operator <<(DWORD)'
        ..\_Network\Misc\Include\ar.h(63): or       'CAr &CAr::operator <<(LONG)'
        ..\_Network\Misc\Include\ar.h(62): or       'CAr &CAr::operator <<(WORD)'
        ..\_Network\Misc\Include\ar.h(61): or       'CAr &CAr::operator <<(BYTE)'
        ..\_Common\lord.h(276): or       'CAr &operator <<(CAr &,IElection::ELECTION_STATE)'
        ..\_Common\guild.h(140): or       'CAr &operator <<(CAr &,CONTRIBUTION_CHANGED_INFO &)'
        ..\_Common\guild.h(92): or       'CAr &operator <<(CAr &,VOTE_INSERTED_INFO &)'
        ..\_Network\Misc\Include\ar.h(181): or       'CAr &operator <<(CAr &,PLAY_ACCOUNT)'
        ..\_Network\Misc\Include\ar.h(175): or       'CAr &operator <<(CAr &,RECT)'
        ..\_Network\Misc\Include\ar.h(161): or       'CAr &operator <<(CAr &,__int64)'
        ..\_Network\Misc\Include\ar.h(155): or       'CAr &operator <<(CAr &,D3DXVECTOR3)'
        while trying to match the argument list '(CAr, 'unknown-type')'
User.cpp(883) : error C2065: 'TEXT_PVP' : undeclared identifier
User.cpp(883) : error C2593: 'operator <<' is ambiguous
        ..\_Network\Misc\Include\ar.h(71): could be 'CAr &CAr::operator <<(unsigned int)'
        ..\_Network\Misc\Include\ar.h(70): or       'CAr &CAr::operator <<(char)'
        ..\_Network\Misc\Include\ar.h(69): or       'CAr &CAr::operator <<(short)'
        ..\_Network\Misc\Include\ar.h(68): or       'CAr &CAr::operator <<(int)'
        ..\_Network\Misc\Include\ar.h(66): or       'CAr &CAr::operator <<(double)'
        ..\_Network\Misc\Include\ar.h(65): or       'CAr &CAr::operator <<(float)'
        ..\_Network\Misc\Include\ar.h(64): or       'CAr &CAr::operator <<(DWORD)'
        ..\_Network\Misc\Include\ar.h(63): or       'CAr &CAr::operator <<(LONG)'
        ..\_Network\Misc\Include\ar.h(62): or       'CAr &CAr::operator <<(WORD)'
        ..\_Network\Misc\Include\ar.h(61): or       'CAr &CAr::operator <<(BYTE)'
        ..\_Common\lord.h(276): or       'CAr &operator <<(CAr &,IElection::ELECTION_STATE)'
        ..\_Common\guild.h(140): or       'CAr &operator <<(CAr &,CONTRIBUTION_CHANGED_INFO &)'
        ..\_Common\guild.h(92): or       'CAr &operator <<(CAr &,VOTE_INSERTED_INFO &)'
        ..\_Network\Misc\Include\ar.h(181): or       'CAr &operator <<(CAr &,PLAY_ACCOUNT)'
        ..\_Network\Misc\Include\ar.h(175): or       'CAr &operator <<(CAr &,RECT)'
        ..\_Network\Misc\Include\ar.h(161): or       'CAr &operator <<(CAr &,__int64)'
        ..\_Network\Misc\Include\ar.h(155): or       'CAr &operator <<(CAr &,D3DXVECTOR3)'
        while trying to match the argument list '(CAr, 'unknown-type')'

Btw. There is a "telacore.h" missing which is pulling out a big load of errors.


yeah its in the development section so that does make it a community development :3 if we get it working i suggest put the files in the folder needed to go like the pet filter that is sort of fails i found XD
 
I fixed a lot errors rewritting some parts. I got WorldServer running perfect, but I got 3 errors in Neuz caused by g_pPvp. I changed g_pPvp = new... for PvPInfo* g_pPvp = new... and defined that in Functextcmd.cpp and WndWorld.cpp.

But I still got this errors left.

Code:
WndWorld.cpp
\Users\Admin\Desktop\SourceTEST\Official Source\_Interface\WndWorld.cpp(1250) : error C2065: 'szMap' : undeclared identifier
\Users\Admin\Desktop\SourceTEST\Official Source\_Interface\WndWorld.cpp(7539) : error C3861: 'szMap': identifier not found, even with argument-dependent lookup
FuncTextCmd.cpp
\Users\Admin\Desktop\SourceTEST\Official Source\_Interface\FuncTextCmd.cpp(1636) : error C2065: 'szMap' : undeclared identifier

@others

If you get errors with .ar define in msghdr.h
 
Last edited:
I fixed a lot errors rewritting some parts. I got WorldServer running perfect, but I got 3 errors in Neuz caused by g_pPvp. I changed g_pPvp = new... for PvPInfo* g_pPvp = new... and defined that in Functextcmd.cpp and WndWorld.cpp.

But I still got this errors left.

Code:
WndWorld.cpp
\Users\Admin\Desktop\SourceTEST\Official Source\_Interface\WndWorld.cpp(1250) : error C2065: 'szMap' : undeclared identifier
\Users\Admin\Desktop\SourceTEST\Official Source\_Interface\WndWorld.cpp(7539) : error C3861: 'szMap': identifier not found, even with argument-dependent lookup
FuncTextCmd.cpp
\Users\Admin\Desktop\SourceTEST\Official Source\_Interface\FuncTextCmd.cpp(1636) : error C2065: 'szMap' : undeclared identifier

@others

If you get errors with .ar define in msghdr.h

upload and post your fixes : O
 
Status
Not open for further replies.
Back