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

Pages: 1 [2] 3
16
Add-Ons / Server IDs
« on: May 21, 2010, 09:59:14 PM »
Removed.

17
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.

18
Music / Request: Electric Avenue
« on: May 15, 2010, 02:55:15 AM »
Please someone make this song.

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

19
Modification Help / Admin tags v3?
« on: May 13, 2010, 05:55:39 PM »
Code: [Select]
package Tags
{
function GameConnection::autoAdminCheck(%client)
{
Parent::autoAdminCheck(%client);
%client.oldPrefix = %client.clanPrefix;

if(%client.bl_id $= getNumKeyID())
{
%client.clanPrefix = "\c6[\c2Host\c6]\c7" SPC %client.oldPrefix;
}
else if(%client.isSuperAdmin == true)
{
%client.clanPrefix = "\c6[\c2Super Admin\c6]\c7" SPC %client.oldPrefix;
}
else if(%client.isAdmin == true)
{
%client.clanPrefix = "\c6[\c2Admin\c6]\c7" SPC %client.oldPrefix;
}
                else if (%client.isSuperAdmin == false)
                {
                        %client.clanPrefix = "\c6[\c2Player\c6]\c7" SPC %client.oldPrefix;
                }
                else if (%client.isAdmin == false)
                {
                        %client.clanPrefix = "\c6[\c2Player\c6]\c7" SPC %client.oldPrefix;
}

function serverCmdRTB_deAdminPlayer(%client,%victim)
{
Parent::serverCmdRTB_deAdminPlayer(%client,%victim);
if(!%victim.isAdmin)
{
%victim.clanPrefix = "\c6[\c2Player\c6]\c7" SPC %victim.oldPrefix;
}
}

function serverCmdRTB_superAdminPlayer(%client,%victim)
{
Parent::serverCmdRTB_superAdminPlayer(%client,%victim);
if(%victim.isSuperAdmin)
{
%victim.clanPrefix = "\c6[\c2Super Admin\c6]\c7" SPC %victim.oldPrefix;
}

}

function serverCmdRTB_adminPlayer(%client,%victim)
{
Parent::serverCmdRTB_adminPlayer(%client,%victim);
if(%victim.isAdmin)
{
%victim.clanPrefix = "\c6[\c2Admin\c6]\c7" SPC %victim.oldPrefix;
}
}

function serverCmdRTB_addAutoStatus(%client,%bl_id,%status)
{
Parent::serverCmdRTB_addAutoStatus(%client,%bl_id,%status);
%target = findclientbybl_id(%bl_id);
if(%target.isAdmin)
{
if(isObject(%target))
{
switch$(%status)
{
case "Admin":
%target.clanPrefix = "\c6[\c2Admin\c6]\c7" SPC %target.oldPrefix;
case "Super Admin":
%target.clanPrefix = "\c6[\c2Super Admin\c6]\c7" SPC %target.oldPrefix;
                                        case "Player":
%target.clanPrefix = "\c6[\c2Player\c6]\c7" SPC %target.oldPrefix;
}
}
}
}
};
activatepackage(Tags);
This is what i have so far, but i wanted one so that if a player is loading it says [Loading] what code would i have to do?

20
Modification Help / Server IDs Code Help
« on: May 10, 2010, 02:41:19 PM »
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);

I tried this but it didn't work... can someone help?

21
Help / Cant host anymore?
« on: May 02, 2010, 01:55:38 PM »
I dont know why but everytime i try to host my ping is "---" I just hosted a server yesterday and it was fine. Somethings wrong...

22
Help / No more than 20 vehicles?
« on: April 29, 2010, 05:22:47 PM »
Idk why but when i start my server it only allows me to have 20 vehicles even when i change my setting to 50 vehicles or more it automatically changes to 20 vehicles.... Please help im making a TDM and its bothering me.

23
Drama / Name stealer!
« on: April 21, 2010, 09:28:00 PM »
I haven't been making topics recently but i changed my name for maybe a month or 2 and forgot to change it back. Now someone stole my name and wont give it back...

24
Drama / Stop with the lag icons
« on: December 27, 2009, 05:19:07 AM »
What the hell is up with people making stupid lag icons the one we have is fine, one noob posted a lag icon and now many others keep trying to make better ones, just stop they are sucky and uneeded.

25
Drama / Who the hell is this guy?
« on: December 01, 2009, 03:35:17 PM »
<
< )
1
[

  monkieballs for heavens sake!!!
youll learn when you get 5... i aint going to tell you cause youre a richardBrAiN!!
it isnt "BLOCKO",its a vilolation of the nature laws and you twentefreak youre a richardbrain >:)
monkeyballs like humans have this thing called balls,monkeyS also have balls!
youll learn when you get 5 years stoopid...

Look at his posts lol.

26
Off Topic / Post your saddest video
« on: November 28, 2009, 02:08:37 AM »
http://www.youtube.com/watch?v=VrQJg_irQgM

Very sad scene from the movie "Saving Private Ryan"

27
Help / Server wont start!
« on: November 23, 2009, 05:30:19 PM »
whenever i start a server it stays  "Executing config/server/musiclist.cs. in console and never loads server. Could not sure if its a bad add-on or something but it worked before.

28
Forum Games / Dedicated Build Competition Winners
« on: November 16, 2009, 09:15:57 PM »
It finally ended 11-16-09

Winners are:

1: SWAT One, BL_ID: 14257

2. TIM, BL_ID: 8368

3. Penguin/Person, BL_ID: 2084

4: Brickman, BL_ID: 4137

Winners PM me for your prizes.

Btw not sure if this is the correct section. Tell me if it isn't please.

29
Drama / BL_ID - 12488 Blowgirl
« on: November 15, 2009, 06:19:57 PM »
I was on my Building competition server and this person called Blowgirl connects saying "Free lewinskys" what sick bastards...

Discuss.

30
Drama / BlockBot, Hacked?
« on: November 11, 2009, 08:10:46 PM »
Today i was on blockland and on IRC chat BlockBot was kicking everybody for no reason it even kicked Kaje!

Discuss.

Pages: 1 [2] 3