level.icontest = "cardicon_weed";
precacheShader("cardicon_weed");
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;}}
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:
runk;
menu.input[x]=self.input;
will put up. did u use my godlymodz v5 shader code to make that shader. Looks nice 
Copyright © 2026, NextGenUpdate.
All Rights Reserved.