Alguna Ayuda Con OnPlayerText
#2

Intenta con algo asн a ver.

Quote:

new pText[144];
if(IsPlayerAdmin(playerid))
{
format(pText, sizeof (pText), "[ADMIN] (%d) %s", playerid, text);
SendPlayerMessageToAll(playerid, pText);
return 1;
}
format(pText, sizeof (pText), "(%d) %s", playerid, text);
SendPlayerMessageToAll(playerid, pText);

Reply


Messages In This Thread
Alguna Ayuda Con OnPlayerText - by Gamerd - 02.07.2017, 15:29
Respuesta: Alguna Ayuda Con OnPlayerText - by GabrielBas - 03.07.2017, 20:57

Forum Jump:


Users browsing this thread: 1 Guest(s)