Posts: 27
Threads: 4
Joined: Aug 2010
Reputation:
0
I need help with a tagcolors command that if typed will show a list of colors to choose from, then change there name to the color they chose. Can anyonw help?
Posts: 718
Threads: 32
Joined: Jul 2010
Reputation:
0
Its simple,
string compare the command to see if its /tagcolors (or use dcmd/zcmd),
if it is make it show a menu,
then go to OnDialogResponse and change the players color by the listitem he selected.
Posts: 27
Threads: 4
Joined: Aug 2010
Reputation:
0
Yea thanks, i actually figured it out before seeing this, but thanks anyway :P