SA-MP Forums Archive
[FilterScript] RatMachines - Custom Sprunk, Gun and Poker machines! - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Filterscripts (https://sampforum.blast.hk/forumdisplay.php?fid=17)
+--- Thread: [FilterScript] RatMachines - Custom Sprunk, Gun and Poker machines! (/showthread.php?tid=314058)



RatMachines - Custom Sprunk, Gun, ATM and Poker machines! - [FSaF]Jarno - 28.01.2012

RatMachines

Another FS from me, this time a unique one

Information

RatMachines is a filterscript that allows you to make custom Sprunk, Gun and Poker machines.
It is very customizable.
RatMachines is made 100% by me, with the exeption of GetXYInFrontOfPlayer, wich's author i don't know.
When it shuts down it saves all machines to a file and when it is turned on again it loads the machines from that file.

Things to know
  • You need to have a file called machines.txt in your /scriptfiles/RatMachines/ folder.
  • To help anti-cheat systems, RatMachines calls OnRatMachineUse every time a RatMachine is used.
Usage

Command list:

/createmachine Usage: /createmachine [machinetype] Machinetypes are: 0 = Sprunk machine, 1 = Gun machine, 2 = Poker machine.
/undolastmachine Deletes the previously created machine.

Callback:

OnRatMachineUse(playerid,machinetype) is called when a player uses a RatMachine. Machinetypes are listed above.

If you want, you can give me a repo+ if you liked this script.

Also don't forget to tell me if you use this script for real purposes. It would be awesome!

Post any bugs in this post.

Coming Features

- Suggest one!

Videos [ame]http://www.youtube.com/watch?v=QDZtytYLKPQ[/ame] [ame]http://www.youtube.com/watch?v=goNToAyZ8GI[/ame]

Downloads



Alternate mirror:


Pastebin





Re: RatMachines - Custom Sprunk, Gun and Poker machines! - davve95 - 28.01.2012

Sounds very nice but pleas get some pictures!!!! .


Re: RatMachines - Custom Sprunk, Gun and Poker machines! - [FSaF]Jarno - 28.01.2012

A video is coming, just wait for it


Re: RatMachines - Custom Sprunk, Gun and Poker machines! - Kar - 28.01.2012

pastebin please?

www.pastebin.com


Re: RatMachines - Custom Sprunk, Gun and Poker machines! - [FSaF]Jarno - 28.01.2012

why pastebin?
Sure i can do that for you...


Re: RatMachines - Custom Sprunk, Gun and Poker machines! - Ernests - 28.01.2012

sounds nice but i want see video


Re: RatMachines - Custom Sprunk, Gun and Poker machines! - [FSaF]Jarno - 29.01.2012

Quote:
Originally Posted by Ernests
View Post
sounds nice but i want see video
There it is now
(offtopic: O.O 69 posts )


Re: RatMachines - Custom Sprunk, Gun and Poker machines! - lordturhan - 29.01.2012

Loved the idea im defienetly gonna test this!

Question:

In weapon machine do you get only mp5 or any other weapon?

Also +rep i hope you update the system with better feautres!


Re: RatMachines - Custom Sprunk, Gun and Poker machines! - lordturhan - 29.01.2012

I got error:

\filterscripts\RatMachines.pwn(326) : warning 203: symbol is never used: "ret_memcpy"


Re: RatMachines - Custom Sprunk, Gun and Poker machines! - tandytanz - 06.04.2012

Quote:
Originally Posted by lordturhan
View Post
I got error:

\filterscripts\RatMachines.pwn(326) : warning 203: symbol is never used: "ret_memcpy"
#pragma unused ret_memcpy

at The Top Script ..