simple NPC doesn't spawn
#6

pawn Код:
public OnFilterScriptInit()
{
     ConnectNPC("Welcome","wave_npc");
     return 1;
}
"wave_npc.pwn" file:
pawn Код:
#include <a_npc>

main()
{
}

NextPlayback()
{
    StartRecordingPlayback(PLAYER_RECORDING_TYPE_ONFOOT,"wave_npc");
}

public OnRecordingPlaybackEnd()
{
    NextPlayback();
}
Reply


Messages In This Thread
simple NPC doesn't spawn - by HurtLocker - 10.04.2013, 17:50
Re: simple NPC doesn't spawn - by iJumbo - 10.04.2013, 18:15
Re: simple NPC doesn't spawn - by HurtLocker - 10.04.2013, 18:22
Re: simple NPC doesn't spawn - by iJumbo - 10.04.2013, 18:33
Re: simple NPC doesn't spawn - by HurtLocker - 11.04.2013, 17:34
Re: simple NPC doesn't spawn - by fiki574 - 11.04.2013, 17:44
Re: simple NPC doesn't spawn - by HurtLocker - 11.04.2013, 20:47

Forum Jump:


Users browsing this thread: 1 Guest(s)