Where can I see the keys of the entities?
I wanted to use this function here:
http://www.amxmodx.org/doc/index.htm...chkeyvalue.htm
I had a look into engine_stocks.inc and found just this keys:
- DispatchKeyValue(entity,"dmg",szDamage);
- DispatchKeyValue(entity,"damagetype",szDamage );
- DispatchKeyValue(entity,"origin","8192 8192 8192");
I need the key for the health of the breakable entities. I tried it with health, but it didn't work.