×
  • Sign In
  • Sign In



    Or sign in with one of these services

  • Sign Up
Jump to content

Rhododendron

Administrators
  • CL
  • D
  • M
  • Content Count

    4318
  • Joined

  • Last visited

  • Days Won

    64

Posts posted by Rhododendron


  1. These are two separate glitches. The first was the MineCraft addon that was adding your MC uuid and username to the user join query. That was fixed. The next glitch is the post number addon that I coded, but have only disabled and have not fixed yet. Will be fixed.... whenever.

     

    - Closed


  2. I believe he left due to his mother being sick.

    Ah alright. Well I'm down for it but he needs to work with me and the other division leader together to make this server work out.


  3. Yeah about sourcebans too, I need for you guys to not use manual permission adding and only use groups since it keeps things easier to update. I will be removing the feature to edit custom permissions soon and be resetting any users with custom permissions.


  4. [uSERGROUP=5]@Division Leader[/uSERGROUP] [uSERGROUP=23]@Community Leader[/uSERGROUP] we need to reformat the member submission process. Let's discuss since I wanna know what you feel is best.

     

    Also should we allow division leaders the ability promote/demote so they can properly accept and demote people in their respective divisions?


  5. You can check for dead ringer deaths in the event player_death and check the death flags for 32.

    >
    if(GetEventInt(event, "death_flags") & 32)
    {
           // Fake death
    }
    

    I'll look into doing it this weekend :) Thanks for the snippit!


  6. Should we keep gifting and dropping of credits (!gift, !drop) enabled?

     

    I don't want a black market to start up or people to tell noobs to !drop for them without knowing what it does but I need opinions on the matter!

     

    [uSERGROUP=5]@Division Leader[/uSERGROUP] [uSERGROUP=29]@Division Manager[/uSERGROUP]


  7. Remember when sourcebans wasn't giving powers to people in CSGO? After you switched to this fork it started happening again. Configs are set correctly. The admins.cfg and admin_groups.cfg. The identity/name is given, but the powers aren't distributed. The dev build with sourcemod 1.7 didn't work nor did the normal build with sourcemod 1.6

    I wasn't able to figure it out the first time :( All I can say is check for errors :(