Skip to content

Latest commit

 

History

History
41 lines (38 loc) · 4.93 KB

README.md

File metadata and controls

41 lines (38 loc) · 4.93 KB

SA-MP-Files

All my SA-MP libraries/gamemodes/filterscripts! This bag of libraries is in one github repo because it would have been harder for me to manage/maintain all individually. There are many useful codes available in here, have a tour!

Note: If you have a issue or pull request, just make sure you put the script name in front so that i know what its about, thanks. For example, i have a issue against HitReg.inc:

[HitReg.inc] Its not working?

Road Map

Click on the embedded links to directly goto the following's page.

  • filterscripts
    • TDEditor.pwn - Textdraw editor by gammix with amazing features!
    • attachments.pwn - player attachment editor with preview model dialogs.
    • gban.pwn - SQLite based ban system with CIDR ip range detection.
    • inventory.pwn - Textdraw menu inventory and items script
    • throw_deagle.pwn - projectile.inc example script (throwing a desert eagle on ground).
    • grenade_launcher.pwn - projectile.inc example script (Grenade launcher for M4).
  • gamemodes
    • base
  • includes
    • Fixes
      • EnableVehicleFriendlyFire.inc - Fix for tire poping when using Friendly fire on vehicles (fixes the annoying bug)
      • hitreg.inc - Server sided damage handling which improves SAMP hit registeration A LOT, and also prevent certain weapon hacks (like range, damage hacks)
    • list.inc - amazing array manipulation include
    • attachments.inc - player attachments auto remove while aiming with scope weapons (e.g. snipers)
    • PreviewModelDialog.inc - Adds in new dialog styles "DIALOG_STYLE_PREVMODEL" and "DIALOG_STYLE_PREVMODEL_LIST"
    • easyDialog.inc - Manage dialogs in ZCMD style! (originally by Emmet_)
    • dini2.inc - Improved dini processor with multi file processing and fast! *you can use this really)
    • gangzones.inc - GangZones with borders and interior & virtual world support
    • gmenu.inc - GTA 5 styled menus with response control, even switching to one item to next
    • pause.inc - detects when a player pause/unpause their game (press ESC)
    • progress2.inc - SouthClaw's progress2 with global textdraw support and some minor changes for productivity!
    • projectile.inc - Lets you create object physics simulation
    • script_init.inc - callback called when script inits and exits with two macros for depicting if the script is a GAMEMODE or FILTERSCRIPT
    • textanims.inc - textdraw animations processor
    • vending.inc - include to detect usage of vending machines, the include destroys the client vending machines and make them server sided