Next in Dialog
#4

Код:
#include <a_samp>

#define red 0xFF0000FF

new pickup;


public OnGameModeInit()
{
    pickup = CreatePickup(1240, 23, -2059.2109, -91.5216, 35.3203, -1);
    return 1;
}


public OnPlayerPickUpPickup(playerid, pickupid)
{
    if(pickupid == pickup)
    {
       ShowPlayerDialog(playerid,999,DIALOG_STYLE_LIST, "Car","My Text\nMy Text AND More...","Buy", "Close");
    }
    return 1;
}

}
Reply


Messages In This Thread
Next in Dialog - by truckingserver - 23.12.2012, 16:50
Re: Next in Dialog - by Faisal_khan - 23.12.2012, 16:55
Re: Next in Dialog - by [CG]Milito - 23.12.2012, 16:56
Re: Next in Dialog - by truckingserver - 23.12.2012, 17:24
Re: Next in Dialog - by Faisal_khan - 23.12.2012, 17:31
Re: Next in Dialog - by truckingserver - 23.12.2012, 17:31
Re: Next in Dialog - by Faisal_khan - 23.12.2012, 17:36
Re: Next in Dialog - by truckingserver - 23.12.2012, 17:38

Forum Jump:


Users browsing this thread: 1 Guest(s)