littlewhitey's Servers Forum (SA-MP/VC-MP/MTA/Zomboid)

Other => Off-Topic => Programming => Topic started by: Faraday on November 07, 2010, 09:52:18 AM

Title: Script Showoff Thread
Post by: Faraday on November 07, 2010, 09:52:18 AM
Here you can 'release' your own scripts. Show us what you've done, what are you proud of?

Make sure you always show us the code too. Do not post your code here, as it would get very hard to read.  You can post a link from pastebin (http://pastebin.com/) where you can paste your code or upload it on other uploading services.

Screenshots are always nice too!
Title: Re: Script Showoff Thread
Post by: Fuse on November 07, 2010, 01:24:09 PM
A Racetrack (http://forum.sa-mp.com/showthread.php?t=187155) i made :)
Title: Re: Script Showoff Thread
Post by: blewert on June 30, 2011, 12:09:14 PM
http://pastebin.com/q3YzL6vw

Seeing as that cargo script wasn't used, and people liked it - I've decided to give it to you lot. Basically it's a cargo transport script with helicopters, where you can pick up random crates of stuff and deliver them for monies. Most of you know probably already know what it is, so meh.


* blewert was demoted for posting this.
Title: Re: Script Showoff Thread
Post by: PawnFox on June 30, 2011, 12:42:52 PM
http://pastebin.com/q3YzL6vw

Seeing as that cargo script wasn't used, and people liked it - I've decided to give it to you lot. Basically it's a cargo transport script with helicopters, where you can pick up random crates of stuff and deliver them for monies. Most of you know probably already know what it is, so meh.

jajaja i founded ACE's Sheep at line 238 :)) =))
Code: [Select]
{ 1929.0171,177.0101,37.1758,  "the Farm",                  \"ACE's Sheep",                          2000 }
Title: Re: Script Showoff Thread
Post by: Cyanide on August 12, 2011, 01:35:02 PM
Cyanide's Bench-Pressing System ( Bench Pressing in Multiplayer ) (http://forum.sa-mp.com/showthread.php?t=275405)
Cyanide's Gang Spray/Tag System (Plug n' Play | Saving, Loading, & Crouching Support) (http://forum.sa-mp.com/showthread.php?t=261241)
Title: Re: Script Showoff Thread
Post by: Habdel on November 02, 2011, 02:47:17 PM
long time ago
http://forum.sa-mp.com/showthread.php?t=206924
Title: Re: Script Showoff Thread
Post by: PawnFox on November 03, 2011, 05:11:30 PM
long time ago
http://forum.sa-mp.com/showthread.php?t=206924

Awnesome , i like it :D
Title: Re: Script Showoff Thread
Post by: Fuse on July 24, 2013, 09:27:57 PM
Reviving this thread.
HoldNos (http://www.youtube.com/watch?v=kBiuQBubfBI#ws)
'HoldNos'
ATM System with Textdraws (http://www.youtube.com/watch?v=tKCavuPTvSM#ws)
Textdraw-based ATM System (not released)
Title: Re: Script Showoff Thread
Post by: HatZ on July 24, 2013, 10:20:08 PM
nice work Fuse ^^ !
Title: Re: Script Showoff Thread
Post by: EnzoMortelli on July 25, 2013, 10:20:28 AM
Oh nice, the textdraw atm looks awesome.

Also already experienced your holdnos, gives a whole new race feeling.
Title: Re: Script Showoff Thread
Post by: Masteroz on August 13, 2017, 06:54:12 AM
http://pastebin.com/q3YzL6vw (http://pastebin.com/q3YzL6vw)

Seeing as that cargo script wasn't used, and people liked it - I've decided to give it to you lot. Basically it's a cargo transport script with helicopters, where you can pick up random crates of stuff and deliver them for monies. Most of you know probably already know what it is, so meh.


* blewert was demoted for posting this.

What do you mean by DnW.Hassan is ez?
Title: Re: Script Showoff Thread
Post by: blewert on August 13, 2017, 08:33:01 AM
What do you mean by DnW.Hassan is ez?

My signature is just a script which puts the name of whoever is looking at it in there. If you press F12 you'll see another message too. :)

Considering that this topic has been bumped by 4 years, and it's relevant because it's a scripting thread, here is the source for it (https://gist.github.com/blewert/e83cdea2d7934d007aa498cbd5c1cde4)!
Title: Re: Script Showoff Thread
Post by: Fuse on November 10, 2017, 10:50:37 PM
Bump.

I just released a script that lets you play snake (1-4 players)!

Here's a video showcasing it: https://www.youtube.com/watch?v=1DLlS3vu3AU (https://www.youtube.com/watch?v=1DLlS3vu3AU)

For more details, check out the forum post on SAMP Forums:
Quote from: http://forum.sa-mp.com/showthread.php?p=3953435#post3953435
SP & MP Snake
TLDR? How to get started can be found at the bottom of the post.

Brief Presentation
With this piece of code you can play snake both solo and against 2-3 other players.

To get started simply use the command /snake ingame.

From there you will be able to navigate yourself into a game in no time with ease with the minimalistic and stylish looking textdraw menus.

Your results will be saved into a local database file that you can browse ingame, and sort by playername in alphabetical order / size / kills / date & time in ascending and descending order.

See it for yourself! Check the video and image album below.

Disclaimer
This code has not been tested enough yet.
Bugs might occur and they will be fixed as soon as they're discovered.

Images
https://imgur.com/a/hTx73 (https://imgur.com/a/hTx73)

Video
https://youtu.be/1DLlS3vu3AU (https://youtu.be/1DLlS3vu3AU)

Code
Github Page: https://github.com/fusez/Snake (https://github.com/fusez/Snake)
Download ZIP: https://github.com/fusez/Snake/archive/master.zip (https://github.com/fusez/Snake/archive/master.zip)

Changelog
10th of November 2017
  • Released

How to Get Started
1. Download snake.pwn and put it in your filterscripts folder. Click here to download ZIP. (https://github.com/fusez/Snake/archive/master.zip)
2. Compile snake.pwn with a compiler of your choice (pawno for example).
3. Load snake by adding it to the filterscripts in server.cfg or load it using the rcon command loadfs snake in the console.
4. Use the command /snake ingame.
5. Enjoy!
Title: Re: Script Showoff Thread
Post by: Habdel on November 11, 2017, 12:00:35 AM
So you already made the OXO game, now you're making a snake game. What's next? Super Mario? :D
Looks great man! ;)

Here's my stuff btw:

http://forum.sa-mp.com/showthread.php?t=644493

https://forum.sa-mp.com/showthread.php?t=644205
Title: Re: Script Showoff Thread
Post by: PANZER24 on November 11, 2017, 11:39:51 AM
Sry for posting here: I actually know how to edit a gta3 engine map with my tool but I can't script
So if you can give me pls a topic teaching how to script!!!!PEACE ;)
Title: Re: Script Showoff Thread
Post by: Aryan on November 11, 2017, 11:46:06 AM
Sry for posting here: I actually know how to edit a gta3 engine map with my tool but I can't script
So if you can give me pls a topic teaching how to script!!!!PEACE ;)

http://forum.sa-mp.com/showthread.php?t=317336

Title: Re: Script Showoff Thread
Post by: PANZER24 on November 11, 2017, 12:10:54 PM
Sry for posting here: I actually know how to edit a gta3 engine map with my tool but I can't script
So if you can give me pls a topic teaching how to script!!!!PEACE ;)

http://forum.sa-mp.com/showthread.php?t=317336


TY!!!!but will it work with VCMP!!!!!