Won't work at all, why?
PHP Code:
public plugin_precache()
{
RegisterHam(Ham_Spawn, "func_wall", "fwd_MonsterSpawn");
}
PHP Code:
public fwd_MonsterSpawn(ent)
{
server_print("spawned entity")
client_print( 0, print_chat, "spawned")
}
I just need to detect the monster is spawned, tryied to detect it also in plugin_init, also tryied FM_Spawn, no success
__________________