Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Aide33

Pages: 1 ... 415 416 417 418 419 [420] 421 422 423 424 425 ... 670
6286
Modification Help / Re: Gravity Cat's Add-On Dump - Humvee Updated!
« on: April 13, 2013, 01:08:42 PM »
I just added the pirate zombies again (which now use my flintlock weapons). I'll host with those later.

woop woop

6287
Off Topic / Re: Mother Nature stahp
« on: April 13, 2013, 10:44:37 AM »
What kind of Canadian are you?
well I don't hate it but I don't enjoy it either
Must be because I suck at it

6288
Off Topic / Re: Mother Nature stahp
« on: April 13, 2013, 10:40:36 AM »
Pour water and play hockey
I hate hockey :u

How are you doing that thing with your avatar?

at the top it says "AI"

at the bottom it is "DE"
magic

6289
Off Topic / Re: Mother Nature stahp
« on: April 13, 2013, 10:16:39 AM »
I'm guessing you're in minnesota?
No, Canada

6290
Off Topic / Mother Nature stahp
« on: April 13, 2013, 09:33:05 AM »
Guess what Mother Nature dropped by last night again:

I want it to be summer god dammit it's April

6291
Add-Ons / Re: [Download] VCE Manual Fix (Once Again!) - RTB Pending
« on: April 12, 2013, 06:27:46 PM »
my MS-DOS doesn't do that
wait what...

6292
No no no no no
you don't understand
I said I was on Pecon's server one time and he had a mute mod that muted players from typing in the chat.
So yes, admin only mutes do exist.
I'm talking about a whole different type of mute
The one that only affects your chat
Why would Badspot implement a mute for voice that only admins can use?
For the chat it makes sense but not the voice

6293
I was talking about a BLOCKLAND server
Now will you quit arguing with me for christ's sake.
Blockland doesn't even have voice chat yet!
The mutes are not admin only you can have client sided chat mutes.
Stop bitching about problems that don't exist and I'll quit arguing

6294
Mebe they should make this happen, and make it so you can only talk when an admin in a server approves you. (Idk)

As much as I want this to happen, I think there are WAY too many cons than pros. So no.
What are the cons besides an easily solvable problem of children screaming?

6295
Off Topic / Re: Spot the girl I like
« on: April 10, 2013, 04:11:48 PM »
most of those girls are almost half my age

6296
Dedicated servers that make mute buttons admin only and there are no admins.
I remember being on Pecon's before the V21 update and there was a mute button, admin only.
So unless this "GENIUS" idea doesn't come with a admin only mute button stuff, then I'll change my opinion on loving mics.
Why would anyone use admin only mute.
I mean a mute that's client sided and written IN the engine so the NO ONE can disable it.
I mean wtf are you talking about every time you post it makes less and less sense.
Never in my 124 hours of TF2 have I ever come upon a server where I had the mute option disabled.

6297
You mean the button when you click "Esc" to go to the main menu and there is a ear with a cross on it that looks like this: and when clicking it, it brings up a window of players in the game and you can just double click to mute them?
Well, I discovered that a month after playing the game.
But the Mute button doesn't always work for some people because some people don't want to use the mute, they just want the admins to ban them for 1 sound.
That is a reason I don't want this in BL, so players can't use their god damn mics to spam stuff and make other players go like "OMG BANBANBANBAN!"

I don't get why you're still arguing, just ban them.
It's like chat spam, if someone abuses it ban them
I don't see whats the god damn problem

6298
hello?

6299
Parent the window to a guicontrol.
how
EDIT: wait is this good?
Code: [Select]
new GuiControl() {
      profile = "GuiDefaultProfile";
      horizSizing = "right";
      vertSizing = "bottom";
      position = "0 0";
      extent = "420 280";
      minExtent = "8 2";
      enabled = "1";
      visible = "1";
      clipToParent = "1";
   new GuiWindowCtrl(quickchat) {
      profile = "GuiWindowProfile";
      horizSizing = "right";
      vertSizing = "bottom";
      position = "0 0";
      extent = "420 280";
      minExtent = "420 280";
      enabled = "1";
      visible = "1";
      clipToParent = "1";
      text = "Quickchat";
      maxLength = "255";
      resizeWidth = "0";
      resizeHeight = "0";
      canMove = "1";
      canClose = "1";
      canMinimize = "0";
      canMaximize = "0";
      minSize = "50 50";
      closeCommand = "canvas.popDialog(quickchat);";

      new GuiTextEditCtrl(QCOne) {
         profile = "GuiTextEditProfile";
         horizSizing = "right";
         vertSizing = "bottom";
         position = "30 70";
         extent = "350 18";
         minExtent = "8 2";
         enabled = "1";
         visible = "1";
         clipToParent = "1";
         maxLength = "255";
         historySize = "0";
         password = "1";
         tabComplete = "0";
         sinkAllKeyEvents = "0";
      };
      new GuiTextEditCtrl(QCTwo) {
         profile = "GuiTextEditProfile";
         horizSizing = "right";
         vertSizing = "bottom";
         position = "30 130";
         extent = "350 18";
         minExtent = "8 2";
         enabled = "1";
         visible = "1";
         clipToParent = "1";
         maxLength = "255";
         historySize = "0";
         password = "0";
         tabComplete = "0";
         sinkAllKeyEvents = "0";
      };
      new GuiTextEditCtrl(QCThree) {
         profile = "GuiTextEditProfile";
         horizSizing = "right";
         vertSizing = "bottom";
         position = "30 190";
         extent = "350 18";
         minExtent = "8 2";
         enabled = "1";
         visible = "1";
         clipToParent = "1";
         maxLength = "255";
         historySize = "0";
         password = "0";
         tabComplete = "0";
         sinkAllKeyEvents = "0";
      };
      new GuiTextCtrl(QCText1) {
         profile = "GuiTextProfile";
         horizSizing = "right";
         vertSizing = "bottom";
         position = "30 50";
         extent = "57 18";
         minExtent = "8 18";
         enabled = "1";
         visible = "1";
         clipToParent = "1";
         text = "Chat Msg 1:";
         maxLength = "255";
      };
      new GuiTextCtrl(QCText2) {
         profile = "GuiTextProfile";
         horizSizing = "right";
         vertSizing = "bottom";
         position = "30 110";
         extent = "57 18";
         minExtent = "8 2";
         enabled = "1";
         visible = "1";
         clipToParent = "1";
         text = "Chat Msg 2:";
         maxLength = "255";
      };
      new GuiTextCtrl(QCText3) {
         profile = "GuiTextProfile";
         horizSizing = "right";
         vertSizing = "bottom";
         position = "30 170";
         extent = "57 18";
         minExtent = "8 2";
         enabled = "1";
         visible = "1";
         clipToParent = "1";
         text = "Chat Msg 3:";
         maxLength = "255";
      };
      new GuiBitmapButtonCtrl(QCDone) {
         profile = "GuiDefaultProfile";
         horizSizing = "right";
         vertSizing = "bottom";
         position = "135 220";
         extent = "153 30";
         minExtent = "8 2";
         enabled = "1";
         visible = "1";
         clipToParent = "1";
         text = "                      Done";
         groupNum = "-1";
         buttonType = "PushButton";
         bitmap = "base/client/ui/button1";
         lockAspectRatio = "0";
         alignLeft = "0";
         alignTop = "0";
         overflowImage = "0";
         mKeepCached = "0";
         mColor = "255 255 255 255";
      };
   };   
};
//--- OBJECT WRITE END ---
because it still does't work

6300
They are probably filled with nuclear syrup.
THEY DISCOVERED OUR SECRET
COVER BLOWN

Pages: 1 ... 415 416 417 418 419 [420] 421 422 423 424 425 ... 670