This site is a testing version, but all data is shared with the live forum.


Raised This Month: $ Target: $400
 0% 

Forbidden a nick


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
dreamedward
Senior Member
Join Date: Aug 2010
Location: ZombieWorld
Old 09-04-2010 , 13:47   Forbidden a nick
Reply With Quote #1

Hello everyone
I want to ask how can i forbidden to anyone to use a special nick even the administrator.I mean i want to forbidden the nick xx so nobody can play with it, how can i do that ?
dreamedward is offline
Jack86
Veteran Member
Join Date: Dec 2008
Location: Belgrade, Serbia
Old 09-04-2010 , 14:15   Re: Forbidden a nick
Reply With Quote #2

Register that nick with some non-existing STEAM ID in users.ini, but if u want player to be able to enter server and lets say that forbidden nick gets auto changed then use some of the name registering/reserving plugins.
__________________

Jack86 is offline
reinert
Veteran Member
Join Date: Feb 2007
Old 09-04-2010 , 14:54   Re: Forbidden a nick
Reply With Quote #3

PHP Code:
public client_infochanged(id)
{
 if(!
is_user_connected(id))
  return 
0;

 new 
newname[32], oldname[32]
 
 
get_user_name(idoldname31)
 
get_user_info(id"name"newname31)
 
 if(
equal(newname,xx))
 {
      
client_cmd("name %s"oldname)
 }

Something like this ?
reinert is offline
fysiks
Veteran Member
Join Date: Sep 2007
Location: Flatland, USA
Old 09-04-2010 , 15:27   Re: Forbidden a nick
Reply With Quote #4

Use a name restriction plugin.

Quote:
Originally Posted by reinert View Post
PHP Code:
public client_infochanged(id)
{
 if(!
is_user_connected(id))
  return 
0;

 new 
newname[32], oldname[32]
 
 
get_user_name(idoldname31)
 
get_user_info(id"name"newname31)
 
 if(
equal(newname,xx))
 {
      
client_cmd("name %s"oldname)
 }

Something like this ?
Not even close.
__________________
fysiks is offline
dreamedward
Senior Member
Join Date: Aug 2010
Location: ZombieWorld
Old 09-04-2010 , 15:54   Re: Forbidden a nick
Reply With Quote #5

Yup i used a nick registration plugin, thanks all.
dreamedward 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 12:48.


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