Thread: Auto Name
View Single Post
tedaimlocks
Senior Member
Join Date: Jan 2024
Old 03-13-2024 , 08:46   Re: Auto Name
Reply With Quote #4

It works, how may i add more default names? like the name "Player" name
I know its this line but how do i add more names?

And also how can i make it so they have the same name from the list on other servers aswell? ( if possible )

PHP Code:
public client_infochanged(id// This changes a user's name to one of the predefined names
{
    static 
newname[32]
    
get_user_info(id"name"newnamecharsmax(newname))
    if( 
equali(newname"Player") )
    {
        
set_player_name(id)
    }


Last edited by tedaimlocks; 03-13-2024 at 09:49.
tedaimlocks is offline