Not really. Its exactly what you said, just worded more intelligently. I just think you don't understand what those words and phrases he used mean..And when will this be completed, if ever? Is anyone even working on this or has it been abandoned?
i dont really have bad grammar, it's just my way of typing on forums and games. you need to learn how not to assume stuff like how you think i dont know what those words and phrases mean.
Personally, it seems like you tried to make this sentence perfect when it still isn't. I mean, your mistakes are underlined in red, why not right-click and fix each error?
*Bump*This still needs to be fixed.
RegisterOutputEvent("FxDTSbrick", "BotDropItem", "DataBlock ItemData", false);RegisterOutputEvent("Player", "BotDropItem", "DataBlock ItemData", false);function FxDTSbrick::BotDropItem(%brick, %item){ if(isObject(%bot = %brick.vehicle) && %bot.getClassName() $= "AIplayer") { %drop = new item() { datablock = %item; rotate = true; botdropped = true; }; %drop.position = %bot.getPosition(); }}function Player::BotDropItem(%bot, %item){ if(isObject(%bot) && %bot.getClassName() $= "AIplayer") { %drop = new item() { datablock = %item; rotate = true; botdropped = true; }; %drop.position = %bot.getPosition(); }}package botdropitem{ function Armor::onCollision(%this, %player, %col, %blah1, %blah2) { if(%col.botdropped && isObject(%player.client) && isObject(%col) && %player.client.minigame) { %col.minigame = %player.client.minigame; } parent::onCollision(%this, %player, %col, %blah1, %blah2); }};activatePackage(botddropitem);
Try this. http://zack0wack0.com/files/add-ons/Event_PrizeDrops.zip