03.01.2012, 05:29
Yea i got the recording files
This is what you asking for?
Offtopic: Oh-you got a server?
This is what you asking for?
pawn Код:
#include <a_npc>
#define rec "npc_walking"
#define onfoot 2
main(){}
public OnRecordingPlaybackEnd() StartRecordingPlayback(onfoot,rec);
public OnNPCSpawn()
{
SetMyPos(93,1931.6257,-1784.1438,13.5469);
StartRecordingPlayback(onfoot,rec);
}
public OnPlayerStreamIn(playerid)
{
SetTimer("SendCMD",10000,true);
}
Offtopic: Oh-you got a server?