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

Pages: 1 ... 73 74 75 76 77 [78]
1156
Drama / Re: Ichverbot - Alt of Iban?
« on: November 11, 2011, 05:56:14 PM »
Good to see you back Iban, even though you were very annoying sometimes. :praise:

1157
Modification Help / Re: [RESOURCE] Big List of tutorials.
« on: November 11, 2011, 05:22:44 PM »
He probably found something else to do, or he just forgot about this.

1158
Gallery / Re: Dillpickle's Golden Sphere Shrine (GoldenBrickRemake)
« on: November 11, 2011, 04:39:12 PM »
Pretty nice, 8/10

1159
Creativity / Re: The new and improved 3D model topic!
« on: November 11, 2011, 04:15:35 PM »
Yes, I teached myself (I watched some tutorials like a year ago tough) but I ask a lot of questions.

The best way to learn.

1160
Modification Help / Re: Checking If A Client Does Not Have A Add On
« on: October 28, 2011, 03:52:52 PM »
This would be the code your looking for...although I believe it requires something else otherwise it would cause Authentication Errors when trying to host.
Code: [Select]
        function GameConnection::onConnectRequest(%this,%a,%b,%c,%d,%e,%f,%g,%h,%i)
        {
                echo("\n" @ %c SPC "trying to connect.");
                if(%f !$= "")
                {
                        %this.hasRTB = 1;
                        %this.rtbVersion = %f;
                }
                if(getField(%h,1) $= "DRPG")
                {
                        echo(%c SPC "trying to connect with DRPG v" @ getField(%h,2) @ ".");
                        if(trim(getField(%h,2)) >= trim($DRPG::ClientVersion))
                        {
                                %this.hasDRPG = 1;
                                %this.drpgVersion = getField(%h,2);
                                Parent::onConnectRequest(%this,%a,%b,%c,%d,%e,%f,%g,%h,%i);
                        }
                        else
                        {
                                echo(%C SPC "needs to download a new version of DRPG.");
                                %this.schedule(0,"delete","You need the latest <a:brianhosting.net/BLAD/uploads/Client_DRPG.zip>DRPG Client</a> (v" @ $DRPG::ClientVersion @ " ) to play on this server.");
                                return;
                        }
                }
                else
                {
                        echo(%c SPC "trying to connect without DRPG.");
                        %this.schedule(0,"delete","You need the latest <a:brianhosting.net/BLAD/uploads/Client_DRPG.zip>DRPG Client</a> (v" @ $DRPG::ClientVersion @ " ) to play on this server.");
                }
        }


1161
Modification Help / Re: Parent::onSpawn(); Errors
« on: October 14, 2011, 05:56:41 PM »
edit: Why is there Parent::onSpawn() twice?

1162
Modification Help / Parent::onSpawn(); Errors
« on: October 14, 2011, 05:53:59 PM »
I was fooling around hopelessly for ideas on an addon and there was an syntax error in my code, it must be a beginners mistake or something like that since I have no idea what is wrong...Here is the code



package NRPGMC
{
   function GameConnection::onSpawn(%client)
   {
      %this.hatColor = "5 0.633 0.456 2";
      %this.secondPackColor = "1 1 0 2";
      %this.chestColor = "2 0.125 0.233 2";
      %this.rArmColor = "5 0.1215 0.716 2";
      %this.lArmColor = "1 0.754 0.346 2";
      %this.hipColor = "2.01 0.12 0.125 2";
      %this.decalName = "NRPG Player";
   }

   Parent::onSpawn(%client);
};
activatePackage(NRPGMC);



The syntax error line is in Bold.

1163
Off Topic / Re: RPG Personality
« on: October 05, 2011, 04:08:45 PM »


1164
Off Topic / Re: A rare phenomenon.
« on: October 03, 2011, 06:59:27 PM »
Quote
A rare phenomenon.

Well since it is rare...make a move, quick

Warning - while you were typing 8 new replies have been posted. You may wish to review your post.

What the forget.

1165
Off Topic / Re: Solve the user above's problem, then create your own!
« on: October 03, 2011, 06:55:10 PM »
food in a can

I want oxi clean for free :C

1166
Off Topic / Re: Solve the user above's problem, then create your own!
« on: October 03, 2011, 06:52:36 PM »
Go to the local post office and buy the time machine 9000 (make sure to set your clocks back before you do it).



[joke]omg my sperm is purple![/joke]

1167
Off Topic / Re: ZOMBIE WALK
« on: October 03, 2011, 06:49:27 PM »
There would be one here but all the old people would complain and call the cops.

So true.

1168
Off Topic / Re: A rare phenomenon.
« on: October 03, 2011, 06:45:04 PM »
Try to score love in the future.

1169
Off Topic / Re: let's all talk to Aeschylus.
« on: October 03, 2011, 06:42:46 PM »
[question]Why aren't peoples' richards 50 inches long instead of seven, Aeschylus[/question]

1170
Off Topic / Re: I <3 Magick Mage
« on: October 03, 2011, 05:35:14 PM »
*Magick* Mage = nice person. c:

Pages: 1 ... 73 74 75 76 77 [78]