12.03.2014, 22:02
Im gonna begin a RP mode, so I just typed a new on player text
everything is okay, but why does it types in-game twice ( white color and the player's name color ).
PHP код:
public OnPlayerText(playerid, text[])
{
new message[128];
format(message, sizeof(message), "[ID:%d] %s says: %s",playerid, GetName(playerid), text);
ProxDetector(30.0, playerid, message, -1);
return 0;
}