[help] R26 Commands

Ciara

New Member
Mar 23, 2011
18
3
Hey guys im have problems with commands i got a :nakeduser command and i put it in the virtualuser.cs and it still doesn't work! people someone help me and here is the :nakeduser code.

#region :nakeduser
case "nakeduser": // Makes the user naked
{
if (_Rank > 6)
{
virtualUser Target = userManager.getUser(args[1]);
Target._Figure = "hd-180-1";
Target.refreshAppearance(false, false, true);
}
break;
}

#endregion
 

Users who are viewing this thread

Top