my error - Help Plss:
[Hidden Content]
deathmatch.cpp: In member function 'void CDeathMatchPvP::OnLogin(LPCHARACTER)':
deathmatch.cpp:18:18: error: 'STUN_DEATHMATCH' was not declared in this scope
ch->AddAffect(STUN_DEATHMATCH, 0, 0, AFF_STUN, 60*60*60*365, 0, 1, 0);
^~~~~~~~~~~~~~~
deathmatch.cpp:25:17: error: 'PK_MODE_DEATHMATCH' was not declared in this scope
ch->SetPKMode(PK_MODE_DEATHMATCH);
^~~~~~~~~~~~~~~~~~
deathmatch.cpp: In member function 'void FDeleteStun::operator()(LPENTITY)':
deathmatch.cpp:42:24: error: 'STUN_DEATHMATCH' was not declared in this scope
if (ch->FindAffect(STUN_DEATHMATCH))
^~~~~~~~~~~~~~~
gmake: *** [Makefile:183: .obj/deathmatch.o] Error 1
gmake: *** Waiting for unfinished jobs....