How To Remove ID On Chat
#1

Hello Guys , I Need Help You Here . How- To soften Player Chat ID Player Such Omitted.
And If You Need Something For You See , Reply My Post

*Sory For My Bad English
Reply
#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
#3

Quote:
Originally Posted by TwinkiDaBoss
Посмотреть сообщение
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.
When I Try Compile . Namely there is an error Error 017 : undefined symbol " COLOR_RED How to Fix It ?
Reply
#4

Quote:
Originally Posted by CrunchxNoy
Посмотреть сообщение
When I Try Compile . Namely there is an error Error 017 : undefined symbol " COLOR_RED How to Fix It ?
OMG....

Define it!
Reply
#5

Quote:
Originally Posted by CrunchxNoy
Посмотреть сообщение
When I Try Compile . Namely there is an error Error 017 : undefined symbol " COLOR_RED How to Fix It ?
Top of the script add
PHP код:
#define COLOR_RED 0xAA3333AA 
Reply
#6

Quote:
Originally Posted by TwinkiDaBoss
Посмотреть сообщение
Top of the script add
PHP код:
#define COLOR_RED 0xAA3333AA 
Thanks For You Help !
Reply
#7

NOTE: The default chat is without ID AFAIK.
Reply
#8

Quote:
Originally Posted by E7mad
Посмотреть сообщение
NOTE: The default chat is without ID AFAIK.
Thanks For You Info
Reply


Forum Jump:


Users browsing this thread: 3 Guest(s)