Dialog problem[help]
#1

i need help wich OnPlayerCommandText and public OnDialogResponse and trying to make assist dialog but mess all stuff and merge so here my example

PHP код:
public OnPlayerCommandText(playeridcmdtext[])
{
    if (
strcmp("/assistance"cmdtexttrue10) == 0)
    {
        
ShowPlayerDialog(playerid,1,DIALOG_STYLE_LIST,"Assistance","Repair\nFlip and ect...","Call""Cansel");
        return 
1;
    }
    return 
0;

so my question is how to make OnDialogResponse wich no mess and merge other commands

and i have one more question how to make like dialog example (Stuff>>Items>>Camera,phone and ect....)
Reply


Messages In This Thread
Help me pls - by doreto - 07.08.2011, 13:51
Re: Dialog problem[help] - by doreto - 07.08.2011, 14:05
Re: Dialog problem[help] - by doreto - 07.08.2011, 14:16
Re: Dialog problem[help] - by doreto - 07.08.2011, 14:59
Re: Dialog problem[help] - by Tigerkiller - 07.08.2011, 15:05

Forum Jump:


Users browsing this thread: 1 Guest(s)