[Library] Rewinding time machine - Printable Version + open.mp forum (https://forum.open.mp) -- Forum: SA-MP (https://forum.open.mp/forumdisplay.php?fid=3) --- Forum: Releases (https://forum.open.mp/forumdisplay.php?fid=13) ---- Forum: Libraries (https://forum.open.mp/forumdisplay.php?fid=31) ---- Thread: [Library] Rewinding time machine (/showthread.php?tid=885) |
Rewinding time machine - RogueDrifter - 2019-11-09 Time machine - Updated Jan,8th 2019 Rewind A rewind/time machine script that takes you back a few steps/actions! Includes textdraws and 3D text labels. Github: https://github.com/RogueDrifter/Rewind Screenshots 1- 2- 3- Video Epilepsy warning. Make sure you got your sound on: Another video without camera movements or flashes: CLICK ME A third video without effects and with a faster rewind rate: CLICK ME settings used were 250 buffer and 10ms timer Installation Simply install to your project: Code: sampctl package install RogueDrifter/Rewind Include in your code and begin using the library (Only in one script): PHP Code: #include <Rewind> Usage There's a part newly added, now you can control the rewind times a player can go back: Code: #define REWIND_MAXIMUM_PHASES [NUMBER] //Between 5 and 29 (Or equal to either) Callbacks: PHP Code: public OnPlayerRewindForPlayer(playerid, forplayerid) Functions: PHP Code: ShowTimeMachineSynced(playerid) Keep in mind all of the above are 'true' for disable and 'false' for enable that's how they're all enabled by default. History Updates: Code: 1- Included interior, virtual world and angles of both cars and players in the rewind Testing To test, simply run the package: Code: sampctl package run Extras 1- A timer that rolls over to sync all player's ability to rewind. 2- Textdraws that define the rewind ability. 3- 3D Text labels to mark for other players your ability to rewind. Do know that if someone rewinds, every streamed-in player will be forced to go back and rewind as well, that's how it works, which is also controllable by the functions above. RE: Rewinding time machine - Metro - 2020-03-09 maybe should cool it with the flashy effects, a bit hard on the eyes, but amazing release overall RE: Rewinding time machine - gzxmx94 - 2020-03-10 Flashbang.. damn. |