SA-MP Forums Archive
[FilterScript] MoneyBag v2.0 - 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] MoneyBag v2.0 (/showthread.php?tid=258628)

Pages: 1 2


MoneyBag v2.0 - Dr.Ghost - 31.05.2011

OLD VERSION:
https://sampforum.blast.hk/showthread.php?pid=896365#pid896365
Not better.
================================================== =

Version 2.0
-Medium better-
**** Feature give player money bonus fun with find a money hidden pool.
command start the money bag:
/mr

* easily change coordinates place the money pickup ID: 1550
- in this FS coordinate money bag 1550 = [ 499.7417 , 971.9698 , -24.5875 ]
* easy made more.
- in this FS just one made simple.

some screen:
when you do /mr - just one typing only.



* fixed the message when /MR start , No reapeat THE SAME message...
* when picked up the money, you get money n plus 3 score.
* Then destroying shadow pickup. didint show it again..

Enjoy..

DOWNLOAD:
http://www.solidfiles.com/d/b724e/


Re: MoneyBag v2.0 - Ouch_Charlie - 31.05.2011

Better than the old one
Nice script


Re: MoneyBag v2.0 - Dr.Ghost - 31.05.2011

Quote:
Originally Posted by Ouch_Charlie
Посмотреть сообщение
Better than the old one
Nice script
thanks man


Re: MoneyBag v2.0 - Millionaire - 02.06.2011

Cool script xD


Re: MoneyBag v2.0 - Dr.Ghost - 03.06.2011

Quote:
Originally Posted by Millionaire
Посмотреть сообщение
Cool script xD
thanks you


Re: MoneyBag v2.0 - MetalScript - 03.06.2011

Seems like a nice stuff.


Re: MoneyBag v2.0 - Dr.Ghost - 04.06.2011

Quote:
Originally Posted by MetalScript
Посмотреть сообщение
Seems like a nice stuff.
thx


Re: MoneyBag v2.0 - Coffeemonster - 06.06.2011

You should add random locations.


Re: MoneyBag v2.0 - tbedy - 06.06.2011

omg... in FS moneybag i found FS or something this is speedometer enad fuelmeter which i want but i cant find anywhere!?

but FS - moneybag is goood


Re: MoneyBag v2.0 - styleo1995 - 06.06.2011

Quote:
Originally Posted by NiZ
Посмотреть сообщение
You should add random locations.
yes why not here
i sugguest add :

go to dcmd find line here:
dcmd_mr

pawn Код:
new moneyrush;
new MR[MAX_PLAYERS];
dcmd_mr(playerid,params[]) return dcmd_moneyrush(playerid,params);
dcmd_moneyrush(playerid,params[])
{
    #pragma unused params
    SendClientMessage(playerid,COLOR_RED,"Money Rush Running On several Minute");
    MR[playerid] = SetTimerEx("moneyrushHunterQuarry",25000,0,"i",playerid);

    // Random spawn the money rush
    new mr = random(4);
    switch (mr)
    {
    case 0: moneyrush = CreatePickup(1550, 2, 489.5683,809.8211,1.3693);
    case 1: moneyrush = CreatePickup(1550, 2, 499.7417,971.9698,-24.5875);
    case 2: moneyrush = CreatePickup(1550, 2, 375.5562,851.6074,29.5966);
    case 3: moneyrush = CreatePickup(1550, 2, 581.5078,1039.6545,25.1250);
    }
    return 1;
}
i test no bug enjoy's


Re: MoneyBag v2.0 - mtywe - 06.06.2011

hey what is the speedometer your using or is it custom? i really like it xD


Re: MoneyBag v2.0 - Dr.Ghost - 07.06.2011

Quote:
Originally Posted by mtywe
View Post
hey what is the speedometer your using or is it custom? i really like it xD
well its called cleo speedometer gasoline. ;-/ if you really need. find at any google.


Re: MoneyBag v2.0 - mtywe - 10.06.2011

thanks


Re: MoneyBag v2.0 - GangsTa_ - 11.06.2011

Looks well, and yeah, random locations would be nice.


Respuesta: MoneyBag v2.0 - AlexD1151 - 11.06.2011

I do not find nearly the same meaning but is a good contribution


Re: MoneyBag v2.0 - stpauli - 11.06.2011

Suggestion - Edit the script and fix the language

This is not english on the screenshot


Re: MoneyBag v2.0 - Namaco - 11.06.2011

I would advise to fix the language...

Lost or Dropped? which one than


Re: MoneyBag v2.0 - Sasino97 - 11.06.2011

Amazing !!!


PS: Where did you get that amazing speedometer


Re: MoneyBag v2.0 - Dr.Ghost - 12.06.2011

LOL is english,i very sorry because nooob english.u can translate.. yea [GF]Sasino97 thanks yea.
AlexD1151: xD find it to founds.
GangsTa[MD]: well


Re: MoneyBag v2.0 - poging_hacker - 03.08.2011

hey what kind of speedometer FS are you using?