17.04.2013, 20:11
Quote:
pawn Код:
|
pawn Код:
public OnPlayerText(playerid, text[])
{
//ChatLog(playerid, text);
if(chatreal)
{
//Habla de los PJ's
new string[128];
format(string, sizeof(string), "%s dijo: %s", NombrePlayer(playerid), text);
ProxDetector(30.0, playerid, string,COLOR_FADE1,COLOR_FADE2,COLOR_FADE3,COLOR_FADE4,COLOR_FADE5);
}
return 0;
}