Quote:
Originally Posted by Arkshine
Look, I'm trying to help you, so attach your map because I would like to test myself, since pfn_keyvalue should show custom keyvalues, it's what use soccerjam and it's weird you say nothing appears ; so would like to see myself. Anyway, it's either parsing the map file, either hooking keyvalues.
|
Oh sorry, I mistake getting ur meaning
There you are.
Edit:
I just found it there!!!
Code:
public pfn_keyvalue(entid)
{
new classname[32], key[32], value[32]
copy_keyvalue(classname, 31, key, 31, value, 31)
if(equal(key, "classname") && equal(value, "monster_zombie"))
{
server_print("FOUND!")
DispatchKeyValue("classname", "func_wall")
}
}
Output: FOUND!