Calling PauseRecordingPlayback From Gamemode
#1

I've been trying to think of a way around this but I've been lost I need to have it PauseRecordingPlayback(npcid) from the main gamemode but I haven't been able to do it. I haven't been able to think of a workaround but It involves timers and Gvars and a whole lot of npc files to edit and it would be pretty inefficient so I'm open to other options.
Reply
#2

You could create a public in your NPC script which calls PauseRecordingPlayback() locally within the script, and forward it. You'll be able to use it from your gamemode by using CallRemoteFunction(). Is this what you're looking to do?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)