i did understand the first post, you seem to not understand my post...
don't be ignorant and lazy, you have your answer in that code...
anyway, this touch works fine for me when i create entities, if it doesn't for you, you have to create your entity properly... you have the example above
Code:
#define ENT_NAME "just-a-box"
new FILE[96]
new score[33]
new const WBMODEL[] = { "models/w_weaponbox.mdl" }
public plugin_init()
{
register_plugin("WB", "1.0", "redivcram")
register_touch(ENT_NAME, "player", "FwdPlayerTouchWeaponBox")
register_clcmd("wpbox_spawn", "cmd_wpboxspawn")
register_clcmd("wpbox_remove", "cmd_wpboxremove")
register_clcmd("wpbox_score", "cmd_score")
}