Dialog
#1

PHP код:
#include <a_samp>
#include <zcmd>
COMMAND:buyitems(playerid,params[])
{
    if 
GetPlayerScore(playerid) >= 0*then
    
{
    
ShowPlayerDialog(playerid3DIALOG_STYLE_LIST,"Buyable items","Parrot = 20000$","Buy","Cancel");
    }
    return 
1;
}
public 
OnDialogResponse(playeriddialogidresponselistiteminputtext[])
{
    if(
dialogid == 3)
    {
    if (!
response)
    {
    if(
listitem == 0)
    {
    
SetPlayerAttachedObject(playerid,2,19078,1,0.320722,-0.067912,-0.165151,0.000000,0.000000,0.000000,1.000000,1.000000,1.000000);
    
SendClientMessage(playerid0x00FF00FF,"You have bought a parrot!");
    
GivePlayerMoney(playerid,-20000);
    }
    }
    }
    return 
0;

i made that but when i press Parrot i dont get parrot or message or - money....please help
Reply


Messages In This Thread
Dialog - by wumpyc - 06.10.2011, 04:46
Re: Dialog - by Pharrel - 06.10.2011, 04:56
Re: Dialog - by wumpyc - 06.10.2011, 05:01
Re: Dialog - by Pharrel - 06.10.2011, 05:10
Re: Dialog - by wumpyc - 06.10.2011, 05:14
Re: Dialog - by Dripac - 06.10.2011, 06:01
Re: Dialog - by System64 - 06.10.2011, 07:07

Forum Jump:


Users browsing this thread: 3 Guest(s)