25.08.2012, 19:20
Quote:
You can stop one NPC by using StopRecordingPlayback in NPC's npcmode(code/script). But if you stop it, it wont be able to start moving again from that position. And if you want to stop it from your gamemode you need to send some sign to the npcmode. ( that you could do by using SendClientMessage)
|
I have 6 NPCs drivers, and I want that just one of them will stop/pause, but the function does not get any parameters (like playerid, just for NPC).
So how can I stop SPECIFIC NPC?