Moderators: OldWolf, re*s.t.a.r.s.*2
qneal78710 wrote:You're really good, is there someplace on the web you would know to use this command or do I just need to rtfm more?
qneal78710 wrote:okay, so this command:
$utparams['nickmeta'] = array('realname' => ' ');
Kind of works. when I click on my name I see "realname" but no name is next to this
$params['nickmeta'] = array('realname' => 'Their real name goes here');
$real_name_variable = 'My Real Name';
$params['nickmeta'] = array('realname' => $real_name_variable);
$params['nick'] = 'Nick Name';
$params['frozen_nick'] = true;
Return to General Support (v1.x)
Users browsing this forum: No registered users and 133 guests