06.03.2018, 19:03
FCNPC however should work. Worked with that myself (FCNPC Taxi System to find fares if no players are around). But here you have to use FCNPC_PutInVehicle (or similar, FCNPC-exclusive function). SAMP's PutPlayerInVehicle doesn't work for FCNPC.
Regular NPCs can indeed not be passengers iirc. I failed to achieve the above mentioned Taxi System with regular NPCs, so I used FCNPC.
With the new FCNPC version you can also use FCNPC_EnterVehicle, if the NPC is close, it will use the door like a player.
Regular NPCs can indeed not be passengers iirc. I failed to achieve the above mentioned Taxi System with regular NPCs, so I used FCNPC.
With the new FCNPC version you can also use FCNPC_EnterVehicle, if the NPC is close, it will use the door like a player.