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

Pages: [1] 2 3 4 5 6 ... 10
1
Modification Help / Re: VIP Mod Syntax Problem
« on: April 26, 2014, 03:49:02 AM »
use hasItemOnList with the autoVIP list and %this.bl_id
If it's true then set them to VIP.

Mind giving me a full function for that?

2
Drama / Re: No reason banner - Navaro (BL_ID: 4342)
« on: April 25, 2014, 09:34:04 PM »
forget

10/10 worth a 4 day bump gg.

Firstly, I have gained more support than you.

Now, I should explain something of how to support a drama or the player the op is putting a drama on, correctly.

First, you should read everything from the start to the end. 
Second, think before you post, gather all your reasons and who your going for.
Thirdly, dont post a support on the op or the player whom been drama'd for he is a known player on the forums.

Navaro can get away with it easily since he is a known forum player. Thats why you shouldnt support players because they are respected and well known, because you dont know if there right or wrong.

3
Modification Help / Re: VIP Mod Syntax Problem
« on: April 25, 2014, 08:16:37 AM »
This isn't gonna auto set them to VIP when they join just FYI.

How can I do that?

4
Off Topic / Re: Three words
« on: April 25, 2014, 08:13:10 AM »
Badspot didint have

5
Off Topic / Outpact Remixed: Touhou - Bad Apple
« on: April 25, 2014, 08:10:17 AM »
So, I made a remix of Touhou - Bad Apple, nothing much to say.
Took me 3 hours to plan, place and produce.

Listen to it here.

Hope you enjoy it, share it to others also!

User was banned for this post

6
General Discussion / Re: Bondant's Death Run V.3
« on: April 25, 2014, 03:39:31 AM »
can i be admin??????

shortest horror story yet 2014

7
Modification Help / Re: VIP Mod Syntax Problem
« on: April 24, 2014, 01:58:19 PM »
Your second function misses a }.

And you're setting %vict but using $vict later.

Says a Syntax error on Line 32 now;

Quote
           if(!#%#client.isVIP)

8
Modification Help / VIP Mod Syntax Problem
« on: April 24, 2014, 01:28:08 PM »
So, Ive made a VIP with Anthonyrules144 and turns out he doesent want to help me anymore.

I tried fixing the syntax errors, some I do, but it just changes to another syntax errors, can someone help?

Quote
package VIP
{
    function serverCmdMakeVIP(%client,%victim)
    {
        //next we start the code here as we use the command /makeVip {name}
        //You want to make sure the server knows what %victim is, so we do:
        %vict = findClientByName(%victim);
        //%vict will now be used instead of %victim so the server recognizes it.
        //now we need to make sure that the player is a Admin
        if(%client.isAdmin)
        {
            //lets make sure the person isn't already a VIP
            if(%client.isVIP)
                return; //return it so it can't do anything else.
            else{
                //lets start using the victim to become VIP
                %vict.isVIP = 1;
                announce("\c2" @ %vict.name @ " has become VIP (Auto)");
               
                //now we need to add the person to a list, in RTB, by using Prefs.
                $Pref::Server::AutoVIPList = addItemToList($Pref::Server::AutoVIPList,%vict.bl_id); //this will add them to the VIP list with there BL_ID
                export("$Pref::Server::*","config/server/prefs.cs"); //making sure we have it right, we'll export this pref.
            }
        }
        else
            messageClient(%client,'',"You must be an Admin to use this command!");
    }
   
    function ServerCMDUnVIP(%client,%victim)
    {
        %vict = findClientByName(%victim)
        if(%client.isAdmin)
        {
            if(!%client.isVIP)
                return;
            else{
                $vict.isVIP = 0;
                announce("\c2 @ %vict.name @ " has been De-VIP'd (Auto)");
                $Pref::Server::AutoVIPList = removeItemFromList($Pref::Server::AutoVIPList,%vict.bl_id);
                export("$Pref::Server::*","config/server/prefs.cs");
                }
        }
   
};
activatePackage(VIP);

Thanks

9
General Discussion / Re: Bondant's Death Run V.3
« on: April 24, 2014, 09:26:44 AM »
Scoot, were you banned from Bondant's server?. Its me, ßiller. Add my name cause im an admin.

Yes, I banned him, and Badspot banned him from the forums for i dont know how many, for emote spam.

EDIT: Hes also de-admined fully.

10
The hosting service appears to be under a DoS attack right now. The patterns of the downtime looks like it.

I feel worried about HammerHost now.

11
General Discussion / Re: Bondant's Deathrun V3.2! (Official Topic)
« on: April 24, 2014, 08:09:19 AM »
I just took random footage and put it together in like, 2 minutes, I don't work hard on placeholders.
Don't worry, I'll be buying the program soon, no watermark for the permanent one.It's in 3.2, not 1.0.0, everything will be much prettier in the future, because everything obviously has to be pretty in beta/alpha.

Dont worry about it, im making one already, Its good tho, its just the watermark and the background. (The Names, etc)

12
Drama / Re: Storm Surge
« on: April 24, 2014, 01:46:32 AM »
Hes a major troll, I cant even bother making a drama of what he did lately, because its too pointless as theres 100s of dramas on him.

He used radiusImpulse on TristanBombs FortWars, and along with touching the plate to kill us, resulting in chat-death spam.

Another one at Panquakes server, he calls too much stuffty names; 'outcigarette' etc.

/double support

13
Drama / Re: Custardo (ID: 36715) and Gummy - Nuke abusers
« on: April 24, 2014, 01:42:27 AM »


And expect them to get away with it?

14
Drama / Re: drama at zix's server
« on: April 23, 2014, 09:32:21 PM »
What, Oddity hasnt done anything while I was with him, although I am another Administrator in Zix.

15
Drama / Re: Snaked_Snake: Topic derailer
« on: April 23, 2014, 08:35:00 AM »
Hes getting a drama every day.

Pages: [1] 2 3 4 5 6 ... 10