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.


Topics - kyleavery

Pages: [1]
1
Modification Help / Funky Shirt
« on: July 05, 2015, 07:01:28 PM »
Is the FunkyShirt add-on still a thing? I swear I saw one a day ago and was wondering if anyone knew anything about it.

2
Modification Help / Help Implementing a Welcome Script
« on: July 04, 2015, 02:08:34 PM »
Hey all,


I am trying to get a welcome script that I found on the forum to work.

If you did not visit the link, this is the script:
Code: [Select]
package niceToGreetYou
{
function newChatHud_addLine(%text)
{
//Called when any line of text is added to the chat box
Parent::newChatHud_addLine(%text);
//This will turn the "Destiny connected." into "Destiny"
%nameToGreet = strReplace(%text," connected.","");
//If the %nameToGreet variable is different to the original line greet them,
//otherwise it's something else
if(%nameToGreet !$= %text)
{
//Send a chat message saying hi to the player who joined (%nameToGreet)
commandtoserver('messagesent',"Hey, " @ %nameToGreet);
}
}
};
activatePackage(niceToGreetYou);

So far I have made a folder in the add-ons folder called "client_chatscript" and inside it I have three files: description.txt, namecheck.txt, and server.cs.

When I join a server, in the console I type:
Code: [Select]
exec("add-ons/client_chatscript/server.cs");
activatePackage(niceToGreetYou);

For an unknown reason, nothing happens and there are no error messages.


Thank you in advance for the help,
Kyle Avery

3
General Discussion / Same Favicon as Blockland?
« on: July 02, 2015, 10:36:00 PM »
Check out the following website....the favicon (at the left of the tab in your browser) is the same as Blockland.

https://www.botach.com

4
Help / Rtb in V20
« on: October 22, 2011, 12:08:19 PM »
Well, I'm not sure why, but RTB won't show up in V20 for me. Can anyone help?

5
Help / Clan Layout
« on: July 23, 2011, 04:34:22 PM »
How do i put a picture in the layout, I know how to attach it, but i want to use pictures for the titles

6
Modification Help / Funky Shirt
« on: July 11, 2011, 12:08:43 PM »
I am trying to get the Funky Shirt Mod working, and I think I almost have it. I got the V8 version of the script and copied it into notepad and saved it as a .cs file that was named Rainbow.cs (I had file extensions turned on so I know it wasn't Rainbow.cs.txt). According to this link http://forum.blockland.us/index.php?topic=65389.0 I needed to go into Avatar favorites and change the word Player to Avatar (I did this in all 7 .cs files). I then copied the Rainbow.cs file into the addons folder. I opened blockland shortly after this. I started a server, opened the console, and typed FunkyShirtToggle();. This did not work so I typed in Rainbow();. This did not work either -_- It came up as <input> (0): Unable to find FunkyShirtToggle I need some help! Any ideas on how I can get the script to run?   

7
General Discussion / Funky Shirt
« on: July 10, 2011, 11:23:22 PM »
I am trying to get the Funky Shirt Mod working, and I think I almost have it. I got the V8 version of the script and copied it into notepad and saved it as a .cs file that was named Rainbow.cs (I had file extensions turned on so I know it wasn't Rainbow.cs.txt). According to this link http://forum.blockland.us/index.php?topic=65389.0 I needed to go into Avatar favorites and change the word Player to Avatar (I did this in all 7 .cs files). I then copied the Rainbow.cs file into the addons folder. I opened blockland shortly after this. I started a server, opened the console, and typed FunkyShirtToggle();. This did not work so I typed in Rainbow();. This did not work either -_- It came up as <input> (0): Unable to find FunkyShirtToggle I need some help! Any ideas on how I can get the script to run?    

8
General Discussion / Coburn's Tropical Deathrun
« on: July 10, 2011, 10:17:33 PM »
wef

9
AoT General / Aot??????
« on: July 06, 2011, 06:42:11 PM »
What's is aot?

10
General Discussion / Blockland Forum profile pic!!!!!!!!!!!!
« on: July 05, 2011, 09:45:23 PM »
How do I make my profile pic a video?!?!?!?!?

www.pandaseals.com


Huge obnoxious text removed.

11
Suggestions & Requests / PANDASEAL CLAN [PASE]
« on: July 03, 2011, 05:19:12 PM »
:panda: :panda: :panda: :panda: :panda: :panda: :panda: :panda: :panda: :panda: :panda: :panda: :panda: :panda: :panda: :panda: :panda: :panda: :panda: :panda: :panda: :panda: :panda: :panda: :panda: :panda:

PLEASE JOIN!!!!!!!!!!!!!!

12
Off Topic / Not in a clan?
« on: July 03, 2011, 05:15:02 PM »
Are you not in a clan? Join then PandaSeal Clan at www.pandaseals.com

13
Clan Discussion / PANDASEAL CLAN [PASE]
« on: June 28, 2011, 12:18:54 PM »













QR CODE





Kylester
Gjbutler10







None..........yet



14
Clan Discussion / NEW CLAN!!!!!!!
« on: June 23, 2011, 04:52:01 PM »
PANDASEAL CLAN!!!!! GO TO:

pandaseals.webs.com

15
Clan Discussion / How Do I make a Clan?!?!?!?!
« on: June 21, 2011, 10:21:48 PM »
How do I make a clan?

Pages: [1]