Pickups and Massives
#2

Loop it and find the id.

pawn Код:
GetBizzPickupID(pickupid)
{
    for(new i = 200; i < 200; i++)
    {
        if(pickupid == ExaclyBizzPickup[i]) return i;
    }
}
Returns the array index of the found pickupid
Reply


Messages In This Thread
Pickups and Massives - by C0mBat1ve - 29.08.2014, 17:38
Re: Pickups and Massives - by Pottus - 29.08.2014, 17:49
Re: Pickups and Massives - by IceCube! - 29.08.2014, 17:49
Re: Pickups and Massives - by C0mBat1ve - 29.08.2014, 17:50

Forum Jump:


Users browsing this thread: 2 Guest(s)