Quote:
|
Hook "armoury_entity" (Ham_Spawn)
|
Uhh.
PHP Code:
/* Plugin generated by AMXX-Studio */
#include <amxmodx>
#include <amxmisc>
#include <hamsandwich>
#define PLUGIN "Nowy Plugin"
#define VERSION "1.0"
#define AUTHOR "Sn!ff3r"
public plugin_init() {
register_plugin(PLUGIN, VERSION, AUTHOR)
RegisterHam(Ham_Spawn, "armoury_entity", "armoury_spawn"/*, 1*/)
}
public armoury_spawn(ent)
{
server_print("spawned armoury entity")
}
never prints.
__________________