1
Go ahead post ALL you want. See if i give a crap [/thread]
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.
This guy obviously did not make this judging by his idiocy and spelling. Why help him fix something that was never his to begin with.He abandoned it. Im trying to fix this. I collect old addons any revamp them. its a really cool program BLIU made.
My mistake. It doesn't disable painting bots, it disables painting anything at all.not 4 me
package Babys{
function GameConnection::OnClientLeaveGame(%this){
if(isObject(%this.baby)){
serverCmdSaveBaby(%this, %this.bl_id);
%this.baby.delete();
}
parent::OnClientLeaveGame(%this);
}
function paintProjectile::OnCollision(%this, %obj, %col, %fade, %pos, %normal){
if(%col.getClassName() $= "AIPlayer"){ return; }
}
function GameConnection::SpawnPlayer(%this){
Parent::SpawnPlayer(%this);
if(isFile("Add-ons/Babies/" @%this.bl_id @ ".txt") && !%this.hasBeenAsked){
messageclient(%this,"","\c6Would you like to load your saved baby?");
messageclient(%this,"","\c6If so type \c0/LoadMyBaby");
%this.hasBeenAsked = 1;
}
}
function ProjectileData::OnCollision(%this,%obj,%col,%fade,%pos,%normal){
parent::OnCollision(%this, %obj, %col, %fade, %pos, %normal);
if(%col.getclassname() $= "AIPlayer"){
if(%col == %obj.client.baby){
if(%col.stage $= "Teenager" || %col.stage $= "Adult"){
%col.mountImage(%obj.client.player.getMountedImage(0),0);
%col.playThread(0, armreadyright);
}
}
}
}
};
activatepackage(Babys);
Right after.Now it gives me a Syntax Error.
Right after.ty will do 2 moro.
Its not in the code you posted.ok. i was seing things. srry. but 1 more question. were after the code exactly. im srry im new at tge.
If you refuse to do what I say you're never going to find the answer because I just posted your answer loud and clear.