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 - Azimuth

Pages: 1 ... 3 4 5 6 7 [8] 9 10 11 12 13 ... 233
106
Suggestions & Requests / Re: PlayerType - OctoCamo
« on: September 05, 2009, 01:03:41 PM »
Most likely.

107
Off Topic / Re: VH is in Atlanta
« on: September 05, 2009, 01:01:10 PM »
She's wearing red loving lipstick, so yeah we're pretty damn far apart... SHE LOOKS LIKE A loving CLOWN GOD DAMMIT WHY DOES RED LIPSTICK EXIST.
What, do you like black lipstick more?

108
Off Topic / Re: ______ (Apparently) avatars
« on: September 05, 2009, 12:56:33 PM »
Well, (apparently) I knew that.
stop being a whore

109
Off Topic / Re: ______ (Apparently) avatars
« on: September 05, 2009, 12:54:52 PM »
its for people who cheated with idlers on tf2 and such

you handicap

110
Off Topic / Re: ______ (Apparently) avatars
« on: September 05, 2009, 12:52:42 PM »
sup

111
Forum Games / Re: Forum Game: Add to Mr.Stickman
« on: September 05, 2009, 12:49:40 PM »

112
Off Topic / Re: Post your Internet Connection
« on: September 05, 2009, 12:28:48 PM »

113
Off Topic / Re: Improved internet speeds :D Web page host needed!
« on: September 05, 2009, 12:17:57 PM »

It might not be as good cause my friend's on the Xbox right now.

114
Off Topic / Re: Improved internet speeds :D Web page host needed!
« on: September 05, 2009, 12:09:33 PM »
Messaged back with all the info you need.
Your site is here.
I made a basic design, try refreshing several times ;).

115
Off Topic / Re: Improved internet speeds :D Web page host needed!
« on: September 05, 2009, 12:19:57 AM »
subdomain on amiret.us is all i can offer

116
Drama / Re: Egotistical ass holes
« on: September 04, 2009, 11:56:55 PM »
sup

if you want yo opinion respected bro, you gonna need to shoot up these biatchez

117
General Discussion / Re: All Public Scripting Pads
« on: September 04, 2009, 11:23:04 PM »
I am not taking stuff from anyone.  If you friends forget with me I forget with all of you.

118
Off Topic / Re: Ctrl + V game.
« on: September 04, 2009, 11:12:13 PM »

<div style="background-color: rgb(250,250,250); border: 1px solid #000; color: #222; font-family: monospace; font-size: 8pt; line-height: 12px; margin-right: 10px; -moz-border-radius: 2px; overflow: auto; padding: 5px; white-space: pre;"><strong>&lt;?php</strong>
   <span style="color: #C77;">$image</span> <strong>=</strong> ImageCreate(<span style="color: #AA0;">70</span>,<span style="color: #AA0;">70</span>)<strong>;</strong>
      <span style="color: #999; font-style: italic;"># Let's start with a 70 x 70 px image.</span>

   <span style="color: #C77;">$white</span> <strong>=</strong> ImageColorAllocate(<span style="color: #C77;">$image</span>,<span style="color: #AA0;">255</span>,<span style="color: #AA0;">255</span>,<span style="color: #AA0;">255</span>)<strong>;</strong>
      <span style="color: #999; font-style: italic;"># Argument 1 is an image resource (e.x. $image), 2-4 are R, G, B color values. Returns a color identifier.</span>

   ImageFill(<span style="color: #C77;">$image</span>,<span style="color: #AA0;">0</span>,<span style="color: #AA0;">0</span>,<span style="color: #C77;">$white</span>)<strong>;</strong>
       <span style="color: #999; font-style: italic;"># Argument 1 is an image resource, 2 and 3 are x and y values of where to fill, and the fourth is color identifier.</span>

   <span style="color: #C77;">$black</span> <strong>=</strong> ImageColorAllocate(<span style="color: #C77;">$image</span>,<span style="color: #AA0;">0</span>,<span style="color: #AA0;">0</span>,<span style="color: #AA0;">0</span>)<strong>;</strong>
   ImageString(<span style="color: #C77;">$image</span>,<span style="color: #AA0;">2</span>,<span style="color: #AA0;">1</span>,<span style="color: #AA0;">1</span>,<span style="color: #770;">"Hello World!"</span>,<span style="color: #C77;">$black</span>)<strong>;</strong>
      <span style="color: #999; font-style: italic;"># Argument 1 is an image resource, Arg. 2 is font-size, 3 and 4 are x and y positions, 5 is a string, 6 is a color.</span>

   <span style="color: #C77;">$red</span>   <strong>=</strong> ImageColorAllocate(<span style="color: #C77;">$image</span>,<span style="color: #AA0;">255</span>,<span style="color: #AA0;">0</span>,<span style="color: #AA0;">0</span>)<strong>;</strong>
   ImageLine(<span style="color: #C77;">$image</span>,<span style="color: #AA0;">0</span>,<span style="color: #AA0;">14</span>,<span style="color: #AA0;">69</span>,<span style="color: #AA0;">14</span>,<span style="color: #C77;">$red</span>)<strong>;</strong>
      <span style="color: #999; font-style: italic;"># Argument 1 is an image resource, 2 and 3 are the X and Y positions of point 1, 4 and 5 are the X and Y positions of the end, and the last is a color.</span>

   header(<span style="color: #770;">"Content-type: image/png"</span>)<strong>;</strong>
      <span style="color: #999; font-style: italic;"># Tell the browser it's a PNG</span>

   ImagePng(<span style="color: #C77;">$image</span>)<strong>;</strong>
      <span style="color: #999; font-style: italic;"># Outputs the image as a PNG</span>

   ImadeDestroy(<span style="color: #C77;">$image</span>)<strong>;</strong>
      <span style="color: #999; font-style: italic;"># Free resources</span>
   exit<strong>;</strong>
<strong>?&gt;</strong>
</div>

119
Modification Help / Re: CodeBlock
« on: September 04, 2009, 10:46:00 PM »

120
Games / Re: Game Fears
« on: September 04, 2009, 10:03:00 PM »
I like having teammates.  I do not like having enemies behind me.

Pages: 1 ... 3 4 5 6 7 [8] 9 10 11 12 13 ... 233