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

Pages: 1 2 3 [4] 5 6 7 8 9 ... 18
46
Forum Games / Bot's Build Competition
« on: June 04, 2010, 10:31:29 PM »
Winner will get a BL_ID.

Winners will be announced in June 9th 2010.

47
Music / Re: Taking Requests
« on: May 31, 2010, 04:24:48 PM »
Please make this song...

http://www.youtube.com/watch?v=UA5MtAmT24g

0:00 to 1:03

48
Suggestions & Requests / Re: Boxhead The game Add-Ons?
« on: May 28, 2010, 04:49:45 PM »
I mostly don't put ideas that are somewhat good down but.

Boxhead is free just go play boxhead.
Yeah but it would be awesome if it was in Blockland right?

49
Suggestions & Requests / Re: Boxhead The game Add-Ons?
« on: May 27, 2010, 04:48:00 PM »
Claymore would be the landmine i guess, only thing is railgun...
I wonder what he uses for that?
Rail gun could be any powerfull lazor gun and claymore can be landmine.

50
Suggestions & Requests / Boxhead The game Add-Ons?
« on: May 26, 2010, 07:23:31 PM »
Could you make some add-ons for this game?

http://www.crazymonkeygames.com/Boxhead-2Play-Rooms.html
----------------------------------------------------------------------------------
Prints:

Bind

Bert

Bambo

Bon

Zombie

Zombie Devil
------------------------------------------
Weapons:

Gun - Made
Uzi - Made
Shotgun - Made
Barrels - ?
Grenades - Made
Fake Walls - ?
Claymore - Made
Rocket - Made
Charge Pack - Made
Rail Gun - Made

 Main things that need to be made are the Barrels and Fake Walls.
------------------------------------------
AIs:

AI_BoxHead (Red Guy)
AI_BoxHeadZ (Regular Zombie)

51
Add-Ons / Re: Server IDs
« on: May 21, 2010, 11:17:27 PM »
So that means you can steal code instead?
Fine since i know your not going to stop arguing do you want me to lock this topic up. or i give you credit.

52
Add-Ons / Re: Server IDs
« on: May 21, 2010, 10:48:36 PM »
What? Your "old one" doesn't even make sense to what this is.
Its my old code, it didnt work very well though as you can see.

53
Add-Ons / Re: Server IDs
« on: May 21, 2010, 10:31:12 PM »
Let's compare

My code:
Code: [Select]
function getPlayerID(%client)
{
    for(%a = 0; %a < ClientGroup.getCount(); %a++)
if(ClientGroup.getObject(%a) == %client)
   return %a;
}

package IDS
{
function gameConnection::autoAdminCheck(%this)
{
messageAll('',"\c7Player ID: "@ getPlayerID(%this) @" has joined the server!");
return parent::autoAdminCheck(%this);
}
};
activatepackage(IDS);

Your code:
Code: [Select]
function getPlayerID(%client)
{
    for(%a = 0; %a < ClientGroup.getCount(); %a++)
   if(ClientGroup.getObject(%a) == %client)
       return %a;
}

package IDS
{
function gameConnection::autoAdminCheck(%this)
{
messageAll('',"\c7Player ID: "@ getPlayerID(%this) @" has joined the server!");
return parent::autoAdminCheck(%this);
}
};
activatepackage(IDS);
No i mean mine was way off. so i just used yours. i could give you credit if you want?

My old one

Code: [Select]
package IDS
{
function GameConnection::LoadMission(%c,%a,%b,%d,%e,%f)
{
if(%client.bl_id == 9088)
{
Messageall(' ',"Player ID: 0 has joined the server!" SPC %say);
}
Parent::LoadMission(%c,%a,%b,%d,%e,%f);
}
};
activatepackage(IDS);

54
Add-Ons / Re: Server IDs
« on: May 21, 2010, 10:17:47 PM »
So because you didn't know what you were doing, it's alright to steal?
:/ Its not really stealing. I knew how to do it i just asked for some code help.

55
Add-Ons / Re: Server IDs
« on: May 21, 2010, 10:07:10 PM »
I just looked at it, and you copied the code exactly as I gave it to you.
I didnt understand what code to put in. i already had one but it was messed up.

56
Add-Ons / Re: Server IDs
« on: May 21, 2010, 10:02:54 PM »
Cool, but no real point...
NINJA: And some poeple will go "Omgz eet is B@dspot plzz give me admin on yur servers!1!111!!!".
Because you have ID 0.
Its not on the player list it says

Player Joined

Player ID: 1 Joined the server!

57
Add-Ons / Re: Server IDs
« on: May 21, 2010, 10:01:38 PM »
Cool, but no real point...
Yeah i know... Lol but go ahead and download if you want.

58
Add-Ons / Server IDs
« on: May 21, 2010, 09:59:14 PM »
Removed.

59
Off Topic / Re: Old Lost Add-Ons
« on: May 21, 2010, 09:54:31 PM »
GD?
nvm, What does that stand for?

60
Off Topic / Old Lost Add-Ons
« on: May 21, 2010, 09:53:44 PM »
If you want any old add-ons that were from rtb2 or just very old PM me.

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