Posts: 391
Threads: 46
Joined: Mar 2008
Reputation:
0
I just tried to make my first NPC, anyway, is it somehow possible to make NPC exit vehicle? I wondered there is no recording for DRIVER/ONFOOT simultaneously, recordying type NONE doesn't apparently work for this and RemovePlayerFromVehicle doesn't show anim (well this is known bug). I wanna make a valet mission (like in singleplayer) but I have absolutely no idea how to make this so it looks perfect... Please share any knowledge, thanks in advance.
Posts: 790
Threads: 7
Joined: Mar 2008
Reputation:
0
You could make the onfoot record play when the vehicle record ends.
But you can't have both (onfoot and vehicle) in one record file
Posts: 391
Threads: 46
Joined: Mar 2008
Reputation:
0
I already did that, however, I'm continuing playback in OnNPCExitVehicle - in GM when I RemovePlayerFromVehicle(npcid), it continues - that's ok, but this way just doesn't show the animation of exiting. ApplyPlayerAnimation also doesn't look well when player is still in the vehicle... I guess there is no way how to accomplish what I would like to, unless RemovePlayerFrom vehicle is syncing exiting animation.