[AJUDA] Include Estranha
#1

Eu fui compilar o gamemod do BSL 2.0, e da o seguinte erro:
pawn Код:
C:\Users\Home Play Server\BSL 2.0\gamemodes\BSL.pwn(36) : error fatal: 100: cannot read from file: "palavroes"
Estб corretamente veja a linha 36:
pawn Код:
#include <palavroes>
E antes que perguntem, sim eu tenho esta include "palavroes" vou mandar o codigo fonte dela aqui:
pawn Код:
stock DisableWord(const badword[], text[])
{
        for(new i=0; i<256; i++) {
        if (strfind(text[i], badword, true) == 0) {
        for(new a=0; a<256; a++) {
        if (a >= i && a < i+strlen(badword)) text[a]='*';
        }
        }
        }
}
E a ordem das includes:
pawn Код:
#include <a_samp>
#include <core>
#include <a_npc>
#include <float>
#include <time>
#include <file>
#include <palavroes>
#include <utils>
#include <SpikeStrip>
#include <morphinc>
#include <cpstream>
#include <streamer>
Espero que me ajudem, Obrigado.
Se puder me adicionar no msn para fazer uma assistencia remota tambem, seria mais facil igorguess@hotmail.com
Reply


Messages In This Thread
[AJUDA] Include Estranha - by Expectus - 30.08.2011, 03:25
Re: [AJUDA] Include Estranha - by WLSF - 30.08.2011, 04:11
Re: [AJUDA] Include Estranha - by Shadoww5 - 30.08.2011, 09:06
Respuesta: [AJUDA] Include Estranha - by chapa - 30.08.2011, 15:05

Forum Jump:


Users browsing this thread: 1 Guest(s)