function paintProjectile::onCollision(%this, %obj, %col, %fade, %pos, %normal)
{
if(%col.getClassName() $= "AIplayer" && isObject(%col.spawnBrick))
{
return;
}
parent::onCollision(%this, %obj, %col, %fade, %pos, %normal);
}
Contrary to popular belief, I'm not lying about this being intentional. That's lines 131-138 of inputs.cs, if you don't like it, remove the code.
Ya, it does break onPlayerTouch.... =\
No it doesn't. I have extensively tested compatibility with onPlayerTouch and onBotTouch events and they work just fine. Please verify that something is broken before saying so.
Whoa, Whoa. Wait What? That was on purpose? What the forget? That should be Fail binned.
OMG WHAAAAAA I CAN'T PAINT BOTS WHAAAAAAAA
I have always seen use of the spray can on player objects as an unnecessary feature. Sure, it's kind of cool to be able to paint a player,
the first time. But I used to have a server with a very old bot mod that did allow bots to be painted and people would go around at random painting them pink or tan (OMG THEY'RE ALL NAKED XD LOLOLOLOLO L ROFL XD XD). It got very annoying and as such I did intentionally disable the ability to paint bots that have been spawned via a brick, as I'm sure nobody else would enjoy such an experience. If you don't like it, remove the coding that does it.
So rather than admitting it's a fault, He claims that a feature that breaks the game was intentional.
I'm sorry, but not being able to paint ANY bot vehicles is kind of a failure if you ask me.
I'm surprised this isn't f'bined because of that.
Once again, This shouldn't be taken as a personal attack.
Your mod needs fixing.
You can paint normal vehicles or bots that have not spawned from bricks.
Also, He denies it's a problem.
That's a good reason, no?
It ISN'T a problem.
I'm sure there are many more quotes about how "bug-riddled" bot events is. I'm actually pretty sure v5 has fixed all of the bugs it has, try keeping your mods
updated. However, I'm not going to bother going through the thread and quoting them all for obvious reasons, this post is already starting to sound repetitive.