View Single Post
qlail
Member
Join Date: Aug 2009
Old 01-21-2012 , 15:45   Re: [HOWTO] Make a NPC with extra features.
Reply With Quote #26

Quote:
Originally Posted by Devil259 View Post
public npc_TakeDamage(ent, inflictor, attacker, Float:damage, bits)
{
//Make sure our ent classname is the same as our NPC
new className[32];
entity_get_string(iEnt, EV_SZ_classname, className, charsmax(className))
What is this for?
qlail is offline