29.08.2014, 17:49
Loop it and find the id.
Returns the array index of the found pickupid
pawn Код:
GetBizzPickupID(pickupid)
{
for(new i = 200; i < 200; i++)
{
if(pickupid == ExaclyBizzPickup[i]) return i;
}
}