Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- input.execute("net_replace_color AnyNumberHere 5544391");
- Numbers at the end of the code are "Decimal Color Codes" (Visit Here To Convert Colors To Decimal Codes: https://www.mathsisfun.com/hexadecimal-decimal-colors.html). Replace those numbers with the decimal code you want. OR, you can put a normal HEX color by putting 0x at the beginning of the hex color code.
- Replace "AnyNumberHere" with object ID codes. (Object ID Codes: 1 = Barrel Color,
- 2 = Tank Body Color,
- 3 = Blue team,
- 4 = Red team,
- 5 = Purple team,
- 6 = Green team,
- 7 = Brown team (Removed)
- 8 = Squares,
- 9 = Triangles (Also defender's body color),
- 10 = Pentagons (Alphas aswell),
- 11 = All Crashers,
- 12 = Bosses bullets (Arena closer bullets aswell, I think...)
- 13 = Scoreboard fill colors,
- 14 = Maze walls,
- 15 = Enemy body color and bullets.)
- ---------------------------------------------------------------------------------------------------------------------------------------
- input.execute("ren_background_color Decimal/HexColorCode")
- input.execute("ren_border_color Decimal/HexColorCode")
- ren_background_color = Color of the background
- ren_border_color = Color of the area outside of the map
- ---------------------------------------------------------------------------------------------------------------------------------------
- For those who want to paste into the ingame console, here you go.
- net_replace_color AnyNumberHere 0xHexCode
- ren_background_color AnyNumberHere 0xHexCode
- ren_border_color AnyNumberHere 0xHexCode
Advertisement
Add Comment
Please, Sign In to add comment