15.12.2013, 12:30
I recorded an npc file in a vehicle, but the thing is, how do I detect when a player enters the npcs vehicle, then play the recording?
when there's nobody in the vehicle, pause it:
https://sampwiki.blast.hk/wiki/NPC:PauseRecordingPlayback when someone enters the vehicle( as passenger ), resume it https://sampwiki.blast.hk/wiki/NPC:ResumeRecordingPlayback you could use OnPlayerStateChange for this, or OnPlayerEnterVehicle. you could also reset the npc and the recording, if the person exits the vehicle again, while its still playing. or a command like, /stopnpc, which will pause the recording, so the player can exit the vehicle. |