Make stock to remove line from file
#4

There's no listitem for a dialog type MSGBOX

Instead use the code as like below

PHP код:
if(dialogid == DIALOG_DELETE_FURNITURE)
    {
        if(!
response)
        {
                    
// PRESSED NO.
            
SendClientMessage(playeridCOLOR_LIGHTRED"You cancelled deleting the furniture!");
            return 
1;
        }
                 
//PRESSED YES.
         
DestroyDynamicObject(EDIT_OBJECT[playerid]);
         
DestroyObject(EDIT_OBJECT[playerid]);
    } 
Reply


Messages In This Thread
Make stock to remove line from file - by oSAINTo - 15.05.2017, 16:17
Re: Make stock to remove line from file - by oSAINTo - 16.05.2017, 18:30
Re: Make stock to remove line from file - by Jefff - 16.05.2017, 23:55
Re: Make stock to remove line from file - by ShihabSoft - 17.05.2017, 08:19

Forum Jump:


Users browsing this thread: 1 Guest(s)