amx icon indicating copy to clipboard operation
amx copied to clipboard

NPC Parser

Open Disinterpreter opened this issue 5 years ago • 2 comments

Is your feature request related to a problem? Please describe. SAMP has an unique feature like as NPC. It is not simple peds. It is 'records' of player's actions.

Describe the solution you'd like I guess we need to parse .rec in the module.

Additional context https://wiki.sa-mp.com/wroot/index.php?title=.rec_file https://wiki.sa-mp.com/wiki/Category:NPC

Disinterpreter avatar Jun 23 '20 09:06 Disinterpreter

It really seems legit. image

Disinterpreter avatar Jun 23 '20 12:06 Disinterpreter

Well, there's this which can apparently read sa-mp recordings. https://github.com/ziggi/FCNPC/blob/master/src/CPlayback.cpp

colistro123 avatar Jun 23 '20 15:06 colistro123