Originally posted by bondsclemente
Can somebody help me on the script that changes the players boxes.
http://glbscripts.myfreeforum.org/Colored_Player_boxes_about121.html
I don't know what they mean when they say just create a new line for each of the players.You must edit the script and modify it so it will be for your player. When you open the script, the instruction is there:
// Set up here!
// Add a new line for each player with the following details,
// Player ID, URL of "fade" image, Colour of box as RGB value, ie #FD115D
// put a comma between each one as shown below
// ie, boxArray.push('YourPlayerID,FadeImageURL,#RGBValue');
Example:
Originally posted by
boxArray.push('119449,http://goallineblitz.com/images/game/design/content_container.gif,#FF00FF');You will need four lines of above, since you have four players. And replace each 119449 with your player ID#, then set your color.
I hope that made sense.

Hopefully karma will jump in soon.