[AJUDA] Aparecendo tudo que as pessoas escrevem
#3

Quote:
Originally Posted by SuB_ZeRo0_
Посмотреть сообщение
Jб tentou ver se o return do OnPlayertext estб assim:
pawn Код:
return 0.
?

Caso esteja, pode ser problema no cуdigo, poste-o.
Код:
public OnPlayerText(playerid, text[])
{
	new giver[MAX_PLAYER_NAME];
	new giveplayer[MAX_PLAYER_NAME];
	new tmp[256];
	new string[256];
	new giveplayerid;
    SetPlayerChatBubble(playerid, text, COLOR_LIGHTBLUE, 100.0, 10000);
    if(IsPlayerConnected(playerid))
	{
    	for(new i = 0; i < sizeof(antidivulguer); i++)
		{
			if(strfind(text, antidivulguer[i], true) != -1)
 			{
			    GetPlayerName(playerid, giveplayer, sizeof(giveplayer));
    		    format(string, sizeof(string), "O player %s[ID %d] estб tentando divulgar.", giveplayer,playerid,text);
    		    ABroadCast(COLOR_LIGHTRED,string,1);
			}
        }
        return 1;
    }
Reply


Messages In This Thread
[AJUDA] Aparecendo tudo que as pessoas escrevem - by PawninG - 01.09.2010, 00:44
Re: [AJUDA] Aparecendo tudo que as pessoas escrevem - by SuB_ZeRo0_ - 01.09.2010, 00:45
Re: [AJUDA] Aparecendo tudo que as pessoas escrevem - by PawninG - 01.09.2010, 00:48
Re: [AJUDA] Aparecendo tudo que as pessoas escrevem - by BiieL - 01.09.2010, 00:55

Forum Jump:


Users browsing this thread: 1 Guest(s)