ResumeRecordingPlayback

From NPC for VCMP 0.4 Servers
Revision as of 16:52, 9 March 2022 by 157.46.138.66 (talk) (Created page with "{{Welcome| desc=This will resume the paused playback.| example=<source lang="lua"> function OnPlayerText(player, message) { if(message=="comeon") { ResumeRecordingPlayback(...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search


Description:
This will resume the paused playback.


Parameters:

NoParams


Return Values:
This function does not return any specific values.


Example

function OnPlayerText(player, message)
{
	if(message=="comeon")
	{
	ResumeRecordingPlayback();
	}
}

Related Functions

The following functions may be helpful as they relate to this function in one way or another.