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

Pages: 1 ... 143 144 145 146 147 [148] 149
2206
Modification Help / Re: Paint Set Making Help
« on: February 21, 2009, 06:34:44 PM »
Thanks gamefandan!

By the way, you could just use paint and create custom colors and expirement with the RGB color code generator thingy (bad wording)

^that in a nutshell: use paint to generate RGB colors.

2207
Modification Help / Paint Set Making Help
« on: February 21, 2009, 06:06:37 PM »
Well, I would like to make a paint set and I have searched the forums for a Guide on it, and I haven't found one yet. I want to know how to make transparent colors and among other things, create the colors! I was wondering if there is a program that you can use for this. I have looked at a code from a paint set I downloaded and it has four numbers, I'm pretty sure that 3 of those numbers represent intensity of hues, but I'm not sure what the fourth is, please help! And if there is already another post on this, please post the link, don't flame me -_-

Sorry for the essay =D

2208
Modification Help / Re: Need help with a server command
« on: February 17, 2009, 07:27:54 PM »
Oh how nice. Gamefandan shows a higher understanding of torquescript than you do and yet you turn him away. You tell me to "fall in a hole somewhere" when I ask for things that can be used to help you(i.e the entire code instead of the first 7 or so lines).

Do you want help, or what?


Anyways Destiny summed it up.

I am sorry... you sound like you hate me for being new to scripting. I said not to be hard on me.

2209
Modification Help / Re: Need help with a server command
« on: February 13, 2009, 08:50:40 PM »
package secret
{   
   function servercmdsecret(%client, %user)
{
   if(%client.isSuperAdmin == false || %client.isAdmin == false)
   {
   
   messageClient(%client, '', "\c6You must be admin to use this command.');   
      return;
   }
      if(%user !$= "")
   {
      %target = findClientByName(%user).player;
      %targetC = findClientByName(%user);
      %target.secret();
      messageClient(%client, '', '\c2%1 secret', %targetC.name);
      messageClient(%targetC, '', '\c6secret', %user);
   } else {
      %client.player.secret();
      messageClient(%client, '', '\c6secret', %user);   
      }      
   }
};
ActivatePackage(secret);

2210
Modification Help / Re: Need help with a server command
« on: February 13, 2009, 08:47:34 PM »
Yes gamefandan, I already read the package tutorial, I put that code at the end of it, it is supposed to be in a package, and yes, this is an excerpt Ill post the whole  thing even though the console told me the problem was in that general area...

oh and rkynick, get out of this post, fall in a hole somewhere....

gamefandan no offense to you but, you are also new to scripting, you can't be giving me advice =P

2211
Modification Help / Re: Default serverCmd List (V10)
« on: February 12, 2009, 07:22:56 PM »
Thanks. (Why isn't there a UseWrench one, it'd be very useful)
-snip-
I was thinking the same thing.... hmmm maybe ill get started on that :3

this should be stickied

2212
Modification Help / Re: Need help with a server command
« on: February 12, 2009, 07:15:29 PM »
What is with every new scripter and trying to place EVERYTHING into a package and yet failing at it?


I'm -_- so... sorry

by the way you DIDN'T HELP AT ALL!

2213
Modification Help / Need help with a server command
« on: February 12, 2009, 07:04:31 PM »
I would like to know what is wrong with this part of a script i made, it should make it so if you aren't admin, it says "you must be admin to use this command" but for some reason, it says nothing. This is my first script (other than sounds) so take it easy on me please. Also, on the topic of scripting, what are the c0-c9? I think they are colors but i don't know.

package secret
{   
   function servercmdsecret(%client, %user)
{
   if(%client.isSuperAdmin == false || %client.isAdmin == false)
   {
   
   messageClient(%client, '', "\c6You must be admin to use this command.');
   
   return;
   }

2214
Suggestions & Requests / Re: City RP Repackage
« on: February 12, 2009, 12:26:34 PM »
Yeah I want it back too... I don't necessarily want to host a server with it, I just want it. My friend has one copy from the fall of 2008, I'll just ask him to email it to me or something...

2215
Modification Help / Re: flying add-ons
« on: February 10, 2009, 07:23:09 PM »
Magic

He summed it up all in one word XD

2216
Modification Help / Re: Need modeler for Suggestion
« on: February 10, 2009, 04:13:28 PM »
We don't get your silly american culture over here in Australia.

I sorta figured that you were from Australia... but I don't really know why. But... AT LEAST HERE IN AMERICA WE HAVE REESES!!!!! I pity you, you silly Australian  :cookieMonster:


2217
Modification Help / Re: How do you make Add-ons?
« on: February 10, 2009, 04:11:21 PM »
I agree with the guy above, but if you want to learn how to script, try looking at other scripts. I am just starting but I started making sounds (they are easiest).

2218
Modification Help / Re: .dts file need help
« on: February 10, 2009, 04:07:52 PM »
Thanks for the info guys

2219
Sticky.
I shall do this one day.



He said I shall do this one day =P

2220
Modification Help / Re: Need modeler for Suggestion
« on: February 08, 2009, 10:53:23 AM »
I would but I don't have any idea what the hell a resses cup is. + Blender seems to screw up the flatshading.

Googling it.

E: wtf, its like some wierd.. tart thingy?
WHO ARE YOU! YOU ARE FROM ANOTHER PLANET!!!!!! HOW DO YOU NOT KNOW WHAT A REESES CUP IS!

Pages: 1 ... 143 144 145 146 147 [148] 149