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

[REG] Lock Host Name.


Post New Thread Closed Thread   
 
Thread Tools Display Modes
Author Message
kazuki
Senior Member
Join Date: Dec 2008
Old 06-16-2009 , 05:57   [REG] Lock Host Name.
#1

Can someone make a plugin which disable player from changing hostname ?

it just like blocking the player from changing the hostname.

Last edited by kazuki; 06-18-2009 at 01:17.
kazuki is offline
xPaw
Retired AMX Mod X Moderator
Join Date: Jul 2008
Old 06-16-2009 , 06:08   Re: [REG] Disable change name for hostname.
#2

o.O ?
__________________
xPaw is offline
crazyeffect
Veteran Member
Join Date: Jul 2008
Location: Belgium
Old 06-16-2009 , 06:21   Re: [REG] Disable change name for hostname.
#3

In case you don't know.

The new Steam Protocol Update v48 didn't even allow Admins to change the hostname. [It does with me]

Or just maybe try changing you rcon password
__________________
crazyeffect is offline
Send a message via MSN to crazyeffect
xPaw
Retired AMX Mod X Moderator
Join Date: Jul 2008
Old 06-16-2009 , 06:48   Re: [REG] Disable change name for hostname.
#4

Quote:
Originally Posted by crazyeffect View Post
In case you don't know.

The new Steam Protocol Update v48 didn't even allow Admins to change the hostname. [It does with me]

Or just maybe try changing you rcon password
o.O works fine for me
__________________
xPaw is offline
crazyeffect
Veteran Member
Join Date: Jul 2008
Location: Belgium
Old 06-16-2009 , 06:54   Re: [REG] Disable change name for hostname.
#5

Not for me
__________________
crazyeffect is offline
Send a message via MSN to crazyeffect
kazuki
Senior Member
Join Date: Dec 2008
Old 06-16-2009 , 12:29   Re: [REG] Disable change name for hostname.
#6

The trust is i using non - steam. so i trying to find a plugin to prevent user from changing hostname.
kazuki is offline
kazuki
Senior Member
Join Date: Dec 2008
Old 06-18-2009 , 01:19   Re: [REG] Lock Host Name.
#7

Something like this ?

PHP Code:
#include <amxmodx>
#include <amxmisc>
 
public plugin_init()
{
    
register_plugin("amx_lockname""0.1""Exolent");
    
    
register_concmd("amx_lockname""CmdHostNameLock"ADMIN_KICK,");
}
public CmdHostNameLock(id, level, cid)
{
    if(!cmd_access(id_level,cid 2 ))
    {
        return PLUGIN_HANDLED
    }
    
    new arg[10];
    read_argv(1, arg, sizeof(arg) - 1);
    
    new num = str_to_num(arg);
    new adminname[32] 
    get_user_name(plr, name, 31)
    
    client_print(0, print_chat, "
ADMIN %shas lock his name", adminname, num)
    
    return PLUGIN_HANDLED;

because i saw some server host can block the admin name. to prevent player from changing it.
kazuki is offline
Exolent[jNr]
Veteran Member
Join Date: Feb 2007
Location: Tennessee
Old 06-18-2009 , 01:36   Re: [REG] Disable change name for hostname.
#8

Quote:
Originally Posted by kazuki View Post
The trust is i using non - steam. so i trying to find a plugin to prevent user from changing hostname.
No Steam = No Support.
__________________
No private work or selling mods.
Quote:
Originally Posted by xPaw View Post
I love you exolent!
Exolent[jNr] is offline
Closed Thread



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 11:52.


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