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, 03:40 PM #11
persainopz
Bounty hunter
Thanks for this..
10-11-2010, 04:51 PM #12
kmc
Haxor!
You have to get rid of the self thread runGodMode under initplayer too then u just
Add it to on player spawned so only u have god mode
10-11-2010, 04:53 PM #13
Jakob
[move]Enzo[/move]
Originally posted by kmc View Post
You have to get rid of the self thread runGodMode under initplayer too then u just
Add it to on player spawned so only u have god mode


if you add it on player spawned wont it just give it to everyone
10-11-2010, 06:39 PM #14
kmc
Haxor!
Originally posted by irishdrumzboii View Post
if you add it on player spawned wont it just give it to everyone


not if u add it in the right place
10-19-2010, 07:34 PM #15
jkry_2_1_
Call Me The CodFather
how can i make a dark blue on left and backround and white scroller? what would the code be?
10-19-2010, 10:24 PM #16
BobbyDee
OMG Its Jebus
When I look at that if get a diffrent bit of code I highlighted the bits in red and what are the codes because I would like to change it to blue

    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"](1,(188/255),(33/255)));[/COLOR]
self.hBack = self createRectangle("LEFT", "CENTER", 0, 0, 300, 30, [COLOR="Red"](1,(188/255),(33/255)));[/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");
10-19-2010, 10:29 PM #17
Could be useful. Smile
10-19-2010, 11:38 PM #18
good work manSmile
10-20-2010, 03:26 AM #19
Blackstorm
Veni. Vidi. Vici.
Well, has anyone tried this? Does it actually change the color?

Copyright © 2024, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo