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

Pages: 1 ... 187 188 189 190 191 [192] 193 194 195 196 197 ... 727
2866
Modification Help / Re: A Non-stuffty Script, Admin Tags
« on: April 10, 2015, 11:44:36 PM »
It will only work for super admins, yes.

<color:zzzzzz> doesn't work either. You can only use valid hexadecimal colors here.

2867
Suggestions & Requests / Re: Quick-Ban
« on: April 10, 2015, 10:26:07 PM »
Is it really *that* much work to open the admin menu and click "ban"?

2868
Modification Help / Re: A stuffty Script, Admin Tags
« on: April 10, 2015, 08:28:39 PM »
Do not download this - it will break the chat. OP clearly doesn't know what he's doing and didn't even test his script.

Code: server.cs (28 lines)
//A NON-stuffTY SCRIPT BY BACKARA HAHAHA
package Script_AdminTags
{
    function serverCmdMessageSent(%client,%msg)
    {
        %oldPrefix = %client.clanPrefix;
        if(%client.isAdmin)
        {
            %client.clanPrefix = "<color:zzzzzz>[<color:cccccc>Admin<color:zzzzzz>]" @ %oldPrefix;
            if(%client.isSuperAdmin)
            {
                %client.clanPrefix = "<color:zzzzzz>[<color:ffffff>Super<color:zzzzzz>]" @ %oldPrefix;
                if(%client.isModerator)
                {
                    %client.clanPrefix = "<color:zzzzzz>[<color:00ffff>MOD<color:zzzzzz>]" @ %oldPrefix;
                    if(%client.isVIP)
                    {
                        %client.clanPrefix = "<color:zzzzzz>[<color:ff0000>VIP<color:zzzzzz>]" @ %oldPrefix;
                    }
                }
                Parent::serverCmdMessageSent(%client,%msg);
                %client.clanPrefix = %oldPrefix;
            }
        }
    }
};
activatepackage(Script_AdminTags);


2869
when you have a name selected and you hit friendlist it will auto fill the bl id when you then hit add friend
o i see

2870
Add-Ons / Re: [Client] Friend List v1
« on: April 09, 2015, 06:51:56 AM »
clicking the friend list button while having someone selected should automatically bring up a prompt whether you want to add them

2871
General Discussion / Re: Necessary Hosting Add-Ons
« on: April 09, 2015, 06:48:05 AM »
Is there an add-on that allows you to go into the servers preferences like it was w/ RTB?
You can still use RTB. It'll work fine just not connect to the server.

Some people released stripped down versions with all the useless modules removed so it's basically just the server prefs etc

2872
General Discussion / Re: Logic Gates Server
« on: April 07, 2015, 07:55:54 PM »
logic wires should only connect if the baseplate they're placed on is owned by the same blid

easy fix for the starfishs placing powered wires from the side

2873
Suggestions & Requests / Re: Value for Color Set
« on: April 07, 2015, 07:19:40 PM »
You can actually set bricks to any rgb color but if you want more than 64 colors at a time it will break as soon as you re-ghost them or someone else joins

2874
Off Topic / Re: Sister is getting a cat, how to prepare
« on: April 07, 2015, 07:17:57 PM »
Get two cats so they can take care of themselves and don't annoy you all the time when they're bored.

2875
wait really
...of course? What's up with americans not understanding this...?

2876
Add-Ons / Re: Event_addItem 2.0
« on: April 07, 2015, 04:51:25 PM »
Basically, you can add items to players that don't have a UI name by using the object name in the string. At least I think that's what he means, and if so that's a very beneficial improvement over the previous list object.

Items without an uiname are generally not meant to be added on players with an event anyone can access. I can't think of any case where this is really useful?

2877
Add-Ons / Re: Real life time synchronized daycycle (UPDATED)
« on: April 07, 2015, 08:57:34 AM »
Why does your switch start from 1 and end at 24? 24 hour time goes from 00:00 to 23:59

2878
Suggestions & Requests / Re: Symmetry plane for building
« on: April 05, 2015, 06:58:28 PM »
The mirroring part is fairly easy, but you need to manually set how each non-cubic brick has to be handled.

That's not much of an issue without custom bricks, as you can just setup every brick once and then include the config in the addon.

If people should be able to mirror custom bricks correctly you'll also need to include some kind of interface so they can tell the script how each custom brick should be mirrored. I'm not too sure how you would handle this without it becoming a nightmare to use for the first time.

2879
Add-Ons / Re: Event_addItem 2.0
« on: April 05, 2015, 06:35:10 PM »
The event doesn't use the item list, it's a string instead.
How is this an improvement?

2880
Games / Re: Cities: Skylines The Thread!
« on: April 05, 2015, 08:10:29 AM »
lol. look at the top left of my screenshot. that's lane control.
I'm pretty sure that doesn't let you control where each lane goes.

For example on a 6 lane road I might want 2 lanes to go right and one straight, none left. Can it do that?

Pages: 1 ... 187 188 189 190 191 [192] 193 194 195 196 197 ... 727