[Duda] OnPlayerText
#6

Quote:
Originally Posted by Mattrex
Посмотреть сообщение
public OnPlayerText(playerid, text[])
{
new asd[128];
if(IsPlayerConnected(playerid))
{
format(asd, sizeof(asd), "%s dice: %s",NombreJugador(playerid),text);
MensajeCercaDe(20.0, playerid, asd,COLOR_GRIS,COLOR_GRIS,COLOR_GRIS,COLOR_GRIS,CO LOR_GRIS);
return 0;
}
if(AdminGlobal[playerid] == true)
{
format(asd, sizeof(asd), "{2DF638}[Staff] %s: {FFFFFF}%s",NombreJugador(playerid),text);
SendClientMessageToAll(-1, asd);
return 0;
}
return 1;
}
Ya lo habнa solucionado xDD
De todas formas, muchнsimas gracias por tu respuesta.
Reply


Messages In This Thread
[Duda] OnPlayerText - by Ghost112397 - 03.03.2015, 20:09
Respuesta: [Duda] OnPlayerText - by Ivanlamega - 03.03.2015, 20:21
Respuesta: [Duda] OnPlayerText - by Ghost112397 - 03.03.2015, 20:32
Re: [Duda] OnPlayerText - by CalvinC - 03.03.2015, 20:34
Respuesta: [Duda] OnPlayerText - by Mattrex - 03.03.2015, 22:48
Respuesta: [Duda] OnPlayerText - by Ghost112397 - 04.03.2015, 00:33
Respuesta: [Duda] OnPlayerText - by OTACON - 04.03.2015, 00:40

Forum Jump:


Users browsing this thread: 2 Guest(s)