Hi list,

I'm messing about with a plugin and i'm getting a crash when trying to
access an edict_t* returned by PEntityOfEntIndex(int iEntIndex)

I'm basically trying to find out info about entities based on the
client index (eventually i'd like to do it based on name and/or steam
id).

Code goes a little like this:

edict_t *entity = engine->PEntityOfEntIndex(playerIndex);
if (!entity) ...

IPlayerInfo *playerInfo = playerinfomanager->GetPlayerInfo(entity);
if (!playerInfo) ...

// This line causes a crash
Msg("SteamId: %s\n", playerInfo->GetNetworkIDString());

I'm almost certainly doing something wrong, or perhaps my approach is
totally wrong for what i'm trying to achive.  So any thoughts?

ta,

Trimbo

_______________________________________________
To unsubscribe, edit your list preferences, or view the list archives, please 
visit:
http://list.valvesoftware.com/mailman/listinfo/hlcoders

Reply via email to