View Single Post
blacklagoon
Senior Member
Join Date: Jun 2012
Old 09-25-2016 , 07:10   Re: [ANY] HL2 items (1.5.2)
Reply With Quote #18

Sorry for the repost but the post above is kinda huge already.
And with CPlayer class uncutted but m_iHealth, m_iObserverMode, and m_ArmorValue commented i get only this :
Code:
#0  0x00000000 in ?? ()
#1  0xdde8890a in CEntity::entindex_non_network (this=0xe075200) at /home/blacklagoon/extension/sourcemod/extensions/hl2ents/Extension/CEntity/CEntity.cpp:1108
#2  0xdde85ddc in CEntity::InternalGetServerClass (this=0xe075200) at /home/blacklagoon/extension/sourcemod/extensions/hl2ents/Extension/CEntity/CEntity.cpp:422
#3  0xdde945d8 in fastdelegate::FastDelegate0<ServerClass*>::operator() (this=0xe07658c) at /home/blacklagoon/extension/mmsource-1.10/core/sourcehook/FastDelegate.h:909
#4  0xdde900a1 in __SourceHook_MFHCls_GetServerClass::CMyDelegateImpl::Call (this=0xe076588) at /home/blacklagoon/extension/sourcemod/extensions/hl2ents/Extension/CEntity/CEntity.cpp:58
#5  0xdde9016d in __SourceHook_MFHCls_GetServerClass::Func (this=0xecb74a0) at /home/blacklagoon/extension/sourcemod/extensions/hl2ents/Extension/CEntity/CEntity.cpp:58
#6  0xe3f9bd35 in CServerNetworkProperty::CacheServerClass() () from /home/users/theuser/srcdsdir/csgo/bin/server.so
#7  0xe3cf6e6a in CBaseEntity::PostConstructor(char const*) () from /home/users/theuser/srcdsdir/csgo/bin/server.so
#8  0xdde97bde in PostConstructorClass::PostConstructor (this=0xecb74a0, szClassname=0xf2e95994 "worldspawn") at /home/blacklagoon/extension/sourcemod/extensions/hl2ents/Extension/CEntity/CEntityManager.cpp:71
#9  0xe401389c in CEntityFactory<CWorld>::Create(char const*) () from /home/users/dayz/theuser/srcdsdir/bin/server.so
#10 0xe3ea2859 in CreateEntityByName(char const*, int, bool) () from /home/users/dayz/theuser/srcdsdir/bin/server.so
#11 0xe3e79e82 in CMapLoadEntityFilter::CreateNextEntity(char const*) () from /home/users/theuser/srcdsdir/csgo/bin/server.so
#12 0xe3ea3988 in MapEntity_ParseEntity(CBaseEntity*&, char const*, IMapEntityFilter*) () from /home/users/theuser/srcdsdir/csgo/bin/server.so
#13 0xe3ea3f5f in MapEntity_ParseAllEntities(char const*, IMapEntityFilter*, bool) () from /home/users/theuser/srcdsdir/csgo/bin/server.so
#14 0xe3e78c83 in CServerGameDLL::LevelInit(char const*, char const*, char const*, char const*, bool, bool) () from /home/users/theuser/srcdsdir/csgo/bin/server.so
#15 0xe34d0d2b in __SourceHook_MFHCls_SGD_LevelInit::Func(char const*, char const*, char const*, char const*, bool, bool) () from /home/users/theuser/srcdsdir/csgo/../csgo/addons/metamod/bin/metamod.2.csgo.so
#16 0x00000000 in ?? ()

Last edited by blacklagoon; 09-25-2016 at 07:54.
blacklagoon is offline