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

Pages: 1 ... 6 7 8 9 10 [11] 12 13 14 15 16 ... 22
151
Help / Re: Badspot I Need An Answer.
« on: March 10, 2007, 08:01:55 PM »
can u help me with my avitar problem please

Sure.

152
Modification Help / Re: Announcement
« on: March 10, 2007, 08:01:29 PM »
I want to integrate it into my one, not override it.

153
Help / Re: Need Help Again
« on: March 10, 2007, 08:00:26 PM »
Cat Seeker, Grammar Correctors get banned. Especially ones that corrector other people's grammar, let alone theirs.

154
Help / Re: Badspot I Need An Answer.
« on: March 10, 2007, 07:58:49 PM »
Right click on your desktop icon of blockland, click properties then in the target box, it says your blockland driectory. Here's an example:


155
Modification Help / Re: Announcement
« on: March 10, 2007, 07:53:01 PM »
Sorry to sound like a noob, but where would I put the messagesent bit:

Code: [Select]
function serverCmdMessageSent(%client, %text)
{
if(!isClean(%client.name,%msg)){return;}
messageAll('chatMsg','\c4%1: %2',%client.name,%msg);
%text = StripMLControlChars(%text);

if(strlen(%text) <= 1)
{
return;
}

%obj = %client.player;
%obj.playthread(0, talk); //fwar play talk animation
%obj.schedule(strlen(%text) * 50, stopthread, 0);
?

156
Modification Help / Re: Announcement
« on: March 10, 2007, 07:46:01 PM »
Also, the splitby should be like this:

pref::Server::ETardList="SpammerDude , NoobGuy";

157
Help / Re: Need Help Again
« on: March 10, 2007, 07:33:47 PM »
Offensive was spelled right.
 :cookieMonster:

I was just gonna say that.

Also, the mis-spelling of 'sections' was not a spelling error, but a typo.
I have been playing the piano all day, learning a really soft piece my piano teacher has set me.
Thus, my fingers are not hitting very hard on the keys, causing me to not hit hard enough on the 'o' key for it to do anything.

I rest my case once again.

158
Help / Re: Need Help Again
« on: March 10, 2007, 07:28:02 PM »
Cat Seeker, you are being rather needlessly offensive . Not only that, but you are posting in wrong sectins, bumping, spamming, and being an overall noob for not keeping note of where you installed Blockland to.

These kind of things are exactly the kind of behavior that get you banned.

I suggest you stop.


The red parts need to be revised!

You also get banned for being a grammar/spelling/whatever national socialist.

I rest my case.

159
Modification Help / Re: Announcement
« on: March 10, 2007, 07:20:41 PM »
Code: [Select]
function serverCmdMessageSent(%client,%msg)
{
   if(!isClean(%msg)){return;}    // <--- don't send the msg if it's not clean
messageAll('chatMsg','\c4%1: %2',%client.name,%msg);
}
function isClean(%msg)
{
   //  is the msg clean?
   if($pref::filterCount <= 0){loadFilters();}
   for(%i=1;%i<=$pref::filterCount;%i++)
   {
      if(strStr(strLwr(%msg),$pref::filter[%i])>=0){return 1;}
   }
return 0;
}

I mean like this:

$Pref::Server::CurseList
and
$Pref::Server::ETardList

160
Help / Re: Need Help Again
« on: March 10, 2007, 07:17:02 PM »
...and not talk to people with spiky hair!

Aye.

161
Modification Help / Re: Hookshot
« on: March 10, 2007, 07:14:30 PM »


I made that in paint, how'd I make it transparent?

162
Help / Re: Need Help Again
« on: March 10, 2007, 07:10:25 PM »
maybe u can help me go to help thread and check out my post

try programfiles (the file where u put blckland) find blockland and click on it and use the other persone advice

I never install games that I can mod in program files, I install them in:

C:\Documents and Settings\Hugh Laurie\My Documents\My Programs\

That way I can mod them fast.

163
Modification Help / Re: Announcement
« on: March 10, 2007, 07:04:20 PM »
What about from a $pref?

Like the default prefs.

164
Help / Re: avitar
« on: March 10, 2007, 06:41:12 PM »
i want a avitar i know its a dumb question but still i try to up load a avitar but it won't work so how did all u good peeps get ur avitars 


I didn't understand any of that, but I think you are wondering how to get an avatar. Get a 5x75 pixel image, goto your profile and click to upload your avatar. Find the avatar file, click okay, then update profile.

165
Gallery / Re: Jenny MK 2
« on: March 10, 2007, 06:24:03 PM »

Pages: 1 ... 6 7 8 9 10 [11] 12 13 14 15 16 ... 22