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.


Topics - Club559

Pages: 1 2 3 [4] 5 6 7 8 9 10
46
Help / Gun projectiles not coming
« on: January 31, 2010, 06:44:34 PM »
There are some guns that aren't shooting. Why not?

47
Help / v14 messed up events
« on: January 31, 2010, 05:51:03 PM »
When I open the events menu, there are no input events.
When I put something in a box and press Send, the numbers/words get deleted.
When I use checkboxes, the brick spawns a hammer.

Please fix Blockland!

48
Creativity / Warrior Cats - Volestar
« on: January 29, 2010, 11:40:44 PM »
Here's a picture I made in my spare time. Took me about 3 minutes.



Pretty good to be made in MS Paint, eh?

49
Off Topic / MySQL / PHP help please?
« on: January 05, 2010, 08:52:25 PM »
Ok, every time I connect to my website it says "access denied".
I wonder if any of you can help.

Form
Code: [Select]
<form action="PHPTest.php" method="post">
Username: <input type="text" name="user" />
<br/>
Message: <input type="text" name="msg" />
<br/>
<input type="submit" value="Speak up" />
</form>
<br/>
MySQL Code
Code: [Select]
<?php
$con 
mysql_connect("localhost:3306");
if(!
$con)
 {
  die(
'Failed to conect: ' mysql_error());
 }
 
if(!
mysql_query("CREATE DATABASE testDB",$con))
 {
  echo(
'Failed to create database: ' mysql_error());
 }
 
mysql_select_db("testDB",$con);
$sql "CREATE TABLE Messages ( msgID int NOT NULL AUTO_INCREMENT, PRIMARY KEY(msgID), Message tinytext, User tinytext, )";
mysql_query($sql,$con);

$sqlTwo "INSERT INTO Messages (Message, User) VALUES ('$_POST[msg]','$_POST[user]')";
if(!
mysql_query($sqlTwo,$con))
 {
  die(
'Error: ' mysql_error());
 }

$result mysql_query("SELECT * FROM Messages");

while(
$row mysql_fetch_array($result))
 {
  echo 
$row['User'] . ": " $row['msg'];
  echo 
"<br />";
 }
?>


Off topic: Where the heck are the colors coming from?

50
Off Topic / Hex Creators
« on: January 03, 2010, 02:30:33 PM »
Post your made-up hexes and what they look like!

<color:spuppy> Bright lime green
<color:clb559> Dark yellow/peeish color
<color:mrbob > Dark bluish/greenish color

These are examples.

How do I "make" a hex?
Make up a hex that uses 6 characters. No more, no less.
You can also use spaces if needed.

51
Off Topic / Server Trackers
« on: January 03, 2010, 01:30:57 PM »
I've seen quite a few people have these server trackers. Where do I get them?

52
Games / Most epic game ever: The Game
« on: January 02, 2010, 11:07:22 PM »
Hey guise. There's something called The Game.

 :cookie: And you just lost it. :cookie:


(Sorry, I just had to)

53
Add-Ons / Blockland Cursor - Gold 3D Cursor
« on: January 02, 2010, 10:27:16 PM »
This is a Windows XP cursor that I converted into a png file. Enjoy.

(Put it in base\client\ui)

54
Modification Help / New Line not working?
« on: January 01, 2010, 05:12:03 PM »
What's wrong with this line of code?

Code: [Select]
%clanList = %clanList @ $warriorClan[%i] NL;

55
Games / iPod Touch - Ouch!
« on: January 01, 2010, 03:42:19 PM »
This is an awesome game I got for the iPod Touch. It's quite addictive and fun. It's $2.99 to buy the full version, which has character creation, a bunch more levels, a level editor, and a level/replay downloader. Here are pics:

The menu screen


Custom character creation


Level editor


Playing custom level




Epic "Export to image" features for sharing with your friends


--More pics to come when I feel like it--

56
Off Topic / Post your funny fail pics that you found/made!
« on: December 30, 2009, 10:39:32 PM »





A couple I made thanks to the iPod.

57
Drama / Zoneark & Godikt
« on: December 30, 2009, 09:37:27 PM »
Ok, these are idiots. They made foreclosure macros and foreclosed every building in the server. Godikt spammed the foreclosures which caused major lag. Greekgeek said "Please dont drama! If you do they'll have to leave forever". Im not listening to him, idc if they leave or not. Just let this message notify all of ya.

58
Off Topic / What did you get for Christmas? Post here!
« on: December 26, 2009, 08:32:20 AM »
I got:
U-Create Games & Artimation
iPod Touch (From Santa)
Are You Smarter Than a 5th Grader?
Allowance game (Looks stupid)
Super Smah Bros. Brawl

Also, one of my favorites, my brother got Rock Band 2!

59
Modification Help / Making a global variable using normal variables
« on: December 23, 2009, 11:16:24 AM »
Ok, I'm making an RPG system, and I need to know how I can use normal vars to make global vars.

For example, the export function. You can customize that variable as you desire.

How would I do this with one of my functions?

60
Drama / Someone stole my mod
« on: December 21, 2009, 08:33:16 AM »
I went to this server called "...PRESENT BUILDING!", saw the auto-message, and realized that I made that.
Then I said /pokemon Blah.
I said "Wait, didnt I make this mod? O.o"
Then someone else said "No, Goco did."
Then I said /trainer, after that, I said /fight Blah Blah
Finally I said "Im sure I made this..."

BANNED. What idiots.

Pages: 1 2 3 [4] 5 6 7 8 9 10