Author Topic: Some of my more recent work  (Read 6427 times)

0 Members and 1 Guest are viewing this topic.

Offline Slice

  • SA-MP Retirees
  • *
  • *
  • Posts: 811
    • Awards
Some of my more recent work
« on: November 06, 2010, 03:25:29 PM »
  • Include: BUD - Blazing User DB
    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
    Perfect anti-2shot, for real.

  • Include: formatnumber.inc - Human-readable numbers
    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
    A tutorial that explains how the server-client communication works in detail.

  • Filterscript: Hold Studio
    For SetPlayerHoldingObject. You can browse among all existing models/bones, rotate, and move just using keys; however, with awesome precision.

    Screen 1.
    Screen 2.

  • Tutorial: Full PAWN support for Notepad++
    You just can't script with PAWNO.



  • Filterscript: Extended wanted-level stars
    Makes it possible to have up to 255 wanted-level stars (not that anyone would ever need that much).



  • Filterscript: Speed Cap
    Easily limit the speed effectively of any vehicle.

  • Include: All animation indexes in an enum
    Animation index 1493, for example, is now in SUNBATHE_LAY_BAC_OUT.

  • Gamemode: Supreme Wargrounds
    Kinda old, unfinished A/D gamemode.

    Screen.

  • Include: ALL model names
    An include with a function to get the name of every single model for GTA:SA.


Offline Gryphus_One

  • Banned
  • *
  • Posts: 1079
  • Personal Text
    • My Youtube account ;)
    • Awards
Re: Some of my more recent work
« Reply #1 on: November 06, 2010, 03:32:04 PM »
Pole position!!! ;D

Interesting stuff.

Offline iMJets

  • SA-MP Donator
  • *
  • Posts: 2165
  • .::[UB]::. Clan Founder
    • [UnBreakables] Clan Forums
    • Awards
  • SA-MP: Jets[UB]
Re: Some of my more recent work
« Reply #2 on: November 06, 2010, 03:35:34 PM »
very nice  :)

Offline S3rs

Re: Some of my more recent work
« Reply #3 on: November 06, 2010, 04:54:26 PM »
Nice work!
I tried to understand the Blazing User Database - Quite useful! :)
---
That gamemode seems pretty much finished now, whats still missing in it?

Offline Slice

  • SA-MP Retirees
  • *
  • *
  • Posts: 811
    • Awards
Re: Some of my more recent work
« Reply #4 on: November 06, 2010, 06:00:35 PM »
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.

Offline j.king

  • VC-MP Retirees
  • SA-MP Retirees
  • *
  • *
  • *
  • Posts: 1459
    • Awards
Re: Some of my more recent work
« Reply #5 on: November 07, 2010, 12:03:02 PM »
nice I had a read through understanding the SA-MP sync tutorial. Very usefull stuff there


Offline Dejo^

Re: Some of my more recent work
« Reply #6 on: October 31, 2011, 07:26:09 AM »
Nice :D