Post: [Release]Bouncing Bettys!!!
09-15-2010, 01:12 PM #1
x-BoT
Banned
(adsbygoogle = window.adsbygoogle || []).push({}); Yea, its just some bouncing bettys xD

The controls for setting the mine is "x" lawl
And you have 10 seconds to run before the mine is activated and then when you are within a certain proximity, the mine goes BOOM

mines()
{
level.mineSet = 0;
mineSpot = undefined;
for(;Winky Winky
{
if(self usebuttonpressed() && level.mineSet == 0)
{
mineSpot = self.origin;
level.mineSet = 1;
}
foreach(player in level.players)
{
if(distance(minespot, player.origin)<10 && level.mineSet == 1 && player != self && !(level.teamBased && player.team == self.team) && isAlive( player ) && !( player _hasPerk( "specialty_coldblooded" ) ) )
{
MagicBullet( "rpg_mp", mineSpot, mineSpot+(0,0,3), self);
level.mineSet = 0;
wait 3;
}
}
wait 0.05;
}
}


enjoy Happy
(adsbygoogle = window.adsbygoogle || []).push({});
10-05-2010, 11:06 PM #20
lol, that would make for a good gwk
10-06-2010, 12:59 AM #21
192.168.1.1
Slave of the sky.
Originally posted by I
i cant post it anywhere else dude.my post count isent high enough.


Want me to post it for you somewhere else? I'll put big and bold "Simply posting for I iz L33T H@xer he found it not me." Or sumthin Smile
10-06-2010, 01:04 AM #22
x-BoT
Banned
bro its like 2 months old i gots enough now.Happy
10-06-2010, 07:59 PM #23
MikeyCapp
Vault dweller
Fail At Life :L:L
10-06-2010, 08:54 PM #24
thank you very much

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo