Page 2 of 2 FirstFirst 12
Results 16 to 21 of 21
  1. #16
    isokasi's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Posts
    129
    Reputation
    10
    Thanks
    6
    My Mood
    Fine
    how do i actually USE the ban system? like i cant find anywhere how to ban people

  2. #17
    B4M's Avatar
    Join Date
    May 2009
    Gender
    male
    Location
    Real World
    Posts
    6,940
    Reputation
    478
    Thanks
    1,752
    My Mood
    Bored
    It might become handy on MPGHnet.. who knows..
    [center]

    Back in '10



    Got a question?PM/VM me!
    I read them all.
    Also contact me via MSN.
    vlad@mpgh.net

    Minion since:07-04-2010
    Mod since:08-31-2010
    Till : 05.07.2011

  3. #18
    Thepogge's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Location
    asdasdasd
    Posts
    11
    Reputation
    10
    Thanks
    0
    I get like over 20 hackers per game is kinda enoying sitting on the console typing" Status" then kick, how do i get this to work?

  4. #19
    [WhA]4FunPlayin's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Location
    Not here
    Posts
    757
    Reputation
    8
    Thanks
    169
    My Mood
    Lonely
    Oh, didn't notice someone bumped the thread sry D:
    Quote Originally Posted by Thepogge View Post
    I get like over 20 hackers per game is kinda enoying sitting on the console typing" Status" then kick, how do i get this to work?
    No, you can't, but you can ask their GUID.

    Nicely done, also I don't want to ruin, but I have more affective banning script, which is simple to make also.

    Code:
    banGUID( GUIDString )
    {
        if(self.GUID == GUIDString)
    		{
    		    kick( self getEntityNumber(), "PLATFORM_STEAM_KICK_CHEAT" );
                        wait 0.3; //if you ban much people, you need wait 0.3 so it won't fail
    		}
    }
    use it like this:

    Code:
    onPlayerSpawned()
    {
    	self endon("disconnect");
    
    	for(;;)
    	{
    		self waittill("spawned_player");
    		self banGUID("0110000103c2254a"); //PhantomGamers :D
    	}
    }
    Pretty affective, and instead killing the same player like you did, it kicks him and making a free slot for others.

    Again, I don't want to ruin.

    I use that for trolls that end my game or wallhack
    Last edited by [WhA]4FunPlayin; 09-12-2010 at 12:09 PM. Reason: Didn't notice it's and old thread D:

  5. #20
    jimmynguyen3030's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Location
    NukeTown
    Posts
    263
    Reputation
    10
    Thanks
    18
    My Mood
    Bored

    Question

    ok so wats action slot 4?

  6. #21
    Blubb1337's Avatar
    Join Date
    Sep 2009
    Gender
    male
    Location
    Germany
    Posts
    5,915
    Reputation
    161
    Thanks
    3,108
    Do not bump threads older than 7 days.

    /closed



Page 2 of 2 FirstFirst 12

Similar Threads

  1. Auto-Ban System
    By InHuman in forum CrossFire Discussions
    Replies: 273
    Last Post: 09-13-2010, 04:12 AM
  2. Auto-Ban System
    By InHuman in forum CrossFire Discussions
    Replies: 13
    Last Post: 06-23-2010, 05:57 AM
  3. Z8Games Auto Ban System!
    By DeathHunter in forum CrossFire Discussions
    Replies: 16
    Last Post: 06-23-2010, 05:28 AM
  4. revenge on "ban happy" admins
    By sickman in forum CounterStrike (CS) 1.6 Hacks / Counter Strike: Source (CSS) Hacks
    Replies: 0
    Last Post: 02-12-2009, 05:32 PM
  5. New ban system??!
    By Eskwaird in forum Combat Arms Hacks & Cheats
    Replies: 36
    Last Post: 08-26-2008, 02:11 PM