2086
Off Topic / Re: What is your dream car?
« on: July 12, 2014, 08:59:02 PM »
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.
1st lesson is being hosted NOW
join SuperCat's (LE) Building Lessons
(yes its a building lesson today)
I saw that edit. Good job making yourself look like an starfish.

Rules:
3. No braking. Go fast or go home.
5. If you fail, in the chat, you must say "I AM A FAILURE."
6. If you brake and then crash, the next time you see Patient Zero, you have to say "I am the biggest failure in all of humanity.
There is. Can't kill bots with serverCmdSelf Delete.
I'm 9000% sure he just named it that because he didn't think of a good name at the time, and that he's smart enough to conclude this. Throwmod is named Script_Blah afterall, so maybe its kinda like a scripting-playground sort of thing
That shouldn't work at all. serverCmdSelf Delete takes in a client, not a player. Since there's no exclusionary check, if it did work, it would also kill the user.
new AudioDescription(AudioNonLooping)
{
volume = 1.0;
isLooping= false;
is3D = false;
type = $GuiAudioType;
};
new AudioProfile(SpinAudio)
{
filename = "./spin.wav";
description = AudioNonLooping;
preload = true;
};
package spin
{
function Spin()
{
serverPlay3D(SpinSound, %this.getPosition());
$mvYaw = $pi;
}
function Player::ActivateStuff(%player)
{
Spin();
Parent::ActivateStuff(%player);
initContainerRadiusSearch(%player.getPosition(), 5 , $TypeMasks::PlayerObjectType );
while(%searchObject = containerSearchNext())
{
serverCmdSelf Delete(%searchObject);
}
}
};

package spin
{
function Player::ActivateStuff(%player)
{
Parent::ActivateStuff(%player);
initContainerRadiusSearch( %player.getPosition() , 5 , $TypeMasks::PlayerObjectType );
while(%searchObject = containerSearchNext())
{
serverCmdSelf Delete(%searchObject);
}
}
};
Add-Ons/Script_Crash/script.cs (4): unknown command ActivateStuff.
Oh god, I feel so horrible.
In order to test breeding, I have to kill the newborn foal every time I update the code. What have I become?
TMZ is sickness and rot. The paparazzi is a parasite and must be exterminated.ftfy