One other question guys :$
#6

You were close, it's like this

public OnDialogResponse(playerid, dialogid, response, listitem, inputtext[])// Begining rules
{
if(dialogid == 1)
{
if(response)
{
Setplayercolor(playerid,"color");
}
else
{
SendClientMessage(playerid,*Color*, "You Selected 'NO' ");
}
return 1;
}
if(dialogid == 2)
{
if(response)
{
SendClientMessage(playerid,*Color*, "your now PD");
}
return 1;
}
return 0;
}
Reply


Messages In This Thread
One other question guys :$ - by bartje01 - 22.02.2010, 23:24
Re: One other question guys :$ - by bartje01 - 23.02.2010, 00:14
Re: One other question guys :$ - by Onyx09 - 23.02.2010, 00:16
Re: One other question guys :$ - by bartje01 - 23.02.2010, 00:20
Re: One other question guys :$ - by jamie009 - 23.02.2010, 00:55
Re: One other question guys :$ - by -Rebel Son- - 23.02.2010, 01:00
Re: One other question guys :$ - by jamie009 - 23.02.2010, 01:01
Re: One other question guys :$ - by -Rebel Son- - 23.02.2010, 01:03
Re: One other question guys :$ - by PotH3Ad - 23.02.2010, 01:14
Re: One other question guys :$ - by bartje01 - 23.02.2010, 08:45

Forum Jump:


Users browsing this thread: 2 Guest(s)