NPC question
#1

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?
Reply
#2

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.
Reply
#3

Quote:
Originally Posted by niels44
Посмотреть сообщение
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.
Can I use these functions in the gamemodes pwn? I thought you could only use the NPC: ones in the actual npcs script. Like how would I send data from the main game mode to the npcs script?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)