TS BY MY SELF ! AND I HATE POEPLE THEY SAY SOMETHING WHAT THEY DONT KNOW ;( PEOPLE THEY SAY THAT DESTROY THE COMMUNITY OF MODDING !
Can add me on skype i will give you the codes
TS BY MY SELF ! AND I HATE POEPLE THEY SAY SOMETHING WHAT THEY DONT KNOW ;( PEOPLE THEY SAY THAT DESTROY THE COMMUNITY OF MODDING !
But its gives much people (one from they are you) they want everytime the best and if some create something good. they say " oh this is bad my is much better ...." In the old times the modding community was a family
but now its a ending battle to envy and that piss me off ;( !!!!
But its gives much people (one from they are you) they want everytime the best and if some create something good. they say " oh this is bad my is much better ...." In the old times the modding community was a family
but now its a ending battle to envy and that piss me off ;( !!!!
/*
* Black Ops 2 - GSC Studio by iMCSx
*
* Name : system_shorter_cabcon
* Description :
* Date : 2015.04.26 - 11:13:23
*
*/
/*
* GSC Coding - CabCon System
*
* Name : cabcon_system_v1.4
* Description : CabCon_Script_System_Easy_Ways_by_cabcon
* Create Date : 2015.04.20 - 14:15:00
* www.youtube/CabConHD
System Commands
i - iprintln
b - iprintlnbold
s - sayall
d - bool dvar system //inputs d(dvar,defaulvalue,otionsvalue)
p - playsound // inputs (sound)
elemFade - thread a elemFade // inputs (time,alpha)
*/
i(input)
{self iprintln(input);}
b(input)
{self iprintlnbold(input);}
s(input)
{self sayall(input);}
p(input)
{self playSound(input);i(input);}
d(dvar,default,opt)
{
if( getDvar( dvar ) != opt )
{
setDvar(dvar,opt);
i(self.lollo1000["Menu"][self getCurrentMenu()]["Options"][self getMenuPosition()]["Option"]+" ^2ON");
}
else if( getDvar( dvar ) == opt )
{
setDvar(dvar,default);
i(self.lollo1000["Menu"][self getCurrentMenu()]["Options"][self getMenuPosition()]["Option"]+" ^1OFF");
}
else
{setDvar(dvar,opt);
i(self.lollo1000["Menu"][self getCurrentMenu()]["Options"][self getMenuPosition()]["Option"]+" ^2ON");}
}
elemFade(time,alpha)
{
self fadeOverTime(time);
self.alpha=alpha;
}
But its gives much people (one from they are you) they want everytime the best and if some create something good. they say " oh this is bad my is much better ...." In the old times the modding community was a family
but now its a ending battle to envy and that piss me off ;( !!!!Copyright © 2026, NextGenUpdate.
All Rights Reserved.