Warning....
#4

pawn Код:
new obje = MONEY_STACK;

                    if(oldmoney >= 20000)
                    {
                        obje = MONEY_BAG;
                    }

                    //Create the pickup & return the id
                    //Set the id to how much money was dropped
                    playerPickups[CreatePickup(obje, 2, x, y, z, -1)] = oldmoney;
Reply


Messages In This Thread
Warning.... - by lizter008 - 29.04.2014, 07:59
Re: Warning.... - by superrobot48 - 29.04.2014, 08:20
Re: Warning.... - by VinPure - 29.04.2014, 08:23
Re: Warning.... - by Brandon_More - 29.04.2014, 09:36

Forum Jump:


Users browsing this thread: 1 Guest(s)