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
#2

amm any help ?
Reply
#3

please
Reply
#4


31 Views and 0 Replies
Reply
#5

lol take a look in the totorial section
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)