Filterscript Dialogs not working
#2

Go to OnPlayerDialogResponse, and find the case id - the same as you use for ShowPlayerDialog, and to make it work when you click on buttons it just need to be

pawn Код:
if(response)
{
  // code here
}
Also be sure that the ID of your dialog is not something very high, and check if they aren't duplicated - ID already used before.
Reply


Messages In This Thread
Filterscript Dialogs not working - by KingyKings - 20.12.2013, 12:15
Re: Filterscript Dialogs not working - by Astralis - 20.12.2013, 12:26
Re: Filterscript Dialogs not working - by [WA]iRonan - 20.12.2013, 12:28
Re: Filterscript Dialogs not working - by KingyKings - 20.12.2013, 13:37
Re: Filterscript Dialogs not working - by SilentSoul - 20.12.2013, 13:44
Re: Filterscript Dialogs not working - by KingyKings - 20.12.2013, 14:06
Re: Filterscript Dialogs not working - by PowerPC603 - 20.12.2013, 14:06

Forum Jump:


Users browsing this thread: 1 Guest(s)