[Ajuda]NPC Connect
#1

Entгo Hoje Vim Mecher com um NPC Simples, Mais Tipo Ele Nгo Conecta Que Bosta x.x

o Arquivo npcmodes/recordings estб certo eu sу filmei ele parado, й parei, o nome dele й "SpawnCivil".
й o .pwn й .amx do arquivo npcmodes Estб Lб, o Nome dele й "BotJFS", Veja o Code.
pawn Код:
#include <a_npc>
#define RECORDING "SpawnCivil"
#define RECORDING_TYPE 2
main(){}
public OnNPCSpawn() StartRecordingPlayback(RECORDING_TYPE, RECORDING);
public OnRecordingPlaybackEnd() StartRecordingPlayback(RECORDING_TYPE, RECORDING);
й o Meu FilterScript Que Faz Ele Conect, Veja meu FilterScript
pawn Код:
#include <a_samp>
public OnFilterScriptInit()
{
    ConnectNPC("BotJFS","SpawnCivil");
    return 1;
}

public OnFilterScriptExit()
{
    return 1;
}

public OnPlayerSpawn(playerid)
{
    new npcname[MAX_PLAYER_NAME];
    GetPlayerName(playerid, npcname, sizeof(npcname));
    if(IsPlayerNPC(playerid))
    {
        if(!strcmp(npcname, "BotJFS", true))
        {
            ApplyAnimation(playerid,"DANCING","bd_clap",4.1,0,1,1,1,1);
            SetPlayerSkin(playerid, 246);
        }
    }
    return 1;
}
Poderiam me Dizer porque ele nгo Aparece ? x.x

tipo eu queria um NPC Parada Danзando com Skin 246 x.x
Reply


Messages In This Thread
[Ajuda]NPC Connect - by JonathanFeitosa - 15.08.2011, 20:45
Re: [Ajuda]NPC Connect - by JonathanFeitosa - 16.08.2011, 17:30
Re: [Ajuda]NPC Connect - by Gustavo_xP - 16.08.2011, 17:32
Re: [Ajuda]NPC Connect - by JonathanFeitosa - 16.08.2011, 17:34
Re: [Ajuda]NPC Connect - by Gustavo_xP - 16.08.2011, 17:38
Re: [Ajuda]NPC Connect - by steki. - 16.08.2011, 18:02
Re: [Ajuda]NPC Connect - by Macintosh - 16.08.2011, 18:06
Re: [Ajuda]NPC Connect - by JonathanFeitosa - 16.08.2011, 22:14
Re: [Ajuda]NPC Connect - by CyNiC - 16.08.2011, 22:25
Re: [Ajuda]NPC Connect - by JonathanFeitosa - 16.08.2011, 22:31

Forum Jump:


Users browsing this thread: 1 Guest(s)