Author Topic: Script Showoff Thread  (Read 11807 times)

0 Members and 1 Guest are viewing this topic.

Offline Faraday

  • The Scranton Strangler
  • SA-MP Retirees
  • *
  • *
  • *
  • Posts: 2599
  • Super[M]unkey
    • Awards
Script Showoff Thread
« 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 where you can paste your code or upload it on other uploading services.

Screenshots are always nice too!

Offline Fuse

  • SA-MP Donator
  • *
  • Posts: 1048
    • Awards
Re: Script Showoff Thread
« Reply #1 on: November 07, 2010, 01:24:09 PM »
A Racetrack i made :)

Offline blewert

  • The big cheese
  • Management
  • *
  • Posts: 828
    • Awards
  • SA-MP: trewelb
Re: Script Showoff Thread
« Reply #2 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.
« Last Edit: July 05, 2011, 11:32:41 AM by Slice »




Offline PawnFox

  • SA-MP
  • SA-MP Retirees
  • *
  • Posts: 1997
  • 187 Co.
    • Awards
Re: Script Showoff Thread
« Reply #3 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 }


Offline Habdel

  • SA-MP Server Admin
  • SA-MP Developer
  • *
  • *
  • Posts: 302
    • Awards
Re: Script Showoff Thread
« Reply #5 on: November 02, 2011, 02:47:17 PM »

Offline PawnFox

  • SA-MP
  • SA-MP Retirees
  • *
  • Posts: 1997
  • 187 Co.
    • Awards
Re: Script Showoff Thread
« Reply #6 on: November 03, 2011, 05:11:30 PM »

Offline Fuse

  • SA-MP Donator
  • *
  • Posts: 1048
    • Awards
Re: Script Showoff Thread
« Reply #7 on: July 24, 2013, 09:27:57 PM »
Reviving this thread.
HoldNos
'HoldNos'
ATM System with Textdraws
Textdraw-based ATM System (not released)

Offline HatZ

  • SA-MP Donator
  • *
  • Posts: 131
  • JUST ''take it ezz'' !
    • Awards
Re: Script Showoff Thread
« Reply #8 on: July 24, 2013, 10:20:08 PM »
nice work Fuse ^^ !

Offline EnzoMortelli

Re: Script Showoff Thread
« Reply #9 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.

Offline Masteroz

  • VC-MP Donator
  • *
  • Posts: 218
  • When you survive alone, you can survive anything
    • Awards
Re: Script Showoff Thread
« Reply #10 on: August 13, 2017, 06:54:12 AM »
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?

Offline blewert

  • The big cheese
  • Management
  • *
  • Posts: 828
    • Awards
  • SA-MP: trewelb
Re: Script Showoff Thread
« Reply #11 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!




Offline Fuse

  • SA-MP Donator
  • *
  • Posts: 1048
    • Awards
Re: Script Showoff Thread
« Reply #12 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

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

Video
https://youtu.be/1DLlS3vu3AU

Code
Github Page: https://github.com/fusez/Snake
Download 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.
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!
« Last Edit: November 10, 2017, 10:54:03 PM by Fuse »

Offline Habdel

  • SA-MP Server Admin
  • SA-MP Developer
  • *
  • *
  • Posts: 302
    • Awards
Re: Script Showoff Thread
« Reply #13 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
« Last Edit: November 11, 2017, 12:03:20 AM by Habdel »

Offline PANZER24

  • Adult Fish
  • ***
  • Posts: 216
    • Awards
Re: Script Showoff Thread
« Reply #14 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 ;)