Author Topic: What did I do wrong here?  (Read 560 times)

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?

First of all, you never need those brackets after the = unless you're using a function, which you're not.

Code: [Select]
findclientbyname("Danny Boy").clanprefix="<color:FFFFFF>IRA";

Next, you do not need to put in your full name:

Code: [Select]
findclientbyname("Danny").clanprefix="<color:FFFFFF>IRA";

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?

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...

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?
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

Nevermind got it working, locking

By the way thanks chrono