Jump to content

Home

Entities as NPCs


Freyr

Recommended Posts

That works, so does...

if ( ent->s.eType == ET_NPC )

I seem to have used both in JMMod without any trouble. To be honest, I don't know why you would choose one over the other. Both are used in the SDK, maybe each is used by different programmers.

 

You might also want (for example)

if ( ent->client->NPC_class == CLASS_VEHICLE )

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...