29.04.2014, 09:36
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;