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]
76
Drama / Caspow - The Lying ass wipe.
« on: February 20, 2010, 08:35:48 AM »
Hi, all, seriously, this Caspow guy is a total idiot, he totally fakes this, what he does is he comes into Badspot's Lag Party, then... says all this ridiculous stuff about "There was a hacker in PSProgrammers server!" This guy is idiotic ass wipe. Well, I suppose the pic's can say the evidence.


Mmm, handicap.

Giving trust to re-enact this? Plus, he can just re-load the build, but his fault if he hasn't saved.

Now he's saying this was real, mm.

I then replied, "Torque is a unhackable engine, LOLFAIL." But, it is.

He then say's he hacked the server's name and preference. Admin much?

Then he say's his name is Cool Cat 2, so I search on RTB and kalphiter's BL_ID system, and nothing returned.

Then, apparently the "hacker" banned his friend TOPIN UP, it says PERMANTLY banned, idiot.
And it goes on and on and on...

This guy is litreally a total idiot, and, troll.
Discuss.

77
Gallery / Synx's House(MLB App)
« on: February 19, 2010, 05:53:46 AM »
Hi, all, I've never ever done a App for a Clan before, so I hope this goes well, oh, and by the way, this build is just one of my old ones, I'm currently working on a big wip one, so I figured out if I can get in the MLB, my other (probably) build will be sucessfull, anyway, this is just a house I made in a freebuild, this house only took around 40-50 minutes, anyway.

The front of the house:



The Interior:



There is a Chair, Table with a glass of water on it, and, a TV, and a cupboard underneath the TV(See next picture)
The TV:



The Stairs:



I figured these stairs are very bad, I will make them into better stairs.

The Kitchen:


I know, this kitchen is VERY bad, and the fridge is horrific, and I want also to join this clan so I can probably get better at building, but, thats not all, there's more.



The Stair's and the Stool, The stool is so you can look out the window when all you're food is burning.



In the attic- Well, not really a attic, but, its mkay.

And last but not least, The Back of the house.



Thank you very much for reading my App, and it's much appreicateed for feedback, and, very much appreicated if you can post a picture of a non-crappy fridge, Thanks!

~Synx (Bloxxed as the forum name.)

78
Help / Keep Crashing on certain servers.
« on: February 07, 2010, 07:22:11 AM »
Hi guise, I keep crashing on certain servers and City RPG's, like Diggy's and Wicked's, this is a problem that has been happening 2 hours ago, and I've had a look through the console log and deleted some crap add-on's, and its still happening, it seems to crash me when I've finished ghosting, I've moved a bit around and crashed. I even joined the server and did not even move, or speak, and when I finished ghosting, when I move, litreally 5 seconds later, I crash. Console Log below, please help me.

~ReBloxed

79
Help / New V14 Hosting Issue.
« on: January 31, 2010, 07:13:59 AM »
Right, so when I installed V14, and I started a server, no-one could connect, I've tried to get a friend to connect- it failed, So, I ran my dedicated again, and I saw this:

Code: [Select]
Initializing UPnP...
--------------------
List of UPNP devices found on the network :

 desc: http://192.168.0.1:49152/gateway.xml
 st: urn:schemas-upnp-org:device:InternetGatewayDevice:1


 desc: http://192.168.0.1:49152/gateway.xml
 st: urn:schemas-upnp-org:device:InternetGatewayDevice:1


Found a (not connected?) IGD : http://192.168.0.1:49152/upnp/control/WANIPConnection

Trying to continue anyway

Local LAN ip address : 192.168.0.7

ExternalIPAddress = 92.3.140.207

Internal IP:Port = 192.168.0.7:28000

External 92.3.140.207:28000 UDP is redirected to internal 192.168.0.7:28000

--------------------

The only peculiar thing is, that I have EXACTLY same router and package at my moms and dad's, but at my dad's I can host, but at my mom's I can't?

80
Modification Help / RequestFunds ^yes Help.
« on: January 02, 2010, 02:32:16 PM »
Hey people, I need some help, I've being editing Iban's City RPG, and I need help with this part of requestfunds, when ever it says like
"Service Want a gun? requests 150"
accept with ^yes or decline with ^no
When I say ^yes, it says "You have no active transfers that you can accept!"

Heres the Code.
Code: [Select]
function CrpCmdYes(%client)
{
if(isObject(%this.player) && isObject(%client.player.CityRP_lastProcessBrick))
{
if(VectorDist(%client.player.CityRP_lastProcessBrick.getPosition(), %client.player.getPosition()) < 16)
{
if(CityRPData.getData(%client.bl_id).valueMoney >= %client.player.serviceFee)
{
CityRPData.getData(%client.bl_id).valueMoney -= %client.player.serviceFee;
CityRPData.getData(%client.player.CityRP_lastProcessBrick.getGroup().bl_id).valueBank += %client.player.serviceFee;

messageClient(%client, '', "\c6You have accepted the service fee of \c3$" @ %client.player.serviceFee @ "\c6!");
%client.setInfo();

if(%client.player.CityRP_lastProcessBrick.getGroup().client)
{
messageClient(%client.player.CityRP_lastProcessBrick.getGroup().client, '', "\c3" @ %client.name @ "\c6 has wired you \c3$" @ %client.player.serviceFee @ "\c6 for a service.");
}

%client.player.CityRP_lastProcessBrick.onTransferSuccess(%client);
}
else
{
messageClient(%client, '', "\c6You cannot afford this service.");
}
%client.player.CityRP_lastProcessBrick = NULL;
%client.player.serviceFee = 0;
}
else
{
%client.player.CityRP_lastProcessBrick = NULL;
%client.player.serviceFee = 0;
messageClient(%client, '', "\c6You are too far away from the service to purchase it!");
}
}
else
{
messageClient(%client, '', "\c6You have no active tranfers that you may accept!");
}
return 1;
}

function CrpCmdNo(%client)
{
if(isObject(%client.player.CityRP_lastProcessBrick))
{
messageClient(%client, '', "\c6You have rejected the service fee!");
%client.player.CityRP_lastProcessBrick.onTransferDecline(%client);
%client.player.CityRP_lastProcessBrick = NULL;
%client.player.serviceFee = 0;
}
else
{
messageClient(%client, '', "\c6You have no active tranfers that you may decline!");
}
return 1;
}

Thanks if you can help.
And, if you can't say Anything helpful, don't say ANYTHING.

EDIT:Found something else that might be helpful...
Code: [Select]
function GameConnection::requestFunds(%client, %serviceName, %fund)
{
if(isObject(%client.player) && !%client.player.CityRP_lastProcessBrick  && isObject($lastProcessedBrick_cityRP))
{
//You might want to check if they're already in an accept/decline thing, or the distance to $lastProcessedBrick_cityRP, etc.

%client.player.CityRP_lastProcessBrick = $lastProcessedBrick_cityRP;
%client.player.serviceFee = %fund;

messageClient(%client,'',"\c6Service \"\c3" @ %serviceName @ "\c6\" requests \c3$" @ %fund SPC "\c6.");
messageClient(%client,'',"\c6Accept with \c3^yes\c6, decline with \c3^no\c6.");

//other stuff
}
else if(%client.player.CityRP_lastProcessBrick)
{
if(%client.player.CityRP_lastProcessBrick != $lastProcessedBrick_cityRP)
{
messageClient(%client, '', "\c6You already have a charge request from another service! Type \c3^no to reject it.");
}
}
}

And this
Code: [Select]
registerOutputEvent("GameConnection", "requestFunds", "string 80 200\tint 1 9999", 0);

81
AoT General / Porto scammed me.
« on: December 22, 2009, 11:11:52 AM »
Oops, he diden't, gave me the cash, sorry.

CLOSETOPIC.

82
Help / Keep crashing on Jorgurs server.
« on: December 17, 2009, 02:32:17 PM »
Hey Blockland forumers, I have a problem, whenever I go to Jorgur's dogfight server, and join the resistance team and, I have downloaded all the textures shapes and all that, I ghost, then, when I've finished ghosting, I move a bit to get a weapon, bam, crash.
I really need help, I'll post my console log.

Pages: 1 2 3 4 5 [6]