Raised This Month: $51 Target: $400
 12% 

simple naming problem?


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
010|johnny
Member
Join Date: May 2005
Old 08-03-2005 , 11:41   simple naming problem?
Reply With Quote #1

hey all,

i would like to know if it's possible to add something (a clantag) to someones name...
this involves using the current nick of the player... how should i do this?

i tried: name #%userid% "010|%nick%" but this named the player to *87

is there a way to do this correctly with a simple command?

thanks in advance,

johnny
010|johnny is offline
Proach
Veteran Member
Join Date: Jan 2005
Location: The Netherlands
Old 08-04-2005 , 05:34  
Reply With Quote #2

do you mean something like: amx_nick "{tag} name" ? or what?
__________________

www.psmod.net (the better psychostats)
PAOL
Proach is offline
Send a message via ICQ to Proach
010|johnny
Member
Join Date: May 2005
Old 08-05-2005 , 10:35  
Reply With Quote #3

i'd like 2 be able to add a clantag to someones current nick, without having to retype his nick. for instance someone's using the nick "Pretzel"
i would like a simple client cmd to add "SK|" in front, so it would become "SK|Pretzel". is it possible or would i need some plugin?
010|johnny is offline
D_Hawk
Veteran Member
Join Date: Apr 2005
Location: No
Old 08-05-2005 , 11:18  
Reply With Quote #4

Look for "Name Registration". It's a plugin.
__________________
User has abandoned this account.
D_Hawk is offline
Send a message via ICQ to D_Hawk Send a message via AIM to D_Hawk Send a message via MSN to D_Hawk Send a message via Yahoo to D_Hawk
010|johnny
Member
Join Date: May 2005
Old 08-05-2005 , 11:35  
Reply With Quote #5

that's not what i'm looking for, I only want to add a clantag to someones name. using that plugin this is not an option i believe...
010|johnny is offline
D_Hawk
Veteran Member
Join Date: Apr 2005
Location: No
Old 08-05-2005 , 12:54  
Reply With Quote #6

Actually, if you took the time to read it, you can do exactly what you want.
__________________
User has abandoned this account.
D_Hawk is offline
Send a message via ICQ to D_Hawk Send a message via AIM to D_Hawk Send a message via MSN to D_Hawk Send a message via Yahoo to D_Hawk
XunTric
BANNED
Join Date: Jan 2005
Location: Norway/Norge
Old 08-05-2005 , 12:54  
Reply With Quote #7

It would be something like this:
Code:
new oldname[32] get_user_name(id, oldname, 31) client_cmd(id, "name [ClanTag]%s", oldname[id])
XunTric is offline
010|johnny
Member
Join Date: May 2005
Old 08-05-2005 , 13:49  
Reply With Quote #8

Quote:
Originally Posted by XunTric
It would be something like this:
Code:
new oldname[32] get_user_name(id, oldname, 31) client_cmd(id, "name [ClanTag]%s", oldname[id])
yeah that's what i'm looking for

getting the oldname string is not possible without a plugin i presume?
i'll just request this little plugin then... thx 4 your help!
010|johnny is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 15:00.


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