1. The trade part of Lethal Zone has fully been taken over by FoG (Fortress of Gamers) and this site can no longer be used to make appeals. If you feel that your tag is unjust, please file an appeal over at https://f-o-g.eu.trade instead.

LZ Clant tag please help

Discussion in 'Lethal Chat' started by Anonymous, Jul 26, 2013.

  1. Anonymous

    Anonymous Guest

    I would use the LZ Clantag If I use the clan tag I will be kicked
     
  2. Repulsion Gel

    Repulsion Gel Registered

    Joined:
    Sep 21, 2011
    Messages:
    796
    Likes Received:
    1
  3. Repulsion Gel

    Repulsion Gel Registered

    Joined:
    Sep 21, 2011
    Messages:
    796
    Likes Received:
    1
    who told you that if you use the "clan tag" you will be kicked?
     
  4. Alias

    Alias Registered

    Joined:
    Jun 6, 2009
    Messages:
    2,959
    Likes Received:
    0
    Is what I thought to this thread.

    But no, you don't get kicked for using the |LZ| tag.
     
  5. Anonymous

    Anonymous Guest

    LoL look

    Connected to 88.198.69.253:27045
    Disconnect: Please change your name.

    I cant Join
     
  6. DataStorm

    DataStorm Registered

    Joined:
    Jan 5, 2010
    Messages:
    2,014
    Likes Received:
    64
    might be for the "ü" in your nickname.
     
  7. Morrolan

    Morrolan Registered

    Joined:
    May 30, 2009
    Messages:
    1,841
    Likes Received:
    1
    Just play around with your name until it lets you join, once you found out what the culprit is, let us know.
    It's probably Sourcemod (or the Source engine) not liking non-ASCII characters. (Even though it's 2013 already.)

    Edit: There's also something with having non-printable characters in one's nickname which might lead to this, IIRC. Got any of those?
     
  8. DataStorm

    DataStorm Registered

    Joined:
    Jan 5, 2010
    Messages:
    2,014
    Likes Received:
    64
    the ♥ might also not been liked.
     
  9. Anonymous

    Anonymous Guest

    i have it thats the "ü" but guys this is ridiculous or not :D
     
  10. DataStorm

    DataStorm Registered

    Joined:
    Jan 5, 2010
    Messages:
    2,014
    Likes Received:
    64
    plugins are added to the game server to prevent "bad" stuff from happening, there where more then enough times that ppl had some strange characters in their name(s) to make stuff in the killfeed go bad, or in the scoreboards etc. So probably there is a plugin to cut out on bad characters...

    Tbh, I find it more logical to have a rename plugin with that, that removes those characters, and if nothing left the player gets named "no name" or something. But it might be that not all names can be renamed or w/e.
     
  11. Anonymous

    Anonymous Guest

    but i can join with " kRümmeL in love with Lea <3 " .
    When i Change my Name too " |LZ| kRümmeL in Love with Lea <3 " ----> kicked
    i mean its a bug from SourceMod ^^
     
  12. rswallen

    rswallen Wizzard

    Joined:
    Apr 29, 2013
    Messages:
    488
    Likes Received:
    18
    did a quick check
    the server in question does not have any plugins installed that check names
    and sourcemod doesnt kick people of its own accord
     
  13. Anonymous

    Anonymous Guest

    i can join on all Server only LZ kick me :(
     
  14. DataStorm

    DataStorm Registered

    Joined:
    Jan 5, 2010
    Messages:
    2,014
    Likes Received:
    64
    well, then its a b̶u̶g̶ feature, lol....


    /edit: aww, no strikeout tags on the forum.
     
  15. rswallen

    rswallen Wizzard

    Joined:
    Apr 29, 2013
    Messages:
    488
    Likes Received:
    18
    [retracts previous statement] Jellyfish is wrong
    after a little more digging it turns out the server DOES have a plugin that checks names for invalid characters (smac_client)

    Rules:
    • First character must not be whitespace (space, tab, newline, linereturn)
    • Last character must not be white space
    • Name must not be just spaces (kinda covered by first 2)
    • Name must not be blank/empty
    • Name must not contain '&', '%' or 'DELETE'
    • Name must not contain any of the following unicode characters (UTF Ref Table):
      - U+0000 to U+0020
      - U+0080 to U+00A0
      - U+115F
      - U+1160
      - U+180B to U+180F
      - U+2000 to U+200F
      - U+2028 to U+202F
      - U+205F to U+206F
      - U+3000
      - U+3164
      - U+FEFF
      - U+FFA0
      - U+FFF9 to U+FFFF
     
  16. DataStorm

    DataStorm Registered

    Joined:
    Jan 5, 2010
    Messages:
    2,014
    Likes Received:
    64
    only the letter "u" is not allowed to be combined????

    // edit: <a class="postlink" href="https://forums.alliedmods.net/showthread.php?p=1806088#post1806088" onclick="window.open(this.href);return false;">https://forums.alliedmods.net/showthrea ... ost1806088</a>

    still no mention of which ones...

    /edit2: nvm, I now got it the "U" was standing for Unicode...