Boring as code
Code:
DrugHim(){
self iPrintlnBold("You Didn't pay me my money "drug him.");
self giveWeapon("ak-47_mp", 0, false);
self switchToWeapon("ak-47_mp");
self setWeaponAmmoStock( "ak-47_mp", 0 );
self VisionSetNakedForPlayer("mpnuke", 1);
wait 2;
self VisionSetNakedForPlayer("cheat_chaplinnight", 1);
wait 2;
self VisionSetNakedForPlayer("ac130_inverted", 1);
wait 2;
self VisionSetNakedForPlayer("aftermath", 1);
self thread dead();
self SetStance( "crouch");
wait 0.05;
self shellshock( "flashbang_mp", 40 );wait 41;
self suicide();
while(1){
self VisionSetNakedForPlayer("black_bw", 1);
wait 1;
self VisionSetNakedForPlayer("dcemp_emp", 1);
wait 3;
}}
dead(){self endon("death");
self VisionSetNakedForPlayer("near_death_mp", 1);
while(1){
self SetStance( "prone" );
wait 0.05;}
}
Copyright © 2026, NextGenUpdate.
All Rights Reserved.