Pickups
#1

If i make a pickup it will send me to the correct interior, if i make 2 pickups then the first one i created basicly disables itself so when i go over to it it does nothing and the new pickup works as it should.

What have i done wrong?

pawn Код:
public OnPlayerPickUpPickup(playerid, pickupid)
{
    for(new i = 0; i < sizeof(BizInfo);i++)
    {
        if(pickupid == BizInfo[i][pickup])
        {
            SetPlayerInterior(playerid, BizInfo[i][intera]);
        }
    }
    return 1;
}
Reply


Messages In This Thread
Pickups - by thefatshizms - 24.11.2012, 12:25
Re: Pickups - by park4bmx - 24.11.2012, 12:28
Re: Pickups - by thefatshizms - 24.11.2012, 12:29
Re: Pickups - by park4bmx - 24.11.2012, 12:31
Re: Pickups - by thefatshizms - 24.11.2012, 12:35
Re: Pickups - by park4bmx - 24.11.2012, 12:48
Re: Pickups - by thefatshizms - 24.11.2012, 12:50
Re: Pickups - by Tamer - 24.11.2012, 12:53
Re: Pickups - by thefatshizms - 24.11.2012, 12:54
Re: Pickups - by Tamer - 24.11.2012, 12:59

Forum Jump:


Users browsing this thread: 1 Guest(s)