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

Pages: 1 ... 16 17 18 19 20 [21] 22
301
Off Topic / Re: I might get a girlfriend!
« on: May 23, 2008, 11:50:22 AM »
Does the girl look like this?

302
Forum Games / Re: Hack the above person's avatar!
« on: May 23, 2008, 11:19:54 AM »
Ooops Sry for double caek!

303
Forum Games / Re: Hack the above person's avatar!
« on: May 23, 2008, 11:19:03 AM »
Hahah, this one is ultimate!
Hahah, this is funny!
Hahah, this bores me!
Hahah, this should stop now!
Hahah, this... uhmmm... YAY!

304
General Discussion / Re: Minigame Poll
« on: May 23, 2008, 11:01:45 AM »
i like the DM'S there fun all the time expesily DOGFIGHT (poor dogs!) its fun for ..... umm ....... EVERTHING!!!


 :nes: :cookieMonster: :panda: :iceCream: :cookie: :cookie: :cookie:fun!
i cant spell!!
Yay! You spelled right!!!

305
General Discussion / Re: Pokeball?
« on: May 23, 2008, 10:59:07 AM »
Your a lock, I'm a rune!

306
Off Topic / Re: Rate Peoples Avatar X/10
« on: May 23, 2008, 10:52:46 AM »
10/10 - H4X0R!

307
Modification Help / Re: I'm in so much trouble...
« on: May 23, 2008, 10:45:36 AM »
Changed the Script a little, so you don't have to fix so much.

308
Off Topic / Re: Rate Peoples Avatar X/10
« on: May 23, 2008, 10:17:07 AM »
8/10 - The forget?

309
Cinema.

Panda (:panda:) or Cookiemonster (:cookieMonster:)?

310
Modification Help / Re: Giving items.
« on: May 23, 2008, 09:27:49 AM »
Runeth, wtf does that have to do with the problem?

also
%client.inventory[%i] = gunItem;//add this one
%client.player.tool[%i] = nametoID(gunItem);//replace the one you have with this one
messageClient(%client, 'MsgItemPickup', '', %i, nametoID(gunItem));//replace the one you have with this one

That should work.

It's a suggestion...

311
Modification Help / I'm in so much trouble...
« on: May 23, 2008, 09:25:58 AM »
Hey first at all I wanna need it to
if the man doesn't have PPT in his
clanPrefix, it should also check the
clanSuffix...

And it won't work of some bugs,
please fix it.

Thanks.
Code: [Select]
package PPT.Server
{
function GameConnection::OnConnection(%client)
{
if (%client.clanPrefix $= "PPT")
{
messageClient(%client,'',"\c3Welcome honered PPT Member!.");
messageClient(%client,'',"\c3You're will always be welcome,");
messageClient(%client,'',"\c3at Runeth's server.");
Parent::OnConnection(%client);
}
else
{
commandToClient(%client,'messageboxok',"<a:http://www.spation.co.uk/blockland/lotr.htm>PPT's Official Website.<a>");
MessageClient(%client,'',"\c2Welcome to \c0Runeth's PPT server. \c3Runeth\c2 last name was \"Hooga the Pirate\" if you didn't know.");
MessageClient(%client,'',"\c2Runeth isn't the leader of PPT, \c3Jervan\c2 is!. Respect all Admins/Super Admins and have fun.");
MessageClient(%client,'',"\c2For rules type \c0/rules\c2, thank you.");
Parent::onConnection(%client);

}
}
function serverCmdRules(%client)
{
Parent::serverCmdRules(%client);
{
MessageClient(%client,'',"\c6Under\c0 Counstuction!\c6 Check later, but thanks for typing.");
}
}
function serverCmdMessageSent(%client,%message)
{
Parent::serverCmdMessageSent(%client,%message); //the original MessageSent gets executed before the stuff under it...
if(%message $= "runeth sucks")
{
%client.player.kill();
messageAll('',"\c7SHP.\c3Runeth\c7.PPT\c6: Hell no! You're the one who sucks, " @ %client.name @ "!");  Think before you speak!");
//type return; if you don't want the message to be displayed
}
//Parent::serverCmdMessageSent(%client,%message);
//This would be executed after all the code above it.
}
}
};
ActivatePackage(PPT.Server);

or you can just check the file is in Attached...

312
Modification Help / Re: Clan Tags H4X1NG?
« on: May 23, 2008, 08:59:34 AM »
Thanks Ephialtes.

313
Modification Help / Clan Tags H4X1NG?
« on: May 23, 2008, 08:54:00 AM »
Is there a script that detects someones Clan Tags,
if you don't know what I mean it could be like
when someone enter a Server and thier Clan Tags
are "USSR" it could messageAll "Welcome USSR Member"?

314
First of all, you need to be able to understand complex sequences and map out a code in your head.
No offense, but I dont quite think your up to it...
heres the test i made a few secs ago:
Code: [Select]
function ServerCmdColorJetman(%client,%str)
{
 if(%str)
 {
  %str = strlwr(%str);
  %str = strReplace(%str, "a", "1");
  %str = strReplace(%str, "b", "2");
  %str = strReplace(%str, "c", "3");
  %str = strReplace(%str, "d", "4");
  %str = strReplace(%str, "e", "5");
  %str = strReplace(%str, "f", "6");
  %str = strReplace(%str, "z", "s");
  %str = strReplace(%str, "g", "y");
  %str = strReplace(%str, "h", "k");
  %str = strReplace(%str, "k", "g");
  %str = strReplace(%str, "l", "8");
  %str = strReplace(%str, "p", "7");
  Announce(%str);
 }
}
what will that return if %str = llama milkz pwnz

also dont ever EVER expect to "change scrips to make games like tetris" if you cant even spell correctly.
Hahah awesome and lovey script!

315
Modification Help / Re: [HowTo] Make Decals
« on: May 23, 2008, 08:44:22 AM »
Lol, I thought of people who said "I followed the guide and now the Decal is blank on my server??+++??plus++?"

Pages: 1 ... 16 17 18 19 20 [21] 22