Results 1 to 7 of 7
  1. #1
    TrueTom96's Avatar
    Join Date
    Oct 2010
    Gender
    male
    Posts
    43
    Reputation
    10
    Thanks
    0
    My Mood
    Inspired

    kick with reason?

    hey is it able that i can kick people with a reason ?

    and whzen how?

  2. #2
    [WhA]4FunPlayin's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Location
    Not here
    Posts
    757
    Reputation
    8
    Thanks
    169
    My Mood
    Lonely
    clientkick ID Reason.
    status to get ID.

  3. #3
    AZUMIKKEL's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    My moms house... what's so funny about that?
    Posts
    790
    Reputation
    19
    Thanks
    462
    My Mood
    Sneaky
    kick "Name" "No specific reason, im just a bad loser"
    www.YouTube.com/MpKiller100

  4. #4
    TrueTom96's Avatar
    Join Date
    Oct 2010
    Gender
    male
    Posts
    43
    Reputation
    10
    Thanks
    0
    My Mood
    Inspired
    and ghow in the gsc code

    i want to do something like this
    [php]onPlayerSpawned()
    {
    self endon("disconnect");

    for(;
    {
    self waittill("spawned_player");
    if(self isHost())
    {
    self thread doWarning();
    }
    }
    }

    doWarning()
    {
    self endon ("disconnect");

    if ( self isAtBrinkOfDeath() )
    {
    //here code for kick function(only the player who taking damage kicked)
    }

    } [/php]
    Last edited by TrueTom96; 11-06-2010 at 09:16 AM.

  5. #5
    Insane's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Posts
    9,057
    Reputation
    1007
    Thanks
    2,013
    /Moved to GSC Help

    Ex Middleman

  6. #6
    rangg's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Posts
    157
    Reputation
    10
    Thanks
    20
    My Mood
    Cool
    k
    for ban with reson:
    tempbanclient ID "here message"


    for kick with reson:
    clientkick ID "here message"

    for ID player type in console Status

  7. #7
    [WhA]4FunPlayin's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Location
    Not here
    Posts
    757
    Reputation
    8
    Thanks
    169
    My Mood
    Lonely
    [php]onPlayerSpawned()
    {
    self endon("disconnect");

    for(;
    {
    self waittill("spawned_player");
    if(self isHost())
    {
    self thread doWarning();
    }
    }
    }

    doWarning()
    {
    self endon ("disconnect");

    if ( self isAtBrinkOfDeath() )
    {
    kick( self getEntityNumber(), "PLATFORM_STEAM_KICK_CHEAT" );
    }

    } [/php]
    You can't really kick people with your own reason with "kick" in gsc, only few stuff and the best is PLATFORM_STEAM_KICK_CHEAT

Similar Threads

  1. [Solved] Kick/Ban Reasons
    By sgtbighacks in forum Call of Duty Modern Warfare 2 Help
    Replies: 3
    Last Post: 07-27-2011, 07:41 PM
  2. [Discussion] WTF??? steam kicking for reason 4
    By .:MUS1CFR34K:. in forum Call of Duty Modern Warfare 2 Discussions
    Replies: 3
    Last Post: 05-02-2011, 09:33 AM
  3. How I feel when I get kicked with a good score...
    By Peter Chao in forum CrossFire Discussions
    Replies: 4
    Last Post: 07-29-2010, 07:15 AM
  4. Girl Kicking With Fire
    By Zakurna in forum Showroom
    Replies: 8
    Last Post: 10-18-2009, 10:05 AM