Post: Black Ops 2 Bounces and Floaters
03-16-2015, 02:27 AM #1
ItzMatriix
Are you high?
(adsbygoogle = window.adsbygoogle || []).push({}); Figured id go ahead and post this here. This mod is for Trickshotters really. Its something to spawn "bounces" and then when the game ends it gives the floater animation. I released on my youtube so anyone that wants it go ahead and check it out :P

Credit to Shark for his original base.
did alot of editing to it though :P


(adsbygoogle = window.adsbygoogle || []).push({});

The following 9 users say thank you to ItzMatriix for this useful post:

alex-_-123, Buqsy, iAmCracky, iRnZ, itsSorrow, Leo, Psycedelic, Rezqaazify, Synergy
03-21-2015, 12:09 PM #11
oCmKs_4_LiFe
< ^ > < ^ >
nice m8 now i can be as good as Red_Refuze
03-22-2015, 12:52 AM #12
ItzMatriix
Are you high?
Originally posted by ItzAncient View Post
can you release the source so people can learn from it?


the source is released lol. download the gsc studio project file.
03-25-2015, 06:37 PM #13
i freeze everytime, tell me how to inject it, i freeze all the time ,
03-26-2015, 11:01 PM #14
Gay For Satan
DevouringHeavens
Originally posted by BlaznMods View Post
This is my code, it is very similar



doFloaters()
{
if(self.floaters == false)
{
for(i = 0; i < level.players.size; i++)level.players thread enableFloaters();
self iPrintln("Floaters: ^2ON");
self.floaters = true;
}
else
{
for(i = 0; i < level.players.size; i++)level.players notify("stopFloaters");
self iPrintln("Floaters: ^1OFF");
self.floaters = false;
}
}

enableFloaters()
{
self endon("disconnect");
self endon("stopFloaters");

for(;Winky Winky
{
if(level.gameended)
{
floatersareback = spawn("script_model", self.origin);
self playerlinkto(floatersareback);
self freezecontrols(true);
for(;Winky Winky
{
floatermovingdown = self.origin - (0,0,0.5);
floatersareback moveTo(floatermovingdown, 0.01);
wait 0.01;
}
wait 6;
floatersareback delete();
}
wait 0.05;
}
}


Would you be willing to help me add this into my menu? My skype is Koqexx
03-27-2015, 01:57 AM #15
Buqsy
Bounty hunter
Originally posted by Gay
Would you be willing to help me add this into my menu? My skype is Koqexx


You add it like you would any other code... lmao.
03-27-2015, 02:18 AM #16
Gay For Satan
DevouringHeavens
Originally posted by Buqsy View Post
You add it like you would any other code... lmao.


Okay, well what are your variables, because you have parts of code that aren't defined in other menus, You just have the function showed..

EDIT: Nevermind, I've just used this as a menu base and changed it almost completely. Add a lot of submenus and toggleable floaters on it.

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo