if you are glowing players, you can use this.
PHP Code:
public plugin_init()
{
RegisterHam(Ham_Spawn, "player", "Event_PlayerSpawn", 1)
}
public Event_PlayerSpawn(id)
{
if(!is_user_connected(id))
return PLUGIN_HANDLED
fm_set_user_rendering(id)
return PLUGIN_HANDLED
}
these are
[/php] i prefer these
__________________