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({});
09-15-2010, 04:22 PM #2
Stealthclown
FIFA Addiction
thats not a glitch , whatever...
09-15-2010, 04:23 PM #3
Scram Horizon
Bounty hunter
You must login or register to view this content.

The following 2 users say thank you to Scram Horizon for this useful post:

david_yo, TheLazyTooth
09-15-2010, 04:34 PM #4
x-BoT
Banned
i cant post it anywhere else dude.my post count isent high enough.
09-15-2010, 04:50 PM #5
gazat123
facesmash fu
then get it high enough
09-15-2010, 04:52 PM #6
x-BoT
Banned
lol ill try :Sad Awesomemudkip:
09-15-2010, 10:14 PM #7
Sir
Reeferlution
WTF is this
09-16-2010, 01:55 AM #8
v1ct0r93
Little One
lol fail guy :dance: :pedo:
09-16-2010, 01:58 AM #9
wow lol :p
09-16-2010, 02:00 AM #10
Nice :y: Going to try and add this to my patch.

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo