├── CopyCoords ├── README.md ├── __resource.lua ├── client │ └── commands.lua └── html │ ├── index.html │ └── init.js ├── LICENSE ├── README.md ├── Stats ├── fxmanifest.lua ├── stats.sql ├── stats_cl.lua └── stats_sv.lua ├── TightThreads └── find-tight-threads.rb ├── povscript └── pov.lua ├── prp-fitbit ├── __resource.lua ├── client │ └── main.lua ├── config.lua ├── html │ ├── app.js │ ├── index.html │ ├── loading-bar.js │ ├── style.css │ └── watch.png └── server │ └── main.lua └── removetreesloadingscreen └── trees.lua /CopyCoords/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Newtonzz/PassionRP-Public/HEAD/CopyCoords/README.md -------------------------------------------------------------------------------- /CopyCoords/__resource.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Newtonzz/PassionRP-Public/HEAD/CopyCoords/__resource.lua -------------------------------------------------------------------------------- /CopyCoords/client/commands.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Newtonzz/PassionRP-Public/HEAD/CopyCoords/client/commands.lua -------------------------------------------------------------------------------- /CopyCoords/html/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Newtonzz/PassionRP-Public/HEAD/CopyCoords/html/index.html -------------------------------------------------------------------------------- /CopyCoords/html/init.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Newtonzz/PassionRP-Public/HEAD/CopyCoords/html/init.js -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Newtonzz/PassionRP-Public/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Newtonzz/PassionRP-Public/HEAD/README.md -------------------------------------------------------------------------------- /Stats/fxmanifest.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Newtonzz/PassionRP-Public/HEAD/Stats/fxmanifest.lua -------------------------------------------------------------------------------- /Stats/stats.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Newtonzz/PassionRP-Public/HEAD/Stats/stats.sql -------------------------------------------------------------------------------- /Stats/stats_cl.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Newtonzz/PassionRP-Public/HEAD/Stats/stats_cl.lua -------------------------------------------------------------------------------- /Stats/stats_sv.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Newtonzz/PassionRP-Public/HEAD/Stats/stats_sv.lua -------------------------------------------------------------------------------- /TightThreads/find-tight-threads.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Newtonzz/PassionRP-Public/HEAD/TightThreads/find-tight-threads.rb -------------------------------------------------------------------------------- /povscript/pov.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Newtonzz/PassionRP-Public/HEAD/povscript/pov.lua -------------------------------------------------------------------------------- /prp-fitbit/__resource.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Newtonzz/PassionRP-Public/HEAD/prp-fitbit/__resource.lua -------------------------------------------------------------------------------- /prp-fitbit/client/main.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Newtonzz/PassionRP-Public/HEAD/prp-fitbit/client/main.lua -------------------------------------------------------------------------------- /prp-fitbit/config.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Newtonzz/PassionRP-Public/HEAD/prp-fitbit/config.lua -------------------------------------------------------------------------------- /prp-fitbit/html/app.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Newtonzz/PassionRP-Public/HEAD/prp-fitbit/html/app.js -------------------------------------------------------------------------------- /prp-fitbit/html/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Newtonzz/PassionRP-Public/HEAD/prp-fitbit/html/index.html -------------------------------------------------------------------------------- /prp-fitbit/html/loading-bar.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Newtonzz/PassionRP-Public/HEAD/prp-fitbit/html/loading-bar.js -------------------------------------------------------------------------------- /prp-fitbit/html/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Newtonzz/PassionRP-Public/HEAD/prp-fitbit/html/style.css -------------------------------------------------------------------------------- /prp-fitbit/html/watch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Newtonzz/PassionRP-Public/HEAD/prp-fitbit/html/watch.png -------------------------------------------------------------------------------- /prp-fitbit/server/main.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Newtonzz/PassionRP-Public/HEAD/prp-fitbit/server/main.lua -------------------------------------------------------------------------------- /removetreesloadingscreen/trees.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Newtonzz/PassionRP-Public/HEAD/removetreesloadingscreen/trees.lua --------------------------------------------------------------------------------