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

Pages: 1 ... 17 18 19 20 21 [22] 23 24 25 26 27 ... 53
316
Off Topic / Re: game industry crash is coming.
« on: December 12, 2018, 09:55:47 PM »
The gaming industry is a joke. We could use a crash right about now to kill off all of the stuffty AAA franchises and allow the indie scene to rise up.

317
Suggestions & Requests / Re: [SCRIPT] Auto-Kick Multi-Clients
« on: December 12, 2018, 07:07:58 PM »
Code: [Select]
package kickDupsPackage
{
function GameConnection::StartLoad(%client)
{
Parent::StartLoad(%client);
if(!%client.isAdmin)
{
%count = ClientGroup.getCount();
for(%i=0;%i<%count;%i++)
{
%obj = ClientGroup.getObject(%i);
if(%obj.bl_id == %client.bl_id && %obj != %client)
{
%obj.delete("No multiclienting.");
break;
}
}
}
}
};
activatepackage(kickDupsPackage);
Better optimized version of Tendon's code. Checking if the subclient is a super admin or host is redundent because they would automatically be regular admin if so.

318
Add-Ons / Re: Server_Vore
« on: December 08, 2018, 07:18:54 PM »
allow eating vehicles pls

319
General Discussion / Re: Potential City RPG idea need feedback
« on: December 08, 2018, 06:19:47 PM »
"People get too much money too quickly so let's just keep resetting it"

320
Off Topic / Re: [NEWS] red dead redemption committed red and black face.
« on: December 08, 2018, 06:01:12 PM »
It's like it's historically accurate or something and that's how people at the time the game takes place actually behaved.

Just kidding, it's actually tribal game developers

321
Add-Ons / Re: Server_Vore
« on: December 08, 2018, 02:01:25 PM »
Everyday way stray farther from god's light

322
General Discussion / Re: Potential City RPG idea need feedback
« on: December 08, 2018, 02:00:35 PM »
Instead of hosting 3 separate cities and resetting data why not just balance the game properly and have 1 well balanced quality city?

Quality over quantity

324
Off Topic / Re: Reddit is an NPC cesspool
« on: December 06, 2018, 11:09:08 PM »
Notch is a rich straight white male
Jontron is a popular straight white male
Of course NPC's are going to go after them

325
Suggestions & Requests / Re: Romaine Lettuce Weapon
« on: December 06, 2018, 09:50:07 PM »

326
Add-Ons / Re: Massive Complete BL Add-on Collection (7106 add-ons!!)
« on: December 06, 2018, 09:15:35 PM »
I spent like 5 minutes looking for this topic and thought "hmmm must have been failbinned"
Literally the opposite

327
Suggestions & Requests / Romaine Lettuce Weapon
« on: December 06, 2018, 06:51:24 PM »
1-hit kill on contact

328
Add-Ons / Re: Massive Complete BL Add-on Collection (7106 add-ons!!)
« on: December 06, 2018, 04:53:17 PM »
Did this just recently get stickied?

329
Gallery / Re: Brickadia City - Cohort Team
« on: December 05, 2018, 07:05:39 PM »
I have no strong feelings one way or the other.

330
General Discussion / Re: New Years 2019
« on: December 05, 2018, 06:59:27 PM »
Last new year's was the first one I missed because the 2 previous years before some memer edgelord thought it'd be hilarious to teleport everybody below the ground and/or blow everyone up right before the ball dropped.

Pages: 1 ... 17 18 19 20 21 [22] 23 24 25 26 27 ... 53