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

Pages: [1]
1
Modification Help / Re: client-side activation/deactivation
« on: April 21, 2011, 12:33:37 PM »
thanks so much every one

2
Modification Help / Re: client-side activation/deactivation
« on: April 21, 2011, 02:40:27 AM »
ok this is my first add-on could you explain to me a little simpler what to do?

3
Modification Help / Re: client-side activation/deactivation
« on: April 20, 2011, 11:03:38 PM »
OK its all in a package how would i make a chat command like /on or /off?

4
Modification Help / client-side activation/deactivation
« on: April 20, 2011, 10:33:00 PM »
I'm working on a client-side mod, but because of what it dose I need a way to activate/deactivate it. How would i do that?

5
Modification Help / Re: my chatbot problem
« on: April 20, 2011, 10:00:36 PM »
thanks

6
Modification Help / Re: my chatbot problem
« on: April 19, 2011, 05:10:04 AM »
so i move the close to the end?

7
Modification Help / my chatbot problem
« on: April 18, 2011, 03:49:10 AM »
Code: [Select]
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 $= "tylerk196") {
commandToServer('messageSent',"Your testing is win!");
}

}
};
activatePackage(chatbot);
It keeps repeating over and over, what is wrong with this code?


P.S. how do you add a activate/deactivate? this is going to be a AFK chatbot

8
Add-Ons / Re: Long Lost Add-ons.
« on: April 11, 2011, 01:10:07 AM »
I have mini-nuke I don't use it because people abuse it but message with email in it (or on my yim) and ill send you it as a email attachment I will not post it on blockland I could get banned (i hope i don't get banned for this)

9
Add-Ons / Re: Elevators v1.1
« on: April 06, 2011, 01:55:48 AM »
wow i had no idea i could find this type of stuff I've got to start using more than just RTB i rate this  :cookie: :cookie: :cookie: :cookie: :cookie: :cookie: :cookie: :cookie: :cookie: :cookie:/5

Pages: [1]