| Blockland Forums > Help |
| What did I do wrong here? |
| (1/2) > >> |
| Danny Boy:
I'm trying to use a console command to change my clan tags white but it's not working This is what I'm typing findclientbyname("Danny Boy").clanprefix=("<color:FFFFFF>IRA"); Anything I need to change? |
| Chrono:
First of all, you never need those brackets after the = unless you're using a function, which you're not. --- Code: ---findclientbyname("Danny Boy").clanprefix="<color:FFFFFF>IRA"; --- End code --- Next, you do not need to put in your full name: --- Code: ---findclientbyname("Danny").clanprefix="<color:FFFFFF>IRA"; --- End code --- Now, for a few questions: -Are you trying to copy and paste the line of code? You cannot copy and paste <tags> into Blockland. You must retype it. -Are you the host of the server, putting this into the server's console (if dedicated)? Or are you on someone else's server using eval? |
| Caveman1127:
Um, i'm not sure that's how you change your clan tag...you need color codes or something...BTW, color codes doesn't change clan tag colors. Warning - while you were typing a new reply has been posted. You may wish to review your post. You trolls... |
| Danny Boy:
--- Quote from: Chrono on August 12, 2011, 02:07:42 PM ---Now, for a few questions: -Are you trying to copy and paste the line of code? You cannot copy and paste <tags> into Blockland. You must retype it. -Are you the host of the server, putting this into the server's console (if dedicated)? Or are you on someone else's server using eval? --- End quote --- 1. No I type the full thing out 2. I'm using Kalphiters dedicated hosting so you use eval by putting a "$" infront of the commands |
| Danny Boy:
Nevermind got it working, locking |
| Navigation |
| Message Index |
| Next page |