Why this pickup doesn't work?
#1

I have created a pickup(using streamer) type 14; "Pickupable, but only when in a vehicle." But, it doesn't work. Here's my script.

pawn Код:
nitro = CreateDynamicPickup(1239, 14, x, y, z-1);

//OnPlayerPickupDynamicPickup
if(pickupid == nitro)
{
    AddVehicleComponent(vehicleid,1010);
}
It should give me a nitro for my car.
Reply


Messages In This Thread
Why this pickup doesn't work? - by newbienoob - 21.02.2013, 11:09
Re: Why this pickup doesn't work? - by RajatPawar - 21.02.2013, 11:19
Re: Why this pickup doesn't work? - by newbienoob - 21.02.2013, 11:42
Re: Why this pickup doesn't work? - by Fitri - 21.02.2013, 11:43
Re: Why this pickup doesn't work? - by newbienoob - 21.02.2013, 12:27
Re: Why this pickup doesn't work? - by SilverKiller - 21.02.2013, 12:31
Re: Why this pickup doesn't work? - by DaRk_RaiN - 21.02.2013, 12:44
Re: Why this pickup doesn't work? - by newbienoob - 21.02.2013, 12:50
Re: Why this pickup doesn't work? - by Jay_ - 21.02.2013, 12:53
Re: Why this pickup doesn't work? - by DaRk_RaiN - 21.02.2013, 12:53

Forum Jump:


Users browsing this thread: 1 Guest(s)