xbox-scene.com - your xbox news information source
Quick Links: Main Forums | Xbox360 Forums | Xbox1 Forums | PS3 Forums
Xbox-Scene Forum Help  Search Xbox-Scene Forums   Xbox-Scene Forum Members   Xbox-Scene Calendar

Giganews Usenet Offers: +1150 days binary retention, 99%+ Completion, and Unlimited Speed/Access!

360 ODD Emulators: X360 Key $99 | Wasabi360 FAT $99 | Wasabi360 Slim $99
C4E's iXtreme Burner MAX Drive: LiteOn iHAS124 DROPPED TO JUST $17


Welcome Guest ( Log In | Register )

 Forum Rules Rules
> Posting Guidelines, PLEASE READ...
'iCeCooL'
post Jan 3 2005, 05:53 PM
Post #1


X-S Young Member
*

Group: Members
Posts: 51
Joined: 17-July 04
Member No.: 130926
Xbox Version: unk
360 version: unknown



Include as much detail as possible i.e dash version, the functions of the code and screenshots if possible when posting your code snippits and tweaks.

PLEASE use a slightly larger and bold typeface than normal for the heading of your code and use the CODE tags for the actual code.

i.e :

Blah Blah

This is the explaination of the code

CODE
function SetLEDColor() //Exiles
{
var IniFile = new Settings;
IniFile.SetIniSection( "Sys Config" );
var LeDCoLoReNa = IniFile.GetIniValue( "CHANGELED" );
var LeDCoLoRst = IniFile.GetIniValue( "LEDCOLOR" );
var LeDCoLoRs = ReturnInteger(LeDCoLoRst);
if (LeDCoLoReNa == "true") {
if (LeDCoLoRs==0) { theConfig.SetLED(0); }
else if (LeDCoLoRs==1) { theConfig.SetLED(1); }
else if (LeDCoLoRs==2) { theConfig.SetLED(2); }
else if (LeDCoLoRs==3) { theConfig.SetLED(3); }
else if (LeDCoLoRs==4) { theConfig.SetLED(4); }
else if (LeDCoLoRs==5) { theConfig.SetLED(5); }
else if (LeDCoLoRs==6) { theConfig.SetLED(6); }
else if (LeDCoLoRs==7) { theConfig.SetLED(7); }
else  { theConfig.SetLED(8); }
}
}



Can't be that hard can it ?

Thanx TeamUIX
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

Posts in this topic
'iCeCooL'   Posting Guidelines   Jan 3 2005, 05:53 PM
JbOnE   forum "DO's" & "DO NOT...   Jan 16 2005, 11:13 PM






Closed TopicStart new topic

 

Lo-Fi Version Time is now: 22nd May 2013 - 08:20 AM