17.04.2013, 21:48
El lo hizo para que cuando este no haya spawneado no podrб hablar, y tienes que retornar a 0, aquн te dejo el cуdigo:
Код:
public OnPlayerText(playerid, text[])
{
if(chatreal)
{
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; // Aquн tiene que estar retornando en 0, de lo contrario no aparecerб el mensaje que escribiste.
}

