About on player text
#1

Im gonna begin a RP mode, so I just typed a new on player text

PHP код:
public OnPlayerText(playeridtext[])
{
    new 
message[128];
    
format(messagesizeof(message), "[ID:%d] %s says: %s",playeridGetName(playerid), text);
    
ProxDetector(30.0playeridmessage, -1);
    return 
0;

everything is okay, but why does it types in-game twice ( white color and the player's name color ).
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)