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 2 3 4 5 6 [7] 8 9 10 11 12 ... 22
91
Modification Help / Incomplete bot code
« on: April 10, 2007, 07:29:20 PM »
Free bot code.

Code: [Select]
// This is my horse code.
// By your uncle Jook.

function servercmdAddHorse(%client)
{
%player = %client.player;

if(%player.HorseSpawned == 1)
{
centerprint(%client,"\c0[\c3Horse\c0] \c3You can not spawn more then one horse!",3);
return;
}

$Horse[%client.name] = new AIPlayer()
{
dataBlock = HorseArmor;
aiPlayer = true;
};

MissionCleanup.add($Horse[%client.name]);

$Horse[%client.name].setTransform(%player.getTransform());
$Horse[%client.name].setshapename(%client.name @ "\'s Horse");
$Horse[%client.name].isAIControlled = 1;
%player.HorseSpawned = 1;

centerprint(%client,"\c0[\c3Horse\c0] \c3Your horse has been created!",3);

return;
}

function servercmdRemoveHorse(%client)
{
%player = %client.player;

if(%player.HorseSpawned == 1)
{
if(%player.followhorse == 1)
{
%bot.clearAim();
%bot.setMoveDestination(%bot.getPosition());
%bot.setimagetrigger(4, 0);
%player.followhorse = 0;
}

centerprint(%client,"\c0[\c3Horse\c0] \c3Your horse has been removed!",3);
$Horse[%client.name].delete();
%player.HorseSpawned = 0;

return;
}

centerprint(%client,"\c0[\c3Horse\c0] \c3You must spawn a horse first!",3);
return;
}

// Debugging.
function fixhorse()
{
exec("./JookScript_Horse.cs");
}

92
AoT Clan Discussion / Clan: Pwners
« on: April 10, 2007, 07:27:16 PM »
I don't know how to layout a clan page.

Name: Pwners

Members:

 + Jookia ( Started it today. )

Ranks:

 + All ranks are equal ( To prevent levels of power being abused. )

Requirements:

 + Able to commit crimes. ( Incase the cops stun as we dynamite people. )
 + Good aim with any weapon. ( This helps with group fights. )
 + Knowledge of the map. ( This helps when we need to get to a place fast. )
 + Any hook. ( Even though the golden hook is recommended, if you can use the
    normal hook properly, that's good too. )
 + Use of spells. ( You must know the appropriate times to use spells, like
    cloaking to run away from people then go behind a mountain to hook away. )

If you can meet most of the requirements, welcome aboard! Just post here.

93
General Discussion / Re: Just a small warning.
« on: April 10, 2007, 07:18:08 PM »
I've updated the first post with it all bunched together in paragraphs with an example. Also, I don't want this thread to be locked or turned into a flamewar.

94
General Discussion / Re: Just a small warning.
« on: April 10, 2007, 07:10:27 PM »
Toilets are very cool. This is just a place mark for my intelligent non-spam post where I made the most beautiful ice-cream Sunday you've ever seen!

95
General Discussion / Re: Just a small warning.
« on: April 10, 2007, 07:08:07 PM »
Toilets are very cool. This is just a place mark for my intelligent non-spam post where I made the most beautiful ice-cream Sunday you've ever seen!

96
General Discussion / Re: Just a small warning.
« on: April 10, 2007, 06:23:33 PM »
Toilets are very cool. This is just a place mark for my intelligent non-spam post where I made the most beautiful ice-cream Sunday you've ever seen!

97
General Discussion / Just a small warning.
« on: April 10, 2007, 06:16:01 PM »
Toilets are very cool. This is just a place mark for my intelligent non-spam post where I made the most beautiful ice-cream Sunday you've ever seen!

98
Help / Re: IS THIS NORMAL TO LAG HERE?
« on: April 10, 2007, 06:08:26 PM »
  Display Memory: 64.0 MB

I have that too. Now I know why my Dual Core P4 lags.

99
Forum Games / Re: Pixel Longcat!
« on: April 10, 2007, 06:06:00 PM »
I just got back from a months worth of ban time.

100
Modification Help / Re: MessageSent *Error Thread*
« on: March 11, 2007, 04:59:48 PM »
But rudy set it with a firstword method...

101
Modification Help / Re: Disessemble Re-essemble
« on: March 11, 2007, 04:58:06 PM »
chair

102
Modification Help / Re: MessageSent *Error Thread*
« on: March 11, 2007, 04:19:44 PM »
I use to have notepad2. Too lazy to downlaod it. I love the line numbers and when you clcik a bracket it shows you the bracket that goes with it.

By the way, would

Code: [Select]
if(getSubStr(%text,0,9) $= /announce)
{
%cmd=getSubStr(firstWord(%text),9,strLen(firstWord(%text))-1);
%rest=restWords(%text);
eval("serverCmd"@%cmd@"("@%client@",\""@%rest@"\");");
return;
}

Work?

103
General Discussion / Re: The Blockcorp ID Project.
« on: March 11, 2007, 04:13:35 PM »
X rly.

105
Gallery / Re: Space Elevator Project (Very Heavy)
« on: March 11, 2007, 04:03:27 PM »
This gets my vote. 10+

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