random moneyrush amount
#2

that isnt the problem:
it just gave me the random money amount, but this pickup mixes up with some other pickups and i dont know why.
this is how i defined the pickup, but it mixes up with antoher pickup (an info sign)

pawn Код:
//OnPlayerEnterCheckpoint
moneybag = CreateDynamicPickup(1550,2,x,y,z,0);

//OnPlayerPickupPickup
if(pickupid == moneybag) GivePlayerMoney(playerid,2000);

//info sign pickup
CreateDynamicPickup(1239,1,-2280.8867,-1659.8271,483.0706);
why does this mix up? the pickups are defined?
Reply


Messages In This Thread
random moneyrush amount - by BlackWolf120 - 25.12.2010, 18:16
Re: random moneyrush amount - by BlackWolf120 - 26.12.2010, 02:48
Re: random moneyrush amount - by Haydz - 26.12.2010, 03:48

Forum Jump:


Users browsing this thread: 1 Guest(s)