[Pedido] Chat
#2

Fiz pelo fуrum, mas acho que estб funcional.

Код:
public OnPlayerText(playerid, text[])
{
     static name[MAX_PLAYER_NAME], str[128];
     GetPlayerName(playerid, name, sizeof name);
     format(str, sizeof str, "%s diz: %s", name, text);
     SendClientMessageToAll(-1, str);
     return true;
}
Reply


Messages In This Thread
Chat - by Blackpine - 27.10.2017, 12:29
Re: Chat - by F1N4L - 27.10.2017, 13:37

Forum Jump:


Users browsing this thread: 1 Guest(s)