11.03.2011, 18:30
(
Последний раз редактировалось Sasino97; 11.03.2011 в 19:22.
)
Hi, I want to add CNPCs (plugin by Alex009, m0niSx and adamis) to my server, and I scripted this:
The CNPC just connects to the server with that name, but it doesn't play the recording.
What should I add?
Please help!
EDIT: Title edited
pawn Код:
#include <cnpc>
public OnGameModeInit()
{
CreateNPCPlayer(150,"CNPC_1");
return 1;
}
public OnNPCSpawn(npcid)
{
StartRecordingPlayback(150, "cnpc_walk1");
return 1;
}
What should I add?
Please help!
EDIT: Title edited