Jump to content

TheSilencerPL

Management
  • Posts

    3082
  • Joined

  • Last visited

  • Days Won

    94

Posts posted by TheSilencerPL

  1. What if it was done differently? What if all of the female related chat messages, notifications were preceded with the pink "|" (pipe) and the male ones with the blue one?

     

    |Flyingdutchman sat on his own grenade"

    |Flyingdutchman sat on his own grenade"

     

    so the messages would stay the same, only the pipe would be added in the color reflecting the sex the user set in his config.

  2. It looks like it has dependency on the libssl library and it is not available. You could either put it there and export the LD_LIBRARY_PATH variable to point to the directory with the libssl library  prior to running the server or ask the server maintainer to install libssl system wide. I would recommend the latter.

  3. Is this what you mean (the comments)?


        if( entity->client && entity->s.eFlags & EF_MOUNTEDTANK ) {
            // zinx - moved tank hack to here
            // bani - fix tank bb
            // zinx - figured out real values, only tag_player is applied,
            // so there are two left:
            // mg42upper attaches to tag_mg42nest[mg42base] at:
            // 0.03125, -1.171875, 27.984375
            // player attaches to tag_playerpo[mg42upper] at:
            // 3.265625, -1.359375, 2.96875
            // this is a hack, by the way.
            entity->r.currentOrigin[0] += 0.03125 + 3.265625;
            entity->r.currentOrigin[1] += -1.171875 + -1.359375;
            entity->r.currentOrigin[2] += 27.984375 + 2.96875;
        }
  4. OK, then think about this:

    - server is located in Netherlands,

    - admin is from the other country, let's say Finland ;)

    - most players are from Finland,

    - admin enters the incognito mode,

    - admin is at stake :D as he is the only one from outside of Finland.

     

    If we wanted to add such feature we would have to define somehow the country of the incognito mode so that admins can define what to use then.

×
×
  • Create New...