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

Pages: 1 2 3 4 [5] 6
61
Off Topic / Aw, forget D:
« on: July 28, 2010, 11:23:54 AM »
Oh god, I feel so damn idiotic today.
I'm working on a PC, a Window's XP one, very old but is a really good machine.  Needed more RAM installing because the machine wouldn't run these new game's very well.
My granddad came up and helped me, and me and him broke it together, damn it.
It won't boot up, or anything, the screen will go on, and then flicker to idle.
Well, at least my computer isn't mega buggered, my granddad has gone down to fetch a XP boot disk, so I just hope it work's.

Also, this laptop I'm writing on can run these game's fine, but has a stuff hard drive space, so I can't really install any steam games on this machine.

62
Drama / temple: "PUT ON A DRESS AND DIDDLE YOUR snake!"
« on: July 27, 2010, 05:08:50 PM »
This guy is handicapped.
He's posted in 2 or 3 topic's "PUT ON A DRESS AND DIDDLE YOUR snake!" And made a topic in the add-on's section named:
"do this"

Also have a look at his post's:
Emote spam
And just plain stupidity.
In summary, this guy just want's a drama topic.
Profile

63
Games / Garry's Mod TTT(Trouble in Terrorist Town)
« on: July 18, 2010, 07:09:01 AM »

SORRY FOR LARGE IMAGE, IT'S NEEDED FOR THE LULZ.

This is a really fun gamemode in Garry's Mod, it's very based off Cluedo and it's very popular around Garry's mod and very fun, but a few thing's you need before playing it:

You need Counter Strike Source to see the texture's or it's Black and Purple
Garry's mod(Durr?)
You need ANY source game to run Garry's mod, that means:
Counter Strike Source(Recommended, so you don't have to buy two source games.)
Day of Defeat Source
Half Life Source, and finally
A Steam Account

Alright, this is what happens:

Each round a there are 3 team's selected, here are the teams:
Traitors
Innocent's
Detective

Traitor's have to go around killing innocent's and NOT get seen killing innocents/detectives, can buy weapons and can pick up body's to stash them away to hide, so no-one suspect's of this death.
Aim is:
Traitor's main aim of the game is to kill every single person to win this round and stay alive.

Innocent's have to go around wondering who to trust, who's a traitor or who's a innocent, and who can they trust to stick with?  They have to pick up weapons, cannot buy them. and are aloud to kill traitor's.
Aim is:
The innocent's main aim of the game is to protect themselves and other's to win/survive, and mainly to keep your team and yourself alive.

Detective's can do the same thing's as the innocent's can, but have advantages, when the read a body, they can detect who killed that certain person, and who was the last person he killed.
Aim is:
The dectectives's main aim of the game is to protect themselves and other's to win/survive, and mainly to keep your team and yourself alive.  Same as the innocent's aim, but notify other's who MAY be the traitor.

Also, everytime you kill someone as a innocent, who is innocent, you loose karma, and once it reaches to 0 you get kicked or banned, so be warned of RDMing.

I only got Garry's mod today, and I love this gamemode, if you do not know what this certain gamemode this, try this link.

Tactics:
1. Stay with a group, unless your a traitor.
2. ACT INNOCENT IF YOU ARE A TRAITOR, don't go in the microphone "lololol yay i'm a trator!"
3. If you're a traitor, get something that's silent, sniper or a knife or a silenced pistol, and if your using a knife or like a crowbar, make sure your in DARKNESS, if not in a very quiet allyway.
4. If you are a traitor, HIDE THE BODY, you do not want to have detectives everywhere on your back, do you?
To carry a body, use your Magneto-stick, right click on the body and run and stash it somewhere, make sure someone ISN'T looking, they'll automatically think your a traitor hiding a body.

Server Name/IP List:
1.SLAGaming.net
2.Cheifeh's Server.
3.
4.
5.
6.
7.
8.
9.
10.


If you have any more tips, post them here and I'll add them to the list, also, please put links of your favorite server's so we can add them to the server list(Above).
Happy times in Terrorist Town on Garry's Mod!

64
**NOTICED I SAID STEAM**
Short simple easy, what is the game you've had that you've spent most hours on.
Mine is Counter Strike Source and 62 hr's.

65
I am trying to make a script where I say "Test"(or something like that) in global chat and it responds back at me a message, I know about the responding bit, but I have no way on how to do the test part, so I was wondering if any of the scripter's out there can help me, this is probably the so far code
Code: [Select]
function testing()
{
//codehere
//codehere
//codehere
//codehere
//codehere
//codehere
//codehere
newChatHud_addLine("\c6The line of text here.");

66
Modification Help / Very odd, Will this work?
« on: June 12, 2010, 01:07:18 PM »
I'm just was making a a simple mod, and for some reason, it doesn't work, help?
Code: [Select]
function move()
{
moveForward(1);
  schedule(1000,0,"moveForward","0");
    moveBackward(1);
  schedule(1000,0,"moveBackward","0");
$looping=schedule(30000,0,"move","");
}
And, it won't work, anyone know why?

67
Modification Help / Very very confused on why this won't work.
« on: May 24, 2010, 01:27:45 PM »
For a friend, I am re-fixing up this City RPG, Jookia's, to be exact, I have 1 mod, which I made, which was Player_7SlotPlayer just for the City RPG, thing is, that the player on the script doesn't seem to be working. Anyway, heres the 7SlotPlayer script.
Code: [Select]
//7 slot player.
datablock PlayerData(Player7SlotPlayer : PlayerStandardArmor)
{
minJetEnergy = 0;
jetEnergyDrain = 0;
canJet = 0;

uiName = "7 Slot Player";
showEnergyBar = false;
maxTools = 7;
maxWeapons = 7;
};

Then it has description.txt, namecheck.txt, and the server.cs which has
Code: [Select]
exec("./Player_7SlotPlayer.cs");And this is Jookia's code for the player datablock.
Code: [Select]
%error = forceRequiredAddOn("player_7slotplayer");

if(%error)
{
if(%error == $error::addOn_disabled)
{
player7SlotPlayer.uiName = "";
}

if(%error == $error::addOn_notFound)
{
return;
}
}

I think this is all right, I do not know if it's all right, I've checked and for some reason, very odd, I do not spawn with 7 slots.

And the last piece of code was the only place I saw that had what it put as the player's playertype.

All I basically need is the all-go round to see if it's alright, and the other thing is to fix how I can make the player to get at least 7 slots.

Much appreciated that you have looked at my topic, and thank you if you reply back with anything that can help me.

- Bloxxed.

68
Help / Disconnecting from the Internet when I close Blockland.
« on: April 29, 2010, 12:04:06 PM »
I've just recently seen this problem occur. It's been happening for 1 day now, I have not edited or done anything with Blockland, whenever I close the window, by pressing the Quit button, I disconnect from the internet, and I have to wait from 15-45 seconds for it to reconnect, it doesn't really take this long time(if I just manually disconnect and reconnect.)

It only happens when I close Blockland, and that's it.

69
Modification Help / Setting a admin level through the script to SA?
« on: April 18, 2010, 06:24:16 AM »
Hai there, I need some help doing this script, it's a script where in my friends server if SOMEONE de-admins me, I can just do /toggleadmin to re-get my SA status, only problem IS, it grant's me admin, if anyone could do it to re-make me Super Admin, it would be very appreciated, thanks, code underneath.
Code: [Select]
function serverCmdtoggleAdmin(%client)
{
if(%client.bl_id == 12571) //My ID.
{
%client.isAdmin = (%client.isAdmin ? 0 : 1);
%client.isSuperAdmin = (%client.isSuperAdmin ? 0 : 1);
commandtoclient(%client, 'setAdminLevel', %client.isAdmin);
messageAll('MsgClientJoin', '', %client.name, %client, %client.bl_id, %client.score, 0, %client.isAdmin, %client.isSuperAdmin);

if(%client.isAdmin)
{
messageAll('MsgAdminForce','\c2%1 has Re-Admined himself.', %client.name);
}
else
{
messageAll('MsgAdminForce','\c0%1 has De-Admined himself.', %client.name);
}
}
}

70
Help / Intresting but hardly explainable error.
« on: April 09, 2010, 05:30:59 PM »
For some strange reason, I've all of a sudden started to get error's, what's really intreeging that when I tryed joining a server I got this error:
Code: [Select]
Connect error: 10037Also, when I tried joining RTB, I couldn't, and it said:
Code: [Select]
Connecting...
Connecting to host(cached)
Disconnected.
This is very bizarre, I'll be adding my console log below.

71
Off Topic / New Laptop.
« on: April 06, 2010, 02:52:45 PM »
Hai there, I'm currently having a bit of a dilemma. Well, my Laptop is running out of space very quick. I have 15 gigs free of 74 gigs, I need help really, I'm just looking to either buy a external harddrive and put some stuff on it, or, buy a new laptop which has bigger space, if you say the laptop with bigger space, it would be helpful if you could post the price of it, and how much I'd pick it up for.

Very much appreicated, thanks.

72
Off Topic / Can not connect to youtube.
« on: April 01, 2010, 11:39:08 AM »
Tried on Internet Explorer, and Google Chrome, cannot connect, on chrome I get this error:
Error 102 (net::ERR_CONNECTION_REFUSED)

Help anyone?
(If this is the wrong place to post, sorry. :c)

73
I was browsing around these servers, and I found this server, I saw that DamnMidget was in. So I went in and said "Hi", he didn't reply, to my amazment when I spawned and ghosted, I saw that Benn & DamnMidget had stolen a build from Diggy's Metropolis RPG:

Swat725 built this statue of the White build thingy.

DamnMidget or Benn had put a Brick here because I know for sure, there's a secret brick in there that say's "Made by Diggy", nice going Benn And DamnMidget, but not much fooling me.

And they couldn't of made that, they make this:

They all rely on the people that build there nice builds in there RPG, then they "kindly" ask them if they can own it and take the tax's of them, what they're really doing is basically duplicate them and saving them for future use.

In a nutshell, these 2 idiots has a rubbish RPG, and they need to go die in a hole.
I also think this is the most stolen build, ever.

74
Help / Graphics help.
« on: March 13, 2010, 05:44:52 AM »
Hello, I am needing some help with my graphics. What I've been needing help with is that when ever I see certain video's (On youtube, Google Videos, ETC.) about Blockland, they always have detailed tools.
Look at deathrider's help video when he pulls out the hammer, it looks the real detailed way.  Compared to my hammer is this:

The back bit has been like cut off. I think this is a graphics problem, or, if I'm wrong, a texture problem, it's highly doubt it though.
I have ATI Radeon graphics.
So if anyone can please help, please do reply here. Thanks.

75
Modification Help / Sellitem help
« on: February 25, 2010, 11:18:08 AM »
I've been trying to figure out this for testing reasons, anyway, the only thing that's wrong is that no weapons are in the drop down menu.
Code: [Select]
function fxDTSBrick::sellItem(%brick, %item, %markup, %client)
{
if(isObject(%client.player) && !%client.player.serviceOrigin  && isObject(%brick))
{
%name = $CityRPG::prices::weapon::name[%item].uiName;

if(CitySO.minerals >= $CityRPG::prices::weapon::mineral[%item])
{
%client.player.serviceType = "item";
%client.player.serviceItem = %item;
%client.player.serviceFee = $CityRPG::prices::weapon::price[%item] + %markup;
%client.player.serviceMarkup = %markup;
%client.player.serviceOrigin = %brick;

messageClient(%client,'',"\c6A service is offering to sell you one \c3" @ %name SPC "\c6for \c3$" @ %client.player.serviceFee SPC "\c6.");
messageClient(%client,'',"\c6Accept with \c3/yes\c6, decline with \c3/no\c6.");
}
else
messageClient(%client, '', '\c6A service is trying to offer you %1 \c3%2\c6, but the city needs \c3%3\c6 more minerals to produce it!', CityRPG_DetectVowel(%name), %name, ($CityRPG::prices::weapon::mineral[%item] - CitySO.minerals));
}
else if(%client.player.serviceOrigin && %client.player.serviceOrigin != %brick)
messageClient(%client, '', "\c6You already have a charge request from another service! Type \c3/no\c6 to reject it.");
}
Remember, if you can't say anything helpful, don't say anything.

Pages: 1 2 3 4 [5] 6