[Pedido] Chat
#1

Olб eu queria um chat local tipo falo qualquer coisa ex: "Olб" aparece "Blackpine diz: Olб" tentei fazer mais nгo consegui
Reply
#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


Forum Jump:


Users browsing this thread: 1 Guest(s)