26.12.2010, 02:48
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)
why does this mix up? the pickups are defined?
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);