PHP Code:
public plugin_init() register_forward(FM_AddToFullPack, "k_visible_eff", 1)
public k_visible_eff(es, e, ent, host, hostflags, player, pSet)
{
set_es(es, ES_RenderFx, k_waterfx[host])
}
Seems to not work : /
Is it impossible to do
one player see entity renderfx with 200
ohter 100
etc... ?
( After trying many times i removed all checks so thats whats left of it... )
And as always, thanks!