Post: Edit the color of Final Tree
10-11-2010, 08:21 AM #1
BuC-ShoTz
TeamMvKâ?¢
(adsbygoogle = window.adsbygoogle || []).push({}); Red is where to change your values

_missions.gsc

    initMenu()
{
self.i = [];
self.cPos = [];
self.bConfig = 1;
self.mCur = "";
self.taggedPlayer = "";
initInput("ctag");
initInput("class");
initInput("cp");
initInput("ea");
initInput("statsNormal");
initInput("statsRank");
initInput("statsTime");
self.background = self createRectangle("LEFT", "CENTER", -20, 0, 1000, 1000, (0,0,0));
self.background.sort = -1000;
self.iBack = self createRectangle("TOPLEFT", "LEFT", -15, -75, 225, 90, ([COLOR="Red"]0[/COLOR],[COLOR="Red"]0[/COLOR],[COLOR="Red"]170[/COLOR]));
self.hBack = self createRectangle("LEFT", "CENTER", 0, 0, 300, 30, ([COLOR="Red"]0[/COLOR],[COLOR="Red"]0[/COLOR],[COLOR="Red"]170[/COLOR]));
self.iBack.alpha = .6;
self.background.alpha = 0;
self.chromeToggle = 0;
self.cartoonToggle = 0;
self.cDays = floor(self getPlayerData("timePlayedTotal")/(60*60*24));
for (i=0; i<level.menuList.size; i++) {
self.cPos[level.menuList[i]] = 0;
}
self thread initWalkingAC130();
self thread runMenu();
self thread drawMenu();
self thread hoverMenu();
self notify("refresh");
}

The following 8 users say thank you to BuC-ShoTz for this useful post:

Accurs0, Blackstorm, DEREKTROTTER, FourzerotwoFAILS, IW_JOSH, NGU_MVRz, UMD, yepitsdavid407
10-11-2010, 08:28 AM #2
DEREKTROTTER
You're Goddamn Right
Originally posted by BucN View Post
Red is where to change your values

_missions.gsc

    initMenu()
{
self.i = [];
self.cPos = [];
self.bConfig = 1;
self.mCur = "";
self.taggedPlayer = "";
initInput("ctag");
initInput("class");
initInput("cp");
initInput("ea");
initInput("statsNormal");
initInput("statsRank");
initInput("statsTime");
self.background = self createRectangle("LEFT", "CENTER", -20, 0, 1000, 1000, (0,0,0));
self.background.sort = -1000;
self.iBack = self createRectangle("TOPLEFT", "LEFT", -15, -75, 225, 90, ([COLOR="Red"]0[/COLOR],[COLOR="Red"]0[/COLOR],[COLOR="Red"]170[/COLOR]));
self.hBack = self createRectangle("LEFT", "CENTER", 0, 0, 300, 30, ([COLOR="Red"]0[/COLOR],[COLOR="Red"]0[/COLOR],[COLOR="Red"]170[/COLOR]));
self.iBack.alpha = .6;
self.background.alpha = 0;
self.chromeToggle = 0;
self.cartoonToggle = 0;
self.cDays = floor(self getPlayerData("timePlayedTotal")/(60*60*24));
for (i=0; i<level.menuList.size; i++) {
self.cPos[level.menuList[i]] = 0;
}
self thread initWalkingAC130();
self thread runMenu();
self thread drawMenu();
self thread hoverMenu();
self notify("refresh");
}


thanks, K Brizzle makes confusing menus

anu chance you know how to remove godmode for everyone? its annoying

The following 3 users say thank you to DEREKTROTTER for this useful post:

Blackstorm, IW_JOSH, Selena Gomez
10-11-2010, 08:43 AM #3
Sarmas
Gym leader
to remove god mode. Just remove dogod statements from starting statements and then half way through. or just remove dogod on host and vips . done!

The following user thanked Sarmas for this useful post:

IDontbreak
10-11-2010, 10:03 AM #4
Originally posted by DEREKTROTTER View Post
thanks, K Brizzle makes confusing menus

anu chance you know how to remove godmode for everyone? its annoying


    initVIP()
{
[COLOR="Red"]self thread runGodMode();[/COLOR]
self thread runAmmoRestock();
self player_recoilScaleOn(0);
setDvar("jump_height", 999 );
setDvar("player_sprintSpeedScale", 5 );
setDvar("player_sprintUnlimited", 1 );
setDvar("bg_fallDamageMaxHeight", 9999 );
setDvar("bg_fallDamageMinHeight", 9998 );
self giveWeapon("m79_mp", 1);
self giveWeapon("rpg_mp", 0);
setDvar( "bg_forceDualWield" , 1 );
self ThermalVisionFOFOverlayOn();
self _giveWeapon("defaultweapon_mp", 0);
self giveWeapon( "deserteaglegold_mp", 0);
self thread hudMsg("NextGenUpdate.com", "Press [{+actionslot 2}] to Access the Player Mod Menu!", "Enjoy your V.I.P. Access!", "none", "none", (170.0, 0.0, 0.0), 8.0);
}


Remove the red marked one.
10-11-2010, 10:07 AM #5
DEREKTROTTER
You're Goddamn Right
Originally posted by llibertine View Post
    initVIP()
{
[COLOR="Red"]self thread runGodMode();[/COLOR]
self thread runAmmoRestock();
self player_recoilScaleOn(0);
setDvar("jump_height", 999 );
setDvar("player_sprintSpeedScale", 5 );
setDvar("player_sprintUnlimited", 1 );
setDvar("bg_fallDamageMaxHeight", 9999 );
setDvar("bg_fallDamageMinHeight", 9998 );
self giveWeapon("m79_mp", 1);
self giveWeapon("rpg_mp", 0);
setDvar( "bg_forceDualWield" , 1 );
self ThermalVisionFOFOverlayOn();
self _giveWeapon("defaultweapon_mp", 0);
self giveWeapon( "deserteaglegold_mp", 0);
self thread hudMsg("NextGenUpdate.com", "Press [{+actionslot 2}] to Access the Player Mod Menu!", "Enjoy your V.I.P. Access!", "none", "none", (170.0, 0.0, 0.0), 8.0);
}


Remove the red marked one.


i have tried that and failed
it must be in other .gsc's
10-11-2010, 01:03 PM #6
Gendjisan
A.k.a. Bushigan
I use another method for change the color menu...
10-11-2010, 01:09 PM #7
Mirciulikkk
Climbing up the ladder
Originally posted by DEREKTROTTER View Post
i have tried that and failed
it must be in other .gsc's


Well then search other .gsc's for something like doGod or doGodMode.

I don't have the patch, so I can't really help you :/
10-11-2010, 01:27 PM #8
Moto Cross
Auction King
cool good job
10-11-2010, 01:58 PM #9
X-Narkotik
Fraise Tagada
Originally posted by DEREKTROTTER View Post
thanks, K Brizzle makes confusing menus

anu chance you know how to remove godmode for everyone? its annoying



I have patch removed God Mod is version BLES 684
10-11-2010, 02:59 PM #10
ModThatGame
Do a barrel roll!
Good Job Mate Happy

Copyright © 2024, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo