SA-MP Forums Archive
Dialog problem[help] - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Dialog problem[help] (/showthread.php?tid=274846)



Help me pls - doreto - 07.08.2011

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....)


Re: Dialog problem[help] - doreto - 07.08.2011

amm any help ?


Re: Dialog problem[help] - doreto - 07.08.2011

please


Re: Dialog problem[help] - doreto - 07.08.2011


31 Views and 0 Replies



Re: Dialog problem[help] - Tigerkiller - 07.08.2011

lol take a look in the totorial section