Dialog for a command
#2

I would have scripted the dialogue,but I want to do it on your own.This is the only way to learn how to do it.I will help you a little with sharing this:
PHP код:
if (strcmp("/lawbook"cmdtexttrue10) == 0)
    {
        
ShowPlayerDialog(playerid,5000,DIALOG_STYLE_MSGBOX,"Tittle","Text,"OK","");
        return 1;
    } 
PHP код:
if (strcmp("/lawbook"cmdtexttrue10) == 0)
    {
        
ShowPlayerDialog(playerid,5000,DIALOG_STYLE_MSGBOX,"Lawbook","Yes i am the boss here","OK","");
        return 
1;
    } 
Reply


Messages In This Thread
Dialog for a command - by Kudoz - 12.01.2013, 18:17
Re: Dialog for a command - by geohareas - 12.01.2013, 18:21
Re: Dialog for a command - by geohareas - 12.01.2013, 18:23
Re: Dialog for a command - by Kudoz - 12.01.2013, 18:24
Re: Dialog for a command - by geohareas - 12.01.2013, 18:29
Re: Dialog for a command - by Kudoz - 12.01.2013, 18:36
Re: Dialog for a command - by geohareas - 12.01.2013, 18:40
Re: Dialog for a command - by Kudoz - 12.01.2013, 18:50
Re: Dialog for a command - by Kudoz - 12.01.2013, 19:05
Re: Dialog for a command - by geohareas - 12.01.2013, 19:10

Forum Jump:


Users browsing this thread: 1 Guest(s)