littlewhitey's Servers Forum (SA-MP/VC-MP/MTA/Zomboid)
Other => Off-Topic => Programming => Topic started by: Slice on November 06, 2010, 03:25:29 PM
-
- Include: BUD - Blazing User DB (http://forum.sa-mp.com/showthread.php?t=187720)
Work with SA-MP's built-in SQLite in the easiest way possible, you don't need to know anything about SQL to maintain a user database.
If you're new to scripting and want a user database that's easy to manage, check this out.
- Filterscript: Anti-2shot (http://forum.sa-mp.com/showthread.php?t=186926)
Perfect anti-2shot, for real.
- Include: formatnumber.inc - Human-readable numbers (http://forum.sa-mp.com/showthread.php?t=184328)
Allows for you to generate a string with a formatted number from any variable type (without specifying type or using different functions) with the ability to fully customize the output.
Examples:
590276098 -> 590,276,098
34843.446843 -> 34 843.4468
65535 -> 0xFFFF
143111533 -> 0b00001000100001111011010101101101
- Tutorial: Understanding the SA-MP sync (http://forum.sa-mp.com/showthread.php?t=184118)
A tutorial that explains how the server-client communication works in detail.
- Filterscript: Hold Studio (http://forum.sa-mp.com/showthread.php?t=182317)
For SetPlayerHoldingObject. You can browse among all existing models/bones, rotate, and move just using keys; however, with awesome precision.
Screen 1 (http://spelsajten.net/hold-studio_1.png).
Screen 2 (http://spelsajten.net/hold-studio_2.png).
- Tutorial: Full PAWN support for Notepad++ (http://forum.sa-mp.com/showthread.php?t=174046)
You just can't script with PAWNO.
(https://littlewhiteys.com/proxy.php?request=http%3A%2F%2Fspelsajten.net%2Fautocomplete.gif&hash=6836b858c91c35d5f58735dc9128cfcd4ad55374)
- Filterscript: Extended wanted-level stars (http://forum.sa-mp.com/showthread.php?t=178319)
Makes it possible to have up to 255 wanted-level stars (not that anyone would ever need that much).
(https://littlewhiteys.com/proxy.php?request=http%3A%2F%2Fspelsajten.net%2Fwlevel.png&hash=cb2fd5210b48cad565c73f02f2d6623b6524e9e8)
- Filterscript: Speed Cap (http://forum.sa-mp.com/showthread.php?t=179089)
Easily limit the speed effectively of any vehicle.
- Include: All animation indexes in an enum (http://forum.sa-mp.com/showthread.php?t=172649)
Animation index 1493, for example, is now in SUNBATHE_LAY_BAC_OUT.
- Gamemode: Supreme Wargrounds (http://forum.sa-mp.com/showthread.php?t=161859)
Kinda old, unfinished A/D gamemode.
Screen (http://spelsajten.net/sa-mp-017.png).
- Include: ALL model names (http://forum.sa-mp.com/showthread.php?t=182114)
An include with a function to get the name of every single model for GTA:SA.
-
Pole position!!! ;D
Interesting stuff.
-
very nice :)
-
Nice work!
I tried to understand the Blazing User Database - Quite useful! :)
---
That gamemode seems pretty much finished now, whats still missing in it?
-
Nice work!
I tried to understand the Blazing User Database - Quite useful! :)
---
That gamemode seems pretty much finished now, whats still missing in it?
Thanks. Let me know if u need any help with BUD. :D
Supreme Wargrounds is kinda outdated (so i guess i shouldnt put it under my more recent work); i stopped developing it a bit after 0.3 was released. There's also a huge todo-list inside swg.pwn.
-
nice I had a read through understanding the SA-MP sync tutorial. Very usefull stuff there
-
Nice :D