1. Give the user a infamous

    Additional features in the Admin Tools plugin
     
  2. Usage: /infamy playername
    Code:
    [ChatCommand("infamy")]
    void infamyCommand(PlayerSession session, string command, string[] args)
    {
        if(session.IsAdmin)
        {
            PlayerSession target = GetSession(args[0]);
            EntityStats stats = target.WorldPlayerEntity.GetComponent<EntityStats>();
            stats.GetFluidEffect(EEntityFluidEffectType.Infamy).SetValue(100f);
        }
    }
    
     
  3. How to remove of the notorious?

    No figures are adjusted?
    [DOUBLEPOST=1460251328][/DOUBLEPOST]how to add?..