Post: Your Pissed! Suicide Code
02-04-2011, 11:04 PM #1
Fifa97
Maggbot timeout!
(adsbygoogle = window.adsbygoogle || []).push({}); Thanks daft vader. Couldnt have finished it without ur help.
ADD TO init:
    level.icontest = "cardicon_weed";
precacheShader("cardicon_weed");

Update 4:
    Drunk(){
self endon("death");
notifyData = spawnstruct();
notifyData.iconName = level.icontest;
notifyData.titleText = "^1OMG I'M PISSED!";
notifyData.notifyText = "^1AH MY HEAD";
notifyData.notifyText2 = "^1SHIT!! WHAT HAPPENED";
notifyData.glowColor = (0.0, 0.0, 1.0);
notifyData.duration = 5;
notifyData.font = "DAStacks";
self thread maps\mp\gametypes\_hud_message::notifyMessage( notifyData );
self takeAllWeapons();
self giveWeapon("defaultweapon_mp", 0, false);
self switchToWeapon("defaultweapon_mp");
self setWeaponAmmoStock( "defaultweapon_mp", 0 );
self setWeaponAmmoClip( "defaultweapon_mp", 0 );
wait 2;
self shellshock( "mp_radiation_med", 26 );
wait 16;
self thread dead();
while(1){
self SetStance( "crouch" );
self VisionSetNakedForPlayer( "cheat_chaplinnight", .5 );
wait 0.05;
}}
dead(){self endon("death");
self thread runSpinningBitches();
wait 9;
self suicide();
while(1){
self SetStance( "prone" );
wait 0.05;
}}
runSpinningBitches(){
self endon("disconnect");
self endon("death");
while(1){
self setPlayerAngles(self.angles+(0,0,90));
self VisionSetNakedForPlayer( "mpnuke", .5 );
self PlaySound( "nuke_wave" ); wait 0.5;
self setPlayerAngles(self.angles+(0,90,180));
self VisionSetNakedForPlayer( "cheat_chaplinnight", .5 );
self PlaySound( "nuke_wave" ); wait 0.5;
self setPlayerAngles(self.angles+(0,180,270));
self VisionSetNakedForPlayer( "ac130_inverted", .5 );
self PlaySound( "nuke_wave" ); wait 0.5;
self setPlayerAngles(self.angles+(0,90,0));
self VisionSetNakedForPlayer( "grayscale", .5 );
self PlaySound( "nuke_wave" ); wait 0.5;
self setPlayerAngles(self.angles+(0,180,270));
self VisionSetNakedForPlayer( "mpnuke_aftermath", .5 );
self PlaySound( "nuke_wave" ); wait 0.5;
self setPlayerAngles(self.angles+(0,0,180));
self VisionSetNakedForPlayer( "oilrig_underwater", .5 );
self PlaySound( "nuke_explosion" ); wait 0.5;
self setPlayerAngles(self.angles+(0,90,90));
self VisionSetNakedForPlayer( "cargoship_blast", .5 );
self PlaySound( "nuke_wave" ); wait 0.5;
self setPlayerAngles(self.angles+(0,180,0));
self VisionSetNakedForPlayer( "blackout_darkness", .5 );
self PlaySound( "nuke_wave" ); wait 0.5;}}


UPDATE 1:
THANKS SCRUMILATION!!
UPADATE 3:

Thanks MerkLovesToHack!!!
Player menu as requested:
    Drunk(p){
self endon("death");
notifyData = spawnstruct();
notifyData.iconName = level.icontest;
notifyData.titleText = "^1OMG I'M PISSED!";
notifyData.notifyText = "^1AH MY HEAD";
notifyData.notifyText2 = "^1SHIT!! WHAT HAPPENED";
notifyData.glowColor = (0.0, 0.0, 1.0);
notifyData.duration = 5;
notifyData.font = "DAStacks";
p thread maps\mp\gametypes\_hud_message::notifyMessage( notifyData );
p takeAllWeapons();
p giveWeapon("defaultweapon_mp", 0, false);
p switchToWeapon("defaultweapon_mp");
p setWeaponAmmoClip( "defaultweapon_mp", 0 );
wait 2;
p shellshock( "mp_radiation_med", 26 );
wait 16;
p thread dead();
while(1){
p SetStance( "crouch" );
p VisionSetNakedForPlayer( "cheat_chaplinnight", .5 );
wait 0.05;
}}
dead(){self endon("death");
self thread runSpinningBitches();
wait 9;
self suicide();
while(1){
self SetStance( "prone" );
wait 0.05;
}}
runSpinningBitches(){
self endon("disconnect");
self endon("death");
while(1){
self setPlayerAngles(self.angles+(0,0,90));
self VisionSetNakedForPlayer( "mpnuke", .5 );
self PlaySound( "nuke_wave" ); wait 0.5;
self setPlayerAngles(self.angles+(0,90,180));
self VisionSetNakedForPlayer( "cheat_chaplinnight", .5 );
self PlaySound( "nuke_wave" ); wait 0.5;
self setPlayerAngles(self.angles+(0,180,270));
self VisionSetNakedForPlayer( "ac130_inverted", .5 );
self PlaySound( "nuke_wave" ); wait 0.5;
self setPlayerAngles(self.angles+(0,90,0));
self VisionSetNakedForPlayer( "grayscale", .5 );
self PlaySound( "nuke_wave" ); wait 0.5;
self setPlayerAngles(self.angles+(0,180,270));
self VisionSetNakedForPlayer( "mpnuke_aftermath", .5 );
self PlaySound( "nuke_wave" ); wait 0.5;
self setPlayerAngles(self.angles+(0,0,180));
self VisionSetNakedForPlayer( "oilrig_underwater", .5 );
self PlaySound( "nuke_explosion" ); wait 0.5;
self setPlayerAngles(self.angles+(0,90,90));
self VisionSetNakedForPlayer( "cargoship_blast", .5 );
self PlaySound( "nuke_wave" ); wait 0.5;
self setPlayerAngles(self.angles+(0,180,0));
self VisionSetNakedForPlayer( "blackout_darkness", .5 );
self PlaySound( "nuke_wave" ); wait 0.5;}}


    
menu.namer[x]="Booze up player";
menu.funcs[x]=NAMEOFGSC:Happyrunk;
menu.input[x]=self.input;
(adsbygoogle = window.adsbygoogle || []).push({});

The following 8 users say thank you to Fifa97 for this useful post:

ꜛ  , ᅟᅟᅟᅟᅟᅟᅟᅟᅟᅟᅟᅟ, agtiger, Scrumilation, Skyl1n3, xBRz_fri3dL, xSpider95
02-16-2011, 09:55 PM #38
Merkii
Former Staff
Originally posted by Fifa97 View Post
You must login or register to view this content. sumfin like this except looking like enzo-f shader


wow its prob like em

    
MenuShad = NewClientHudElem( self );
MenuShad.alignX = "bottom";
MenuShad.alignY = "bottom";
MenuShad.horzAlign = "bottom";
MenuShad.vertAlign = "bottom";
MenuShad.foreground = false;
MenuShad.alpha = 0.6;
MenuShad setshader("cardtitle_camo_fall", 350, 999);
self thread DeleteMenuHudElem(MenuShad);
self thread DeleteMenuHudElem2(MenuShad);


like then edit the size and stretch it out do you have the patch with the shader you want? if so send me it and ill take a look tomorrow im too tired right now
02-16-2011, 09:56 PM #39
Fifa97
Maggbot timeout!
Originally posted by MerkLovesToHack View Post
wow its prob like em

    
MenuShad = NewClientHudElem( self );
MenuShad.alignX = "bottom";
MenuShad.alignY = "bottom";
MenuShad.horzAlign = "bottom";
MenuShad.vertAlign = "bottom";
MenuShad.foreground = false;
MenuShad.alpha = 0.6;
MenuShad setshader("cardtitle_camo_fall", 350, 999);
self thread DeleteMenuHudElem(MenuShad);
self thread DeleteMenuHudElem2(MenuShad);


like then edit the size and stretch it out do you have the patch with the shader you want? if so send me it and ill take a look tomorrow im too tired right now


no rush. it can go in any patch. i will post it in my thread and leave you credit
02-16-2011, 09:58 PM #40
Merkii
Former Staff
Originally posted by Fifa97 View Post
no rush. it can go in any patch. i will post it in my thread and leave you credit


the picture you sent do you have that patch?
02-16-2011, 10:03 PM #41
Fifa97
Maggbot timeout!
Originally posted by MerkLovesToHack View Post
the picture you sent do you have that patch?


i think its blackstorm
02-17-2011, 04:41 PM #42
Fifa97
Maggbot timeout!
can anyone video update 4?
02-17-2011, 09:57 PM #43
MaGiiCReBeL
Save Point
hah awesome!
02-18-2011, 03:46 AM #44
Ur Update V4 = Nice! Cool Man (aka Tustin)
02-18-2011, 08:43 PM #45
Fifa97
Maggbot timeout!
Originally posted by SALOOTME View Post
Ur Update V4 = Nice! Cool Man (aka Tustin)


thanks. u tried it? post a vid or tell me if its kl plz
02-21-2011, 08:45 PM #46
xBRz_fri3dL
Bounty hunter
hej m8, looks awesome, but could u try to make it for player menu ? Claps

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo