[FilterScript] MoneyBag v2.0
#10

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
Reply


Messages In This Thread
MoneyBag v2.0 - by Dr.Ghost - 31.05.2011, 17:24
Re: MoneyBag v2.0 - by Ouch_Charlie - 31.05.2011, 17:59
Re: MoneyBag v2.0 - by Dr.Ghost - 31.05.2011, 18:43
Re: MoneyBag v2.0 - by Millionaire - 02.06.2011, 20:22
Re: MoneyBag v2.0 - by Dr.Ghost - 03.06.2011, 14:45
Re: MoneyBag v2.0 - by MetalScript - 03.06.2011, 21:57
Re: MoneyBag v2.0 - by Dr.Ghost - 04.06.2011, 06:47
Re: MoneyBag v2.0 - by Coffeemonster - 06.06.2011, 10:14
Re: MoneyBag v2.0 - by tbedy - 06.06.2011, 12:51
Re: MoneyBag v2.0 - by styleo1995 - 06.06.2011, 20:49
Re: MoneyBag v2.0 - by mtywe - 06.06.2011, 22:04
Re: MoneyBag v2.0 - by Dr.Ghost - 07.06.2011, 08:35
Re: MoneyBag v2.0 - by mtywe - 10.06.2011, 02:27
Re: MoneyBag v2.0 - by GangsTa_ - 11.06.2011, 06:47
Respuesta: MoneyBag v2.0 - by AlexD1151 - 11.06.2011, 17:10
Re: MoneyBag v2.0 - by stpauli - 11.06.2011, 20:36
Re: MoneyBag v2.0 - by Namaco - 11.06.2011, 20:42
Re: MoneyBag v2.0 - by Sasino97 - 11.06.2011, 20:54
Re: MoneyBag v2.0 - by Dr.Ghost - 12.06.2011, 18:57
Re: MoneyBag v2.0 - by poging_hacker - 03.08.2011, 02:21
Re: MoneyBag v2.0 - by TitanZ - 11.11.2015, 03:18
Re: MoneyBag v2.0 - by Humza - 11.11.2015, 08:24
Re: MoneyBag v2.0 - by Scripter18 - 11.11.2015, 08:29
Re: MoneyBag v2.0 - by Zeus1234 - 11.11.2015, 11:58

Forum Jump:


Users browsing this thread: 3 Guest(s)