How should I do this?
#2

pawn Код:
public OnPlayerKeyStateChange(playerid, newkeys, oldkeys)
    {
        if(newkeys & KEY_JUMP)
        {
            for(new i = 0; i < MAX_INTERIORS; i++)
            {
                if(pickupid == PickupID[i])
                {
                    OnPlayerPickUpPickup(playerid, PickupID[i]);
                }
            }
        }
    }
Reply


Messages In This Thread
How should I do this? - by bartje01 - 11.06.2011, 01:01
Re: How should I do this? - by Donya - 11.06.2011, 01:05
Re: How should I do this? - by bartje01 - 11.06.2011, 01:12
Re: How should I do this? - by Tee - 11.06.2011, 01:47
Re: How should I do this? - by Donya - 11.06.2011, 02:42
Re: How should I do this? - by Tee - 11.06.2011, 02:52
Re: How should I do this? - by bartje01 - 11.06.2011, 10:41
Re: How should I do this? - by bartje01 - 11.06.2011, 17:35
Re: How should I do this? - by Donya - 11.06.2011, 18:13
Re: How should I do this? - by bartje01 - 11.06.2011, 19:00

Forum Jump:


Users browsing this thread: 3 Guest(s)