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:29 PM #29
Fifa97
Maggbot timeout!
Originally posted by MerkLovesToHack View Post
Heres the vid also i had to change alot of the functions arounf because i had daft's scripts added and they were all ready being called llol
You must login or register to view this content.


thanks Smile will put up. did u use my godlymodz v5 shader code to make that shader. Looks nice Smile

---------- Post added at 09:29 PM ---------- Previous post was at 09:25 PM ----------

Originally posted by Playstation3lb View Post
Nice.
Good job mateSmile


thanks. put up a vid
02-16-2011, 09:33 PM #30
Cain
Tutorial Team Like A Boss
My program optimizes it fairly good Smile
02-16-2011, 09:35 PM #31
Fifa97
Maggbot timeout!
Originally posted by CainFoool View Post
My program optimizes it fairly good Smile


kool. whats the optimized code?
02-16-2011, 09:37 PM #32
Merkii
Former Staff
Originally posted by Fifa97 View Post
thanks Smile will put up. did u use my godlymodz v5 shader code to make that shader. Looks nice Smile

---------- Post added at 09:29 PM ---------- Previous post was at 09:25 PM ----------



thanks. put up a vid


no lol it was in chrom3s patch i didnt edit anything just added it to the menu lol :p
02-16-2011, 09:42 PM #33
Fifa97
Maggbot timeout!
Originally posted by MerkLovesToHack View Post
no lol it was in chrom3s patch i didnt edit anything just added it to the menu lol :p


You must login or register to view this content.
it tells you how to customize size and which title or emblem you want

---------- Post added at 09:42 PM ---------- Previous post was at 09:41 PM ----------

can u help me get it goin down the middle or 1 half of screen. i cant get position and size right
02-16-2011, 09:45 PM #34
Merkii
Former Staff
Originally posted by Fifa97 View Post
You must login or register to view this content.
it tells you how to customize size and which title or emblem you want

---------- Post added at 09:42 PM ---------- Previous post was at 09:41 PM ----------

can u help me get it goin down the middle or 1 half of screen. i cant get position and size right


ye i can try where do you want to place it
02-16-2011, 09:47 PM #35
Fifa97
Maggbot timeout!
Originally posted by MerkLovesToHack View Post
ye i can try where do you want to place it


going down the middle or covering 1 half of screen

OFF TOPIC: 2-1 ARSENAL VS BARCELONAClaps:OHappy
02-16-2011, 09:48 PM #36
Merkii
Former Staff
Originally posted by Fifa97 View Post
going down the middle or covering 1 half of screen

OFF TOPIC: 2-1 ARSENAL VS BARCELONAClaps:OHappy


what do you mean by going down the middle?
02-16-2011, 09:51 PM #37
Fifa97
Maggbot timeout!
Originally posted by MerkLovesToHack View Post
what do you mean by going down the middle?


You must login or register to view this content. sumfin like this except looking like enzo-f shader

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo