SA-MP Forums Archive
[FilterScript] Simple Goverment Payout - 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] Simple Goverment Payout (/showthread.php?tid=547819)

Pages: 1 2


Simple Goverment Payout - Jakwob - 25.11.2014

here is a old code of mine i had for ages and never used it.

A simple Payout script with random payouts

Features:



Re: Simple Goverment Payout - LeXuZ - 25.11.2014

This is useful, i remember you showing me this Jakwob, nice work!


Re: Simple Goverment Payout - bustern - 28.11.2014

Quote:
Originally Posted by LeXuZ
View Post
This is useful, i remember you showing me this Jakwob, nice work!
Yea as useful as my shit.Nice 1 minute scripting or nah ?Who the hell is gonna use this bullshit...


Re: Simple Goverment Payout - Glossy42O - 28.11.2014

Quote:
Originally Posted by bustern
View Post
Yea as useful as my shit.Nice 1 minute scripting or nah ?Who the hell is gonna use this bullshit...
Wow so it's 1 minute, who da fuck cares? If it works then it's great. No need to make it "special" or 10000000 lines.


Re: Simple Goverment Payout - bustern - 28.11.2014

But tottaly useless
Its like i can make a script that says hello madafacka to every player who connects to the server and will someone use it ?Nah.


Re: Simple Goverment Payout - Arastair - 28.11.2014

Could you explain a little more?


Re: Simple Goverment Payout - MD5 - 28.11.2014

Functions

Quote:

This script has an randomized amount of money defined at the top of the script, but it also uses a timer. And that timer is used to give the player the (randomized amount of money) I stated in the beginning. And, then displays a game text saying "Government Payout".




Re: Simple Goverment Payout - Glossy42O - 28.11.2014

Quote:
Originally Posted by bustern
View Post
But tottaly useless
Its like i can make a script that says hello madafacka to every player who connects to the server and will someone use it ?Nah.
i would use it.


Re: Simple Goverment Payout - Alex Magaсa - 28.11.2014

Simple but good for a beginner.


Re: Simple Goverment Payout - Schneider - 28.11.2014

Why don't you just use the random-function to generate a random payout-amount instead of an array?

pawn Code:
#define MinPayout 200
#define MaxPayout 2500

GivePlayerMoney(i, MinPayout+random(MaxPayout-MinPayout));



Re: Simple Goverment Payout - Jakwob - 28.11.2014

Lol all the negativity. If you guys read mmy topic its an old code and made it when I first started and instead of just deleting it I thought it would be nicer to share it


Re: Simple Goverment Payout - Jakwob - 06.12.2014

Any suggestions on what could be added or changed?


Re: Simple Goverment Payout - bustern - 07.12.2014

Quote:
Originally Posted by Jakwob
View Post
Any suggestions on what could be added or changed?



Re: Simple Goverment Payout - Rocky Racoon - 07.12.2014

Nice work.


Re: Simple Goverment Payout - M0HAMMAD - 07.12.2014

simple but nice job.


Re: Simple Goverment Payout - bobsona - 20.12.2014

Hello, I have a problem with this script.
When the payout give me the money, after about 27-28 seconds my money balance is returned to the starting position. I have searched for timer in my gamemode which can make a trouble, but I couldn't find anything.
And I have one another question, can I use this as filterscript or I must put it in the gamemode?


Re: Simple Goverment Payout - UltraScripter - 20.12.2014

good job!


Re: Simple Goverment Payout - bustern - 20.12.2014

Mister UltaScripter and MOHAMAD or what ever can you please explain what is good in this hmmmm, nah i cant say script maybe because its not, its a rubbish.


Re: Simple Goverment Payout - CounterTDM - 29.07.2015

Thank you, parden the bump but I like to thank the scripter for the work I use. Ignore these morons, does the exact job I need with a little editing.

+Rep


Re: Simple Goverment Payout - PMH - 29.07.2015

Horrible.