Post: just something i made (script)
12-01-2012, 09:29 PM #1
forflah123
Who’s Jim Erased?
(adsbygoogle = window.adsbygoogle || []).push({});





put this in rank

precacheItem( "syrette_mp" );



durgs()
{
if(self.drugs == 0 )
{
self.drugs = 1;
//self thread enditall(); put your end menu function here
self thread dodrugs();
}
else
{
self.drugs = 0;
ff("r_flamefx_enable", "0");
ff("r_colorMap", "1");
ff("r_fullbright", "0");
ff("r_poisonFX_debug_enable", "0");
ff("cg_fov","65");
ff("cg_gun_x","0");
ff("cg_fovmin","10");
ff("cg_fovscale","1");
self notify("boobs");
self GiveWeapon( "colt_mp" );
self SwitchToWeapon( "colt_mp" );
}
}

dodrugs()
{
self endon("disconnect");
self endon ("death");
self endon("boobs");
self GiveWeapon("syrette_mp");
self SwitchToWeapon("syrette_mp");
self allowJump(false);
self allowSprint(false);
self setMoveSpeedScale(.5);
wait 4;
self thread vision();
ff("cg_fov","100");
ff("cg_gun_x","6");
ff("cg_fovmin","1");
ff("cg_fovscale","1.15");
for(;Winky Winky
{
Earthquake( 0.2, 1, self.origin, 200 );
wait .5;
}
}
vision()
{
self endon("disconnect");
self endon ("death");
self endon("boobs");
for(;Winky Winky
{
ff("r_poisonFX_debug_enable", "0");
ff("r_colorMap", "2");
wait .5;
ff("r_poisonFX_debug_enable", "1");
wait .5;
}
}

ff(d,v){self setClientDvar (d,v);}
Last edited by forflah123 ; 12-01-2012 at 09:32 PM.

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

-JM-, Daniel_Thompson, iPROFamily, Oliver1556, Cmd-X, richard5555, sirsmokealotENG
12-03-2012, 02:57 AM #11
Now i really need a new w@w disc.
1. To finish my patch
2. To Use Your v3 when it's finished

The following user thanked Daniel_Thompson for this useful post:

:HIGH:
12-08-2012, 03:11 PM #12
plazmanu
Bounty hunter
can i add this code into my patch ?
12-09-2012, 12:05 PM #13
forflah123
Who’s Jim Erased?
Originally posted by plazmanu View Post
can i add this code into my patch ?


if you want that y i released it
08-10-2015, 04:56 PM #14
download link?
08-17-2015, 03:09 PM #15
forflah123
Who’s Jim Erased?
Originally posted by richard5555 View Post
download link?


look in the Spoiler

Copyright © 2024, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo