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 ... 4 5 6 7 8 [9] 10 11 12 13 14 ... 22
121
Modification Help / Re: MessageSent *Error Thread*
« on: March 11, 2007, 04:36:07 AM »
Code: [Select]
function isClean(%string)
{
%curses=$pref::server::CurseList;
%etards=$pref::server::ETardList;

%curses=splitBy(%curses, "," ,"Curse","CurseCount");
%etards=splitBy(%etards, "," ,"ETard","ETardCount");

for(%i=1;%i<=$pref::server::curseCount;%i++)
{
if(strStr(strLwr(%string),strLwr($pref::server::curse[%i])>=0)
{
return 1;
}
}

for(%i=0;%i<getWordCount(%string);%i++)
{
for(%t=1;%i<=$pref::server::ETardCount;%t++)
{
if(getWord(%string,%i) $= $pref::server::Etard[%t])
{
return 1;
}
}
}
return 0;
}

Still a synax error.

122
General Discussion / Re: The Blockcorp ID Project.
« on: March 11, 2007, 04:20:10 AM »
I added yours, snake, and added more.

123
Modification Help / Re: MessageSent *Error Thread*
« on: March 11, 2007, 03:39:27 AM »

124
General Discussion / Re: The Blockcorp ID Project.
« on: March 11, 2007, 01:07:35 AM »
Fixed.

125
General Discussion / Re: The Blockcorp ID Project.
« on: March 11, 2007, 12:35:06 AM »
Okay, I got it mirrored.

Link.

126
General Discussion / Re: The Blockcorp ID Project.
« on: March 11, 2007, 12:31:57 AM »
I have NO idea what that is, please explain xD.

As in hosting it on another site incase yours goes down?

127
General Discussion / Re: The Blockcorp ID Project.
« on: March 11, 2007, 12:22:13 AM »
Could I mirror this list?

128
General Discussion / Re: The Blockcorp ID Project.
« on: March 11, 2007, 12:17:49 AM »
Edit: My ID be there already. Can I use this for my site?

129
AoT General / Re: Why?
« on: March 11, 2007, 12:11:51 AM »
Yes, I have seen that before.  I happens when a player is hooking and the other player hits you.  But he must hit you in the right spot.  I never crashed yet though besides that 1 time.

If thy both hit each other's core of the speed at the top speed of velocity, then yes, they'd either die or go through each other and crash the server.

130
Gallery / Re: post your bedroom poster edits :D
« on: March 11, 2007, 12:05:35 AM »
Bad shoop face. I made it bad on purpose; to look crappy.
Lolling at old images. I lol at anything that's funny.
Acting like supreme forum king. Nope.
Jookia fails. Yah, in your opinion.

131
Modification Help / Re: MessageSent *Error Thread*
« on: March 11, 2007, 12:02:33 AM »
I'm trying to find server side fixes.

BTW:

>>> Advanced script error report.  Line 229.
>>> Some error context, with ## on sides of error halt:
^^if(strStr(strLwr(%string),strLwr($pref::server::curse[%i])>=0)

^^{##
##
^^^return 1;

^^}

^}

^for(%i=0;%i<getWordCount(%string);%i++)

132
Modification Help / Re: Announcement
« on: March 11, 2007, 12:02:00 AM »
Oh goodie! How can I make a message appear to the clients?

133
Gallery / Re: post your bedroom poster edits :D
« on: March 10, 2007, 11:49:35 PM »
I didn't use paint nor Photoshop. I used Paint.net xD I only use it because it has a big pencil tool. I lol'd at the Riddler poster because thew driver's hat has 'noob' on it.

134
Help / Re: LAN?
« on: March 10, 2007, 10:14:05 PM »
Get either (a) crossover cable(s) or a router and a few ethernet cables.

Daisy Chain:

Connect a crossover cable and then connect one end to the computer with the net and the other to the computer without the net, if you have more then two pcs, connect a cable like so except with one end to the previous computer and one end to the one you wish to hook up. In the end, it might look something like this (ignore the text, I found it in a random place):



Router:

Firstly, get the router, plug your internet into the router (your internet modem must be using ethernet) then plug the rest of the computers into the router. Now you have a standard router configuration without needing to inbstall net drivers. You might have a setup a bit like this:


135
Modification Help / Re: MessageSent *Error Thread*
« on: March 10, 2007, 09:41:53 PM »
Sounds good!

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