All Projects → Agneese-Saini → SA-MP

Agneese-Saini / SA-MP

Licence: Apache-2.0 license
No description or website provided.

Programming Languages

Pawn
127 projects

Labels

Projects that are alternatives of or similar to SA-MP

Open-GTO
RPG gamemode for SA-MP
Stars: ✭ 45 (-19.64%)
Mutual labels:  sa-mp
Pawn.Regex
🔎 Plugin that adds support for regular expressions in Pawn
Stars: ✭ 34 (-39.29%)
Mutual labels:  sa-mp
samp-missions
GTA:SA story missions for SA-MP.
Stars: ✭ 26 (-53.57%)
Mutual labels:  sa-mp
protection
Flexible server protection system (development)
Stars: ✭ 23 (-58.93%)
Mutual labels:  sa-mp
pawn-stdlib
The Pawn Standard Library Package, not including any files related to SA:MP - designed for the sampctl package management system.
Stars: ✭ 13 (-76.79%)
Mutual labels:  sa-mp
SS-Gang-System-SQLITE
SS Gang System for SA-MP
Stars: ✭ 23 (-58.93%)
Mutual labels:  sa-mp
samp-node-lib
NodeJS library for Scripting San Andreas Multiplayer:SAMP depends on samp-node plugin
Stars: ✭ 23 (-58.93%)
Mutual labels:  sa-mp
pawn-requests
pawn-requests provides an API for interacting with HTTP(S) JSON APIs.
Stars: ✭ 56 (+0%)
Mutual labels:  sa-mp
samp-ptl
SA:MP Plugin Template Library (C++17)
Stars: ✭ 16 (-71.43%)
Mutual labels:  sa-mp
PawnPlus
A SA-MP plugin enhancing the capabilities of the Pawn programming language
Stars: ✭ 79 (+41.07%)
Mutual labels:  sa-mp
rustext
Fix Russian text plugin for SA-MP: GameText's, TextDraw's and Menu's
Stars: ✭ 15 (-73.21%)
Mutual labels:  sa-mp
samp-plugin-crashdetect
Crash/error reporting plugin for SA-MP server
Stars: ✭ 93 (+66.07%)
Mutual labels:  sa-mp
Pawn.CMD
🚀 Plugin-powered command processor for SA:MP server
Stars: ✭ 80 (+42.86%)
Mutual labels:  sa-mp
amx assembly
Interesting #emit stuff
Stars: ✭ 49 (-12.5%)
Mutual labels:  sa-mp
SmartCMD
fast and feature rich command processor
Stars: ✭ 18 (-67.86%)
Mutual labels:  sa-mp
PacPaw
Pawn package manager for SA-MP
Stars: ✭ 14 (-75%)
Mutual labels:  sa-mp
progress2
A SA:MP UI library for rendering progress bars used to visualise all manner of data from health to a countdown timer.
Stars: ✭ 42 (-25%)
Mutual labels:  sa-mp
gta-samp-mouse-only
Play GTA San Andreas Multiplayer with mouse only and no keyboard
Stars: ✭ 22 (-60.71%)
Mutual labels:  sa-mp
gta-open
A gamemode made for open.mp, using open.mp naming conventions and best coding practices!
Stars: ✭ 59 (+5.36%)
Mutual labels:  sa-mp
sscanf
SA:MP sscanf plugin
Stars: ✭ 33 (-41.07%)
Mutual labels:  sa-mp

Gammix's SA-MP Package

Includes a full package of FilterScripts/GameModes/Includes written and supported by me(Gammix)!

Please read the LICENSE.md before re-distributing the code with your addons!


FilterScripts

FileName Information Thread
EnterExit.pwn GTA SA type moving arrow pickups, used to make enterance and exits N/A
TDEditor.pwn Keyboard based textdraw editor with modern features like having a Canvas panel allowing you to group textdraws and modify position together and lot more.. http://forum.sa-mp.com/showthread.php?t=642981
clan.pwn MySQL clan system, with nice textdraws. The system was build for a TeamDeathmatch type of gamemode http://forum.sa-mp.com/showthread.php?t=656790
gban.pwn SQLite ban system with IP Range ban support (player also see textdraw saying "You are banned" when banned) http://forum.sa-mp.com/showthread.php?t=637472
grenade_launcher.pwn Example script of projectile.inc. Basically your M4 rifle will get 5 grenades which you can shoot by pressing "N" (uses physics to calcualte path and also collides with SA world and players) N/A
inventory.pwn Basic textdraw menu inventory system for Survival servers http://forum.sa-mp.com/showthread.php?t=636974
mysql_ban.pwn Similar to "GBan.pwn" but built with MySQL plugin and more optimized or up-to-date N/A
spectate.pwn Nice clickable textdraw spectate menu with auto transition for virtual-world/vehicle/death state changes http://forum.sa-mp.com/showthread.php?t=652367
throw_deagle.pwn Another example of projectile.inc, this one is very basic, you can throw your deagle on ground, showing off physics in collision with SA world! N/A
signature.pwn Fully customizable Call of duty styled signature textdraws (display on deaths, from - who killed you) http://forum.sa-mp.com/showthread.php?t=582950
plabels.pwn Player statistics label; similar to /dl, but for players! You can also have one label for a specific player via: /pl http://forum.sa-mp.com/showthread.php?t=573495

GameModes

FileName Information Thread
CopsAndTerrorists.pwn A small los santos town is under war between Cops and Local Terrorists, there are 3 flags to capture for both teams! N/A
Los Santos - Gangwars 5 gangs fight over turfs in los santos teritory http://forum.sa-mp.com/showthread.php?t=590991
RedRex Freeroam Fun freeroam gamemode with sub modes like: Team Deathmatch, Deathmatch, Race, Parkour and lot more... http://forum.sa-mp.com/showthread.php?t=582050
World War III Team deathmatch set in desert of Las Venturas http://forum.sa-mp.com/showthread.php?t=576348
World War IV Modern Team deathmatch set in desert of Las Venturas http://forum.sa-mp.com/showthread.php?t=597799

Includes

FileName Information Thread
EnableVehicleFriendlyFire.inc A fix for annoying bug, when you have "EnableVehicleFriendlyFire()" toggled ON but your teammates can still pop your vehicle's tires! http://forum.sa-mp.com/showthread.php?t=648320
PreviewModelDialog.inc Alternative to "mSelection.inc", more modern styled preview model textdraw menu with similar style to SA-MP dialogs http://forum.sa-mp.com/showthread.php?t=570213
attachments.inc Fix: When you aim with scoped weapons (like sniper, RPG, etc.), attachments change bone automatically and comes infront of screen making it hard to view.

There is a better fix using Pawn-RakNet plugin, posted by Jelly on forums somewhere!
N/A
cidr.inc Functions to check IP's range, can be used for range ban, AKA script! http://forum.sa-mp.com/showpost.php?p=4037582&postcount=10
dini2.inc Hevaily improved version of original and old dini INI file processor! Gives a great speed boost! http://forum.sa-mp.com/showthread.php?t=611399
easyDialog.inc (originally by Emmet_) Emmet's easy dialog mirror and with addon of support to my "PreviewModelDialog.inc", checkout function: "Dialog_OpenPreviewModel()" http://forum.sa-mp.com/showthread.php?t=475838
fader.inc Textdraw text color and box color fader http://forum.sa-mp.com/showthread.php?t=644785
gangzones.inc Adds borders and numbers to gangzones http://forum.sa-mp.com/showthread.php?t=649230
gmenu.inc Textdraw menu, alternative to GTA SA menus, works similarly but better functionality http://forum.sa-mp.com/showthread.php?t=574271
pause.inc Allows you to detect players who are away from keyboard N/A
progress.inc (originally by Toribio and SouthClaws for new styles) This have all progress2 features with ability to customize border/background/filler colors or even remove them (set color to 0x00).

And this include also adds support for Global Progress bars!
N/A
projectile.inc (originally by Pepe) Physics simulator include. Uses ColAndreas plugin for collision detection with SA World too! http://forum.sa-mp.com/showthread.php?t=630602
script_init.inc Adds two callbacks "OnScriptInit()" and "OnScriptExit()". So you no longer have to check if the script your include is being included in is a gamemode or a filterscript, just use these callbacks instead! N/A
vending.inc Serversided vending machines, you can control how much helth to give, how much money to deduct etc. using the callback "OnPlayerUseVendingMachine()".

Also, to get a vending machine (default SA machines) data, use this function: "GetVendingMachineData()".
N/A
weapon_damage.inc Serversided weapons, the server will control weapon damage which also means, this works as an anti cheat!

You can prevent weapon damage cheat, weapon range cheat, fake kill, and this also uses OnPlayerGiveDamage which makes hit registeratio 10 times more accurate in terms of hitting player on your screen!
N/A
strcalc.inc A simple string calculator, you provide a string with maths/numbers involved in it, and this function strcalc() will give you the result of it. http://forum.sa-mp.com/showthread.php?t=657830

Any Issues or Questions, post an issue: https://github.com/Agneese-Saini/SA-MP/issues/new

To post an issue about a library/mode, please include the filename so i know what you're talking about!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].