[Plugin] Dialog Plugin
#1

Dialog v0.8
Description
This plugin allows you to work with dialogs as with commands

Features
  • Made by analogue mdialog
  • Easy and convenient to use
  • Fast
Callbacks
OnDialogReceived - called before calling the dialog response
OnDialogPerformed - called after calling the dialog response

Functions
Dialog_Open - Open the dialog
Dialog_Show - Open existing dialog
Dialog_EnableFix - Enable fix (replaces % by #, and color codes will be removed)

Example
PHP Code:
public OnDialogReceived(dialog[], playeridresponselistiteminputtext[])
{
  if(
strcmp(dialog,"dialog") && !IsPlayerAdmin(playerid)) return 0// The dialog response will not be called
}
public 
OnDialogResponse(playerid,dialogid,response,listitem,inputtext[])
{
  return -
1// Required
}
public 
OnDialogPerformed(dialog[], playeridresponselistiteminputtext[], result)
{
  if(
result == -1printf("Dialog %s doesn't exists",dialog);
}
DialogCreate:dialog(playerid)
{
  
Dialog_Open(playerid,"dialog",DIALOG_STYLE_MSGBOX,"...","...","...","...");
}
DialogResponse:dialog(playeridresponselistiteminputtext[])
{
  
printf("Dialog \"dialog\" called");
  return 
1// Required

Download
Binaries
Source code
Reply


Messages In This Thread
Dialog Plugin - by KashCherry - 19.03.2018, 12:19
Re: Dialog Plugin - by iLearner - 19.03.2018, 12:39
Re: Dialog Plugin - by KashCherry - 19.03.2018, 12:41
Re: Dialog Plugin - by Kaperstone - 19.03.2018, 13:59
Re: Dialog Plugin - by KashCherry - 19.03.2018, 15:11
Re: Dialog Plugin - by Kaperstone - 19.03.2018, 15:23
Re: Dialog Plugin - by KashCherry - 19.03.2018, 17:08
Re: Dialog Plugin - by Kaperstone - 19.03.2018, 18:07
Re: Dialog Plugin - by KashCherry - 19.03.2018, 18:17
Re: Dialog Plugin - by Mobtiesgangsa - 20.03.2018, 01:55
Re: Dialog Plugin - by Dayvison_ - 24.03.2018, 03:38
Re: Dialog Plugin - by KashCherry - 24.03.2018, 13:30
Re: Dialog Plugin - by Gammaa - 26.03.2018, 09:45
Re: Dialog Plugin - by KashCherry - 26.03.2018, 13:15
Re: Dialog Plugin - by billyaga10 - 30.12.2018, 06:14
Re: Dialog Plugin - by KashCherry - 30.12.2018, 08:25
Re: Dialog Plugin - by Mopok - 15.01.2019, 16:50

Forum Jump:


Users browsing this thread: 1 Guest(s)