Problema con OnPlayerText
#8

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.
}
Reply


Messages In This Thread
Problema con OnPlayerText - by jwalker - 17.04.2013, 16:08
Respuesta: Problema con OnPlayerText - by OTACON - 17.04.2013, 16:14
Respuesta: Problema con OnPlayerText - by Host - 17.04.2013, 16:31
Respuesta: Problema con OnPlayerText - by Pedro_Acid - 17.04.2013, 20:07
Respuesta: Problema con OnPlayerText - by Host - 17.04.2013, 20:11
Respuesta: Problema con OnPlayerText - by jwalker - 17.04.2013, 20:29
Respuesta: Problema con OnPlayerText - by DesingMyCry - 17.04.2013, 21:20
Respuesta: Problema con OnPlayerText - by JordanR - 17.04.2013, 21:48

Forum Jump:


Users browsing this thread: 1 Guest(s)