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

Pages: 1 ... 180 181 182 183 184 [185] 186 187 188 189 190 ... 554
2761
Modification Help / Re: Underground Mining RP
« on: August 16, 2011, 09:15:49 PM »
Why even bother to post a topic if there's nothing in the OP? I would just wait until you at least have some info.

2762
Modification Help / Re: Quick City RPG question.
« on: August 16, 2011, 09:15:03 PM »
I'm pretty sure its a server-sided chat bot.
Go here if you wanna learn how to make a chat bot - forum.blockland.us/index.php?topic=143501.15
while it is, that's not at all what he was asking for.

@op: look for other places where you see the other commands (i.e. search "give" and find where it defines the "give" command) and copy the format into another command. i'm sorry, but that's just about as descriptive as i can get when i have no snippets of code at all, but i'd rather you not post snippets considering that the cityrp mod is generally hated.

2763
Modification Help / Re: My first chat bot...
« on: August 16, 2011, 09:13:07 PM »
check to make sure:
-your add-on is properly enabling:
    go into console and type exec("youraddonpathhere.cs");
-add an echo or two to see where it's leaving off:
    add like, echo("passed %msg test"); and echo("passed name test"); in the appropriate places

2764
Off Topic / Re: Rughugger's a Daddy! (Part Deaux)
« on: August 16, 2011, 09:08:41 PM »
hah. her 'baby album' on a forum full of teenagers.. that would actually be something pretty funny.
anyways, as I said on google+, really sad about your mother. i know the drama 'ended' a few pages ago, but just thought i'd say that.

2765
Your believability went out many posts ago. Give us more reason to believe you.
aw man. i was about to post about how i was calling bullstuff about this.

ah hell i'll do it anyways:
we have no reason to believe that your "friend's" last name is "balls", and considering your last posts seeming like they're uncontrollably spewing bullstuff, i wouldn't be surprised if it's a lie.

2766
Off Topic / Re: All my Nicknames
« on: August 16, 2011, 08:57:56 PM »
placid
plad
pladic
dic
flaccid
lapdic
yeah that's about it, most are misspells

2767
Modification Help / Re: My first chat bot...
« on: August 16, 2011, 08:54:15 PM »
Ok I fixed up. But now my chat only appears before my name when i want to talk. :(. And it shows up in red or white and only will display one word.
oh forget! i'm dumb.
here, try this.
Code: [Select]
//Secton
//8448
package chatbot
{
function clientCmdChatMessage(%a,%b,%c,%fmsg,%cp,%name,%cs,%msg)
        {
parent::clientCmdChatMessage(%a,%b,%c,%fmsg,%cp,%name,%cs,%msg);
                if (%msg $= "testing testing 123")
                {
        if(%name $= "Secton")
                        {
commandToServer('messageSent',"Your testing is win, Secton!");
                        }
                 }
        }
};
ActivatePackage(chatbot);
fyi, i messed up the two arguments so that they were backwards. I'm not quite sure what that does in the longrun, but it's not good apparently.

2768
Modification Help / Re: My first chat bot...
« on: August 16, 2011, 08:40:55 PM »
Can you put this in code format plz? Sorry I just don't wanna mess my whole script up.
read again.
Code: [Select]
//Secton
//8448
package chatbot
{
function clientCmdChatMessage(%a,%b,%c,%fmsg,%cp,%name,%cs,%fmsg)
        {
parent::clientCmdChatMessage(%a,%b,%c,%fmsg,%cp,%name,%cs,%msg);
                if (%msg $= "testing testing 123")
                {
        if(%name $= "Secton")
                        {
commandToServer('messageSent',"Your testing is win, Secton!");
                        }
                 }
        }
};
ActivatePackage(chatbot);

also next time when you want to test around with something without messing all the rest up, why don't you just make a copy of the file? you're going to learn more from trying to write yourself rather than having others write for you.

2769
Modification Help / Re: My first chat bot...
« on: August 16, 2011, 08:36:01 PM »
um, is there a reason he has two %fmsg args? i'm fairly certain that he needs to have it as %a, %b, %c, %fmsg, %cp, %name, %cs, %msg and %msg being the message.

that's why your %msg is undefined. derp.

You should try writing code with the brackets on a seperate line, you can see them better and see if your missing something.
The parent::clientCmdChatMessage line is just a function call, it ends in a semicolon and doesn't have brackets.
And lastly, %msg is undefined
Code: [Select]
//Secton
//8448
package chatbot
{
function clientCmdChatMessage(%a,%b,%c,%fmsg,%cp,%name,%cs,%fmsg)
        {
parent::clientCmdChatMessage(%a,%b,%c,%fmsg,%cp,%name,%cs,%msg);
                if (%msg $= "testing testing 123")
                {
        if(%name $= "Secton")
                        {
commandToServer('messageSent',"Your testing is win, Secton!");
                        }
                 }
        }
};
ActivatePackage(chatbot);
try this.

2770
Off Topic / Re: Middle school
« on: August 16, 2011, 08:27:37 PM »
6th and 7th grade sucked stuff, 8th grade was fun.

2771
Off Topic / Re: I'm in the Air Force
« on: August 16, 2011, 08:26:57 PM »
congrats. my aunt was in the air force a long time ago.
if you do get to fly, please don't get killed. i want to see more titanic!

You have a very interesting life bones

2772
Games / Re: $100.00 - What to get?
« on: August 16, 2011, 04:59:53 PM »
gift me bastion
yeah i'd say
Save it

2773
Off Topic / Re: The Name Game!
« on: August 16, 2011, 01:15:24 PM »
Mega Beard
this was originally a typo but whatever

2774
Games / Re: TF2 Trading Topic
« on: August 16, 2011, 10:00:40 AM »
I'd like to know how much a Dr. Dapper's Topper is worth.. they look pretty hilarious :D

2775
Off Topic / Re: Mike's 12 hour road trip and things to do.
« on: August 16, 2011, 09:58:51 AM »
pretty much goes for me too. i have an 8 hour car ride with a friend who will be reading his summer reading all the way there.. what do.

Pages: 1 ... 180 181 182 183 184 [185] 186 187 188 189 190 ... 554