How To Remove ID On Chat
#2

PHP код:
public OnPlayerText(playeridtext[])
{
    new
        
msg[128],
        
pName[MAX_PLAYER_NAME];
        
    
GetPlayerName(playeridpNameMAX_PLAYER_NAME);
    
    
format(msgsizeof(msg), "[%s] %s"pNametext);
    
    
SendClientMessageToAll(COLOR_REDmsg);
    return 
0;

If I understood correctly. This will remove their ID from the char or w/e u want.
Reply


Messages In This Thread
How To Remove ID On Chat - by CrunchxNoy - 22.12.2015, 22:25
Re: How To Remove ID On Chat - by TwinkiDaBoss - 22.12.2015, 22:33
Re: How To Remove ID On Chat - by CrunchxNoy - 22.12.2015, 22:53
Re: How To Remove ID On Chat - by SupperRobin6394 - 22.12.2015, 22:54
Re: How To Remove ID On Chat - by TwinkiDaBoss - 22.12.2015, 22:56
Re: How To Remove ID On Chat - by CrunchxNoy - 22.12.2015, 23:15
Re: How To Remove ID On Chat - by E7mad - 23.12.2015, 07:01
Re: How To Remove ID On Chat - by CrunchxNoy - 23.12.2015, 08:19

Forum Jump:


Users browsing this thread: 1 Guest(s)