[DUV] Carregar Arquivo
#1

Aqui:

pawn Код:
new File: Palavras;
new entry[256];
Palavras = fopen("../BOT/palavras", io_append);
if(strfind(text, Palavras,true) != -1)
{
GetPlayerName(playerid, name, sizeof(name));
format(string, sizeof(string), "%s foi kickado por Ofensa",name);
SendClientMessageToAll(VERMELHO, string);
fwrite(Palavras, entry);
fclose(Palavras);
Ban(playerid);
return 0;
}
Porem Sempre me dб o erro:
Quote:

error 035: argument type mismatch (argument 2)

Na Linha 60
pawn Код:
if(strfind(text, Palavras,true) != -1)

P.S: Modifiquei o Tуpico para Outra Dъvida para ROAM nзai me xingar
Reply


Messages In This Thread
[DUV] Carregar Arquivo - by BurrodaZero - 06.05.2010, 22:07
Re: [DUV] Banido ao Digitar CMD - by RoamPT - 06.05.2010, 22:37
Re: [DUV] Banido ao Digitar CMD - by BurrodaZero - 06.05.2010, 22:41
Re: [DUV] Banido ao Digitar CMD - by xolp25 - 06.05.2010, 23:07
Re: [DUV] Banido ao Digitar CMD - by sergio_killer - 06.05.2010, 23:58
Re: [DUV] Banido ao Digitar CMD - by xolp25 - 07.05.2010, 00:54
Re: [DUV] Banido ao Digitar CMD - by RoamPT - 07.05.2010, 01:18
Re: [DUV] Banido ao Digitar CMD - by BurrodaZero - 07.05.2010, 01:26
Re: [DUV] Banido ao Digitar CMD - by TiagoPS - 07.05.2010, 01:36
Re: [DUV] Banido ao Digitar CMD - by Guilherme_Canani - 07.05.2010, 01:54

Forum Jump:


Users browsing this thread: 2 Guest(s)