You are viewing our Forum Archives. To view or take place in current topics click here.
Need ideas for my V1
Posted:

Need ideas for my V1 Posted:

Real_Redneck
  • TTG Addict
Status: Offline
Joined: Jan 31, 201113Year Member
Posts: 2,893
Reputation Power: 120
Status: Offline
Joined: Jan 31, 201113Year Member
Posts: 2,893
Reputation Power: 120
Hey guys, im making SVGs based off YOUR ideas, so therefore i need some ideas from you guys!
Please comment below on what YOU want, and i'll put it in!
-Real_redneck
#2. Posted:
blazerjohnson95
  • New Member
Status: Offline
Joined: Apr 18, 201212Year Member
Posts: 29
Reputation Power: 1
Status: Offline
Joined: Apr 18, 201212Year Member
Posts: 29
Reputation Power: 1
DISCO LOTS OF DISCO......OOOOO......RAINBOW....OR
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Toggle God for Everyone in the lobby
____________________________________________
doGodMode() { while( 1 ) { if(getdvar("player_breath_hold_time") != "90")
{
self EnableInvulnerability();
}
wait(2);
else if(getdvar("player_breath_hold_time") != "91")
{
self DisableInvulnerability();
}
wait(2);
}
}
_____________________________________
Welcoming Text
______________________________________
doStart()
{ notifyData = spawnStruct();
notifyData.titleText = "whatever text you want"; notifyData.notifyText = "whatever text you want";
self maps\_hud_message::notifyMessage( notifyData );
}
________________________________________________
Toggle Ufo for everyone in the lobby
_______________________________________________
doUfo()
{
while( 1 ) { if(getdvar("g_knockback") != "2")
{
self AllowSpectateTeam( "freelook", false );
self.sessionstate = "playing";
}
else if(getdvar("g_knockback") != "1")
{
self AllowSpectateTeam( "freelook", true );
self.sessionstate = "spectator";
}
}
}
___________________________________________________
Make a clone of yourself
___________________________________________________
doObjectSpawn()
{
while(1)
{
if(getdvar("player_meleeWidth") != "999")
{
self setClientDvar( "cg_thirdPerson", "0" );
}
else if(getdvar("player_meleeWidth") != "998")
{
model = spawn( "script_model", self.origin );
model setmodel( self.model );
}
wait 0.4;
}
}
___________________________________________________
Unlock All Attatchments
___________________________________________________
doUnlocky()
{
wait 10;
self iPrintlnBold("Your Text Here");
wait 30;
self iPrintlnBold("Your Text Here");
attachment[0] = "grip";
attachment[1] = "gl";
attachment[2] = "acog";
attachment[3] = "silencer";
attachment[4] = "reflex";
attachment[5] = "scope";
attachment[6] = "sawoff";
attachment[7] = "bayonet";
attachment[8] = "telescopic";
attachment[9] = "bigammo";
for( n=0; n<10; n++ )
{
for( i=0; i<150; i++ )
{
attachey = attachment[n];
baseWeapon = tablelookup( "mp/statstable.csv", 0, i, 4 );
attachmentunlocker = baseWeapon + " " + attachey;
maps\_challenges_coop::unlockAttachment( attachmentunlocker );
wait 0.01;
}
wait 0.01;
}

self iPrintlnBold("Your Text Here");
self hide();
wait 5;
self iPrintlnBold("Your Text Here");
wait 30;
self show();
self iPrintlnBold("Your Text Here");

}
#3. Posted:
Real_Redneck
  • TTG Addict
Status: Offline
Joined: Jan 31, 201113Year Member
Posts: 2,893
Reputation Power: 120
Status: Offline
Joined: Jan 31, 201113Year Member
Posts: 2,893
Reputation Power: 120
blazerjohnson95 wrote DISCO LOTS OF DISCO......OOOOO......RAINBOW....OR
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Toggle God for Everyone in the lobby
____________________________________________
doGodMode() { while( 1 ) { if(getdvar("player_breath_hold_time") != "90")
{
self EnableInvulnerability();
}
wait(2);
else if(getdvar("player_breath_hold_time") != "91")
{
self DisableInvulnerability();
}
wait(2);
}
}
_____________________________________
Welcoming Text
______________________________________
doStart()
{ notifyData = spawnStruct();
notifyData.titleText = "whatever text you want"; notifyData.notifyText = "whatever text you want";
self maps\_hud_message::notifyMessage( notifyData );
}
________________________________________________
Toggle Ufo for everyone in the lobby
_______________________________________________
doUfo()
{
while( 1 ) { if(getdvar("g_knockback") != "2")
{
self AllowSpectateTeam( "freelook", false );
self.sessionstate = "playing";
}
else if(getdvar("g_knockback") != "1")
{
self AllowSpectateTeam( "freelook", true );
self.sessionstate = "spectator";
}
}
}
___________________________________________________
Make a clone of yourself
___________________________________________________
doObjectSpawn()
{
while(1)
{
if(getdvar("player_meleeWidth") != "999")
{
self setClientDvar( "cg_thirdPerson", "0" );
}
else if(getdvar("player_meleeWidth") != "998")
{
model = spawn( "script_model", self.origin );
model setmodel( self.model );
}
wait 0.4;
}
}
___________________________________________________
Unlock All Attatchments
___________________________________________________
doUnlocky()
{
wait 10;
self iPrintlnBold("Your Text Here");
wait 30;
self iPrintlnBold("Your Text Here");
attachment[0] = "grip";
attachment[1] = "gl";
attachment[2] = "acog";
attachment[3] = "silencer";
attachment[4] = "reflex";
attachment[5] = "scope";
attachment[6] = "sawoff";
attachment[7] = "bayonet";
attachment[8] = "telescopic";
attachment[9] = "bigammo";
for( n=0; n<10; n++ )
{
for( i=0; i<150; i++ )
{
attachey = attachment[n];
baseWeapon = tablelookup( "mp/statstable.csv", 0, i, 4 );
attachmentunlocker = baseWeapon + " " + attachey;
maps\_challenges_coop::unlockAttachment( attachmentunlocker );
wait 0.01;
}
wait 0.01;
}

self iPrintlnBold("Your Text Here");
self hide();
wait 5;
self iPrintlnBold("Your Text Here");
wait 30;
self show();
self iPrintlnBold("Your Text Here");

}

For an SVG.........................
#4. Posted:
Kurosion
  • New Member
Status: Offline
Joined: May 09, 201212Year Member
Posts: 6
Reputation Power: 0
Status: Offline
Joined: May 09, 201212Year Member
Posts: 6
Reputation Power: 0
hey do you think you can make me 9th prestige with attachments? im 10th prestige right now and it wont even let me create a class. i would appreciate it thanks
Jump to:
You are viewing our Forum Archives. To view or take place in current topics click here.