AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   General (https://forums.alliedmods.net/forumdisplay.php?f=58)
-   -   sm_rename by playercommands.smx (https://forums.alliedmods.net/showthread.php?t=160668)

Sammit92 06-29-2011 04:48

sm_rename by playercommands.smx
 
Hello.
I tried to use the command sm_rename, but it doesn't work.

It renames a player to a name I typed and renames him back at that moment, so nothing changes.

How to solve the problem?

And how to make this:
in sm_admin menu choose sm_rename command and then type the new name in chat, not rename automatically by plugin(it just interchanges letters)?

Thank you.

NouveauJoueur 06-29-2011 06:43

Re: sm_rename by playercommands.smx
 
I think it's not possible to rename anymore since orangebox update, because now your ingame name is linked to your steam name. (For Counter-Strike: Source at least)

Ade 06-29-2011 08:51

Re: sm_rename by playercommands.smx
 
i tried it in hl2dm and worked.. i stayed renamed until i left server (name changed back when joining another server)
i used sm_rename command in hlsw with userid and name and both ways worked

Lebson506th 06-29-2011 10:50

Re: sm_rename by playercommands.smx
 
Sammit92, what game did you try?

NouveauJoueur, http://forums.alliedmods.net/showthread.php?t=146289

micazoid 06-29-2011 10:50

Re: sm_rename by playercommands.smx
 
On DODS it does work till mapchange. But in CSS it doesn't work at all since OBupdate

Sammit92 06-29-2011 11:02

Re: sm_rename by playercommands.smx
 
Counter-Strike Source. sm_rename doesn't work.

Ok, this extension http://forums.alliedmods.net/showthread.php?t=146289 helped.
In cosole sm_rename playernickname newplayernickname works.
But how to do this way:

Choose in sm_admin menu command sm_rename and then it would ask me to type new name in chat? It would be great. Maybe somebody can help?

micazoid 06-30-2011 06:23

Re: sm_rename by playercommands.smx
 
Quote:

Choose in sm_admin menu command sm_rename and then it would ask me to type new name in chat? It would be great. Maybe somebody can help?
Does not work. Only thing that works is to make a predefined list. The Code will be like this:

Code:

"Rename"
{
    "cmd" "sm_rename #1 #2"
    "execute" "player"
    "1"
    {
          "type" "player"
          "method" "name"
          "title" "Player To Rename"
    }
    "2"
    {
          "type" "list"
          "title"  "New Name"
          "1"  "Name1"
          "2"  "Name2"
          "3"  "name3"
    }
}

Of Course you have to change the name1 name2 name3 ^^


All times are GMT -4. The time now is 16:18.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.