SA-MP Forums Archive
NPC recorded time - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: NPC recorded time (/showthread.php?tid=170678)



NPC recorded time - Toni - 23.08.2010

Hey there,
I was just wondering, is there some kind of function (or even possible) to set a specific time in a NPC recording?

Example a video on *******,
the vid is 0:00 to 4:38 mins.

is it possible to like 'click' to a certain time in a NPC recording?
pawn Code:
SetNpcTime(npcid, time);
So if a bus stops at LS airport at 3:39, i would do
pawn Code:
CMD:setnpctime(playerid, params[])
{
new npcid, time;
if(sscanf(params, "dd", npcid, time))
{
return stuff;
}
SetNpcTime(npcid, time);
return 1;
}
Just a thought and opinion?


Re: NPC recorded time - boelie - 23.08.2010

nah cant