onplayerpickuppickup
#1

Hi, i have this command done so far but i have never worked with GUI yet because i have been left and i came back. Can you help me to make if player pickup that pickup it will give him GUI to choose if he wants to move object for money or not when they open it i want it to close in 10sec.

Код:
public OnPlayerPickUpPickup(playerid, pickupid)
{
    if(pickupid == mypickup)
    {

        MoveObject(object01,72.232567, -1533.768188, 6.978306, 1.0001);
        GetPlayerMoney(playerid, 100);
    }
    return 1;
}
Thanks you!
Reply


Messages In This Thread
onplayerpickuppickup - by M.5 - 28.09.2011, 22:20
Re: onplayerpickuppickup - by Azzeto - 29.09.2011, 04:11
Re: onplayerpickuppickup - by M.5 - 29.09.2011, 08:29

Forum Jump:


Users browsing this thread: 1 Guest(s)