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

Anti Name Change


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
Mohamed null
BANNED
Join Date: Sep 2020
Location: Algeria
Old 10-17-2020 , 12:28   Anti Name Change
Reply With Quote #1

Anti Name Change By null

Players Can't change name , when someone try to change
Server will say: Sorry, You are not allowed to change name.
PHP Code:
/* Plugin generated by AMXX-Studio */

#include <amxmodx>
#include <amxmisc>

#define PLUGIN "ANTI Change Name"
#define VERSION "0.1"
#define AUTHOR "null"


public plugin_init() {
    
register_plugin(PLUGINVERSIONAUTHOR)

}

public 
client_infochanged(id

    new 
newname[32],oldname[32
    
get_user_info(id"name"newname,31
    
get_user_name(id,oldname,31
    if(!
is_user_connected(id) || is_user_bot(id)) return PLUGIN_CONTINUE;
    if(!
equali(newnameoldname))
    {
        
//client_cmd(id, "name ^"%s^"",oldname);
        
set_user_info(id,"name",oldname)
        
client_print(id print_chat "[AMXX] Sorry, You are not allowed to change name.");
        return 
PLUGIN_HANDLED;
    }
    return 
PLUGIN_CONTINUE;

----------------------------
EnJoy !!
Attached Files
File Type: sma Get Plugin or Get Source (AntiNameChange.sma - 342 views - 766 Bytes)

Last edited by asherkin; 10-18-2020 at 18:21.
Mohamed null is offline
fysiks
Veteran Member
Join Date: Sep 2007
Location: Flatland, USA
Old 10-17-2020 , 14:22   Re: Anti Name Change
Reply With Quote #2

There are already plugins out there that do this so it's unnecessary to release another one. If you want to use it on your own server, go ahead.
__________________
fysiks is offline
Mohamed null
BANNED
Join Date: Sep 2020
Location: Algeria
Old 10-17-2020 , 18:41   Re: Anti Name Change
Reply With Quote #3

i knew its not unnecessary but i like it
and u can make to me neox gun for vips ?
Mohamed null is offline
zay
BANNED
Join Date: Jul 2020
Old 10-17-2020 , 23:19   Re: Anti Name Change
Reply With Quote #4

Quote:
Originally Posted by Mohamed null View Post
Anti Name Change By null

Players Can't change name , when someone try to change
Server will say: Sorry, You are not allowed to change name.
PHP Code:
/* Plugin generated by AMXX-Studio */


You want a [NNCplugin lol no name change plugin
#include <amxmodx>
#include <amxmisc>

#define PLUGIN "ANTI Change Name"
#define VERSION "0.1"
#define AUTHOR "null"


public plugin_init() {
    
register_plugin(PLUGINVERSIONAUTHOR)

}

public 
client_infochanged(id

    new 
newname[32],oldname[32
    
get_user_info(id"name"newname,31
    
get_user_name(id,oldname,31
    if(!
is_user_connected(id) || is_user_bot(id)) return PLUGIN_CONTINUE;
    if(!
equali(newnameoldname))
    {
        
//client_cmd(id, "name ^"%s^"",oldname);
        
set_user_info(id,"name",oldname)
        
client_print(id print_chat "[AMXX] Sorry, You are not allowed to change name.");
        return 
PLUGIN_HANDLED;
    }
    return 
PLUGIN_CONTINUE;

----------------------------
EnJoy !!

He wants a [NNC] plugin No Name Change

Last edited by zay; 10-17-2020 at 23:21.
zay is offline
OciXCrom
Veteran Member
Join Date: Oct 2013
Location: Macedonia
Old 10-18-2020 , 07:27   Re: Anti Name Change
Reply With Quote #5

Quote:
Originally Posted by zay View Post
He wants a [NNC] plugin No Name Change
No, he is publishing a stolen plugin in the wrong section.
__________________
OciXCrom is offline
Send a message via Skype™ to OciXCrom
Mohamed null
BANNED
Join Date: Sep 2020
Location: Algeria
Old 10-18-2020 , 10:51   Re: Anti Name Change
Reply With Quote #6

Its not work your plugin
Mohamed null is offline
zay
BANNED
Join Date: Jul 2020
Old 10-18-2020 , 10:54   Re: Anti Name Change
Reply With Quote #7

Quote:
Originally Posted by OciXCrom View Post
No, he is publishing a stolen plugin in the wrong section.
He Want this Plugin https://forums.alliedmods.net/showthread.php?t=302005
zay is offline
zay
BANNED
Join Date: Jul 2020
Old 10-18-2020 , 10:55   Re: Anti Name Change
Reply With Quote #8

Quote:
Originally Posted by Mohamed null View Post
Its not work your plugin
Null you want this one https://forums.alliedmods.net/showthread.php?t=302005
zay is offline
Mohamed null
BANNED
Join Date: Sep 2020
Location: Algeria
Old 10-18-2020 , 13:38   Re: Anti Name Change
Reply With Quote #9

zay u want scan too ?
i want it man its hard xd
Mohamed null is offline
zay
BANNED
Join Date: Jul 2020
Old 10-18-2020 , 13:58   Re: Anti Name Change
Reply With Quote #10

Quote:
Originally Posted by Mohamed null View Post
zay u want scan too ?
i want it man its hard xd
Null I send you private message go check my message and reply
zay is offline
Reply


Thread Tools
Display Modes

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 04:57.


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