Vice City: Multiplayer

Server Development => Scripting and Server Management => Snippet Showroom => Topic started by: . on Oct 31, 2014, 06:04 PM

Title: S.L.C's various snippets
Post by: . on Oct 31, 2014, 06:04 PM
Accepting ideas/requests for snippets/commands/functions/scripts etc.


TEAMUP SYSTEM

// The code is available at PasteBin to preserve formatting: http://pastebin.com/GetZA5L1
Commands:

TODO:


HEALING SYSTEM

// The code is available at PasteBin to preserve formatting: http://pastebin.com/AvrPpynh
Commands:

TODO:


DONATE SYSTEM

// The code is available at PasteBin to preserve formatting: http://pastebin.com/2T9rWJEx
Commands:

TODO:


SKINME SYSTEM

// The code is available at PasteBin to preserve formatting: http://pastebin.com/71ij5bFf
Commands:

TODO:



Title: Re: S.L.C's various snippets
Post by: Sebastian on Oct 31, 2014, 08:56 PM
I like the idea. Heaven for newbies. :D
Title: Re: S.L.C's various snippets
Post by: soulshaker on Oct 31, 2014, 08:56 PM
Really i love your snippets, because you describe every function why its used and for what. :)
Title: Re: S.L.C's various snippets
Post by: . on Oct 31, 2014, 09:18 PM
Quote from: soulshaker on Oct 31, 2014, 08:56 PMReally i love your snippets, because you describe every function why its used and for what. :)

Usually I document them even more (and better... probably) but these were just made (revised actually) to give me a start for the thread/topic. They're intended to be good for learning and for anyone who uses them to actually understand what they do and how they do it.

I don't play the game and therefore I have no idea what script/snippet/function/command to implement. Which is why most of the scripts here are revised versions of scripts that are already online. Original authors of the snippets might hate me for using their ideas but it's easier for me to simply re-write it than debug the old one.

Ideas and suggestions are always welcomed and bug-reports as well. They might not come right away (I'm busy most of the time) but eventually they will :D

EDIT:

Added a new snippet to have some fun with skins :D
Title: Re: S.L.C's various snippets
Post by: Drake on Nov 01, 2014, 01:50 AM
Again......"This paste has been removed"

:/
Title: Re: S.L.C's various snippets
Post by: Kratos_ on Nov 01, 2014, 04:57 AM
@ S.L.C :- Can I get a documentation on enumerations? Don't link me to squirrel wiki. I want other ones.
Title: Re: S.L.C's various snippets
Post by: Drake on Nov 01, 2014, 06:29 AM
Quote from: KraTO$ on Nov 01, 2014, 01:50 AMAgain......"This paste has been removed"

:/



Ahh ....I cant open on my phone......But it is opening in PC.......Anyway thanx
Title: Re: S.L.C's various snippets
Post by: . on Nov 01, 2014, 12:20 PM
Quote from: Adrienne on Nov 01, 2014, 04:57 AM@ S.L.C :- Can I get a documentation on enumerations? Don't link me to squirrel wiki. I want other ones.

Try here (https://electricimp.com/docs/squirrel/squirrelcrib/) or Download the squirrel source (http://sourceforge.net/projects/squirrel/) and open {source-dir}\doc\squirrel3.chm (or the PDF version next to it) if you can't access the documentation. There's also an extensive documentation about how enumerations work (not in Squirrel though) on Wikipedia (http://en.wikipedia.org/wiki/Enumerated_type).

Quote from: KraTO$ on Nov 01, 2014, 01:50 AMAgain......"This paste has been removed"

Are you sure you opened the correct link? Maybe you're missing a few characters or something. Try using an online proxy and see if that helps :-\
Title: Re: S.L.C's various snippets
Post by: Kratos_ on Nov 01, 2014, 12:36 PM
I'm not so rude to wish thanx to those who help me. So, Thanx a lot SLC for those documentations  & for that electric imp theoretical approach. I was dying for finding the theories. So, thanx a lot.