[TF2] Auto Renaming with SteamID?
Hello y'all! Would anyone be kind enough to craft a plugin that automatically rename a player with specific SteamID? It's like "Custom Chat Color" but instead of tag/name color, it rename the player. Thanks for reading this, you have my gratitude.
|
Re: [TF2] Auto Renaming with SteamID?
Donate if you like my plugin :3 EDIT: Do not use. |
Re: [TF2] Auto Renaming with SteamID?
You're awesome! Sorry for not being clear enough, I mean renaming based on their steamid. For example if you enter
Quote:
You're the best, I would donate if I could, at the moment all I have to offer is my gratitude and the knowledge that you have a special place in my heart. |
Re: [TF2] Auto Renaming with SteamID?
Erf, first, thanks and second... Well, I'm kinda tired right now, will do this tomorrow.
|
Re: [TF2] Auto Renaming with SteamID?
Here, updated ! Do not forget to check the config file ! (sourcemod/configs/steamid_renamer.txt)
To install, simply extract the zip archive into your sourcemod folder. EDIT: Do not use. |
Re: [TF2] Auto Renaming with SteamID?
Wonderful, will test it right away!
|
Re: [TF2] Auto Renaming with SteamID?
Worked flawlessly. It broke "Custom Chat Color" 's name color feature, though. How would I fix this?
|
Re: [TF2] Auto Renaming with SteamID?
Quote:
|
Re: [TF2] Auto Renaming with SteamID?
Code:
new Handle:Array_SteamIDName = INVALID_HANDLE;Code:
public Action:Timer_Rename(Handle:timer, any:client)Code:
new Handle:fileHandle=OpenFile(path,"r");Code:
ExplodeString(line, "->", steamid_name, sizeof steamid_name, sizeof steamid_name[]);Code:
GetClientAuthString(client, steam_id, sizeof(steam_id));Code:
new index = FindStringInArray(Array_SteamIDName, steam_id);Please do not use this. |
Re: [TF2] Auto Renaming with SteamID?
Yeah, well, I thought it would be better to use a simple text file to do this, but apparently, it was a bad idea also, all those small piece of code as been found here and here and I thought there was 0 problem using them...
And what's wrong with this ? Quote:
|
| All times are GMT -4. The time now is 03:26. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.