Posts: 6,242
Threads: 8
Joined: Jun 2008
Quote:
Originally Posted by Sfinx_17
Код:
public OnRecordingPlaybackEnd() StartRecordingPlayback(RECORDING_TYPE, RECORDING);
OnRecordingPlaybackEnd is a callback included in the NPC library included the line above. This line of code makes the recording loop, as when the recording playback has ended, it starts the recording again.
|
Theoretically it would, as long as you add some { } brackets, and change RECORDING to the name of the recording you made.
https://sampwiki.blast.hk/wiki/NPC:Main_Page
https://sampwiki.blast.hk/wiki/NPC:OnRecordingPlaybackEnd
Posts: 6,242
Threads: 8
Joined: Jun 2008
No worries, I am a bit blunt in my responses at times, But thats sometimes because the same questions get asked heaps. But you'll be alright... Read a lot on the forums and the Wiki... You'll start to see structures and techniques.
The best ones to follow are the ones with the least lines, and done with the nicest looking structure.