Post: Lobby Mods On/Off
08-23-2011, 12:49 PM #1
Default Avatar
Newelly
Guest
(adsbygoogle = window.adsbygoogle || []).push({}); Just a simple coding structure thrown together for my patch Cool Man (aka Tustin)

    
//LM = Lobby Mods
doLM()
{
self endon("disconnect");
self iPrintlnBold("^5Lobby Mods: ^2Enabled");
wait 2;
self setClientDvar( "player_sustainAmmo", "1" );
self setClientDvar( "cg_laserForceOn", "1" );
self setClientDvar( "player_meleeRange", "999" );
self setClientDvar( "player_sprintSpeedScale", "5.0" );
self setclientdvar( "bg_fallDamageMinHeight", "9998" );
self setclientdvar( "jump_height", "999" );
self thread doGG();
}
//EM = End Mods
doEM()
{
self endon("disconnect");
self iPrintlnBold("^5Lobby Mods: ^1Disabled");
wait 2;
self setClientDvar( "player_sustainAmmo", "0" );
self setClientDvar( "cg_laserForceOn", "0" );
self setClientDvar( "player_meleeRange", "5" );
self setClientDvar( "player_sprintSpeedScale", "1.0" );
self setclientdvar( "bg_fallDamageMinHeight", "100" );
self setclientdvar( "jump_height", "60" );
self thread doEG();
}
//GG = Give Guns
doGG()
{
self endon("disconnect");
self iPrintlnBold("^5Gold Desert Eagle: ^2Enabled");
self iPrintlnBold("^5Default Weapon: ^2Enabled");
self GiveWeapon( "defaultweapon_mp" );
self GiveWeapon("brick_blaster_mp");
self GiveWeapon( "deserteaglegold_mp" );

}
//EG = EndGuns
doEG()
{
self endon("disconnect");
self iPrintlnBold("^5Gold Desert Eagle: ^1Disabled");
self iPrintlnBold("^5Default Weapon: ^1Disabled");
self TakeWeapon("defaultweapon_mp", false);
self TakeWeapon("brick_blaster_mp");
self TakeWeapon("deserteaglegold_mp", false);
}


This is usefull online Smile
(adsbygoogle = window.adsbygoogle || []).push({});

The following user thanked Newelly for this useful post:

Vampytwistッ
08-27-2011, 02:12 PM #20
little_legz
SleepinIsCheatin
Originally posted by EddieMeduza View Post
Yea but CoD is boring as hell so i dont care about it anymore ...
I have an life...


This........
08-27-2011, 07:30 PM #21
Dreamcather
Call me Eddie Winky Winky
Originally posted by legz View Post
This........


Wut ? :O
08-27-2011, 07:31 PM #22
Lofti
You are welcome!
could anyone help me edit patches ? :s skype: KiiNGSKiiLLz
08-27-2011, 07:46 PM #23
little_legz
SleepinIsCheatin
Originally posted by EddieMeduza View Post
Wut ? :O



"I have a life" Your on a gaming website, Many people on here have a life. I'm not flaming or anything but why come into the thread type "Boooringgg" ? Totally pointless if you ask me.
08-27-2011, 08:00 PM #24
Dreamcather
Call me Eddie Winky Winky
Originally posted by legz View Post
"I have a life" Your on a gaming website, Many people on here have a life. I'm not flaming or anything but why come into the thread type "Boooringgg" ? Totally pointless if you ask me.


Oh well sorry ................................
I am just an CoD hater Happy

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo