Cambiar forma de texto
#1

Buenas.

Al intentar cambiar la forma del texto ( escribir ), me envнa los dos mensajes a la vez.

Lo tengo asн:

pawn Код:
public OnPlayerText(playerid, text[])
{
new nombre[MAX_PLAYER_NAME], texto[300];
GetPlayerName(playerid, nombre, MAX_PLAYER_NAME);
format(texto, 300, "%s: %s", nombre, text);
SendClientMessageToAll(0xF213223, texto);
return 1;
}
Y me sigue saliendo el mensaje anterior y el nuevo.

Solucionado.Por si le pasa a alguien mбs, hay que cambiar el return 1; por return 0;.
Reply


Messages In This Thread
Cambiar forma de texto - by J96 - 11.08.2010, 00:49
Re: Cambiar forma de texto - by TheChaoz - 11.08.2010, 00:59
Respuesta: Cambiar forma de texto - by J96 - 11.08.2010, 01:00
Re: Cambiar forma de texto - by MrDeath537 - 11.08.2010, 01:01

Forum Jump:


Users browsing this thread: 1 Guest(s)