05.07.2011, 00:53
Eae galera, aii ajuda aqui rapido?
O meu OnPlayerText ta mandando 2x ...
Vejam ele
Serб que й conflito com o SetPlayerChatBubbles?
Espero que me ajudem..!
O meu OnPlayerText ta mandando 2x ...
Vejam ele
pawn Код:
public OnPlayerText(playerid, text[])
{
SetPlayerChatBubble(playerid, text, 0xFF0A00FF, 100.0, 10000);
FalarNoChat(text);
new string[256];
format(string,sizeof(string),"{228B22}(ID:%d): {FFFFFF}%s",playerid,text); SendPlayerMessageToAll(playerid,string);
return 1;
}
Espero que me ajudem..!