dialog not shows (+ rep) - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: dialog not shows (+ rep) (
/showthread.php?tid=488761)
dialog not shows (+ rep) -
ScripteRMKD - 19.01.2014
fixed
Re: dialog not shows (+ rep) -
Excelize - 19.01.2014
Have you created the OnDialogResponse code?
Re: dialog not shows (+ rep) -
Blademaster680 - 19.01.2014
Код:
ShowPlayerDialog(IgracKProdajesA[playerid],DIALOG_APPONUDA,DIALOG_STYLE_MSGBOX,"° Balkan AvtoDiler °",info,"Prifakjam","Odbivam");
Change to:
Код:
ShowPlayerDialog(playerid,DIALOG_APPONUDA,DIALOG_STYLE_MSGBOX,"° Balkan AvtoDiler °",info,"Prifakjam","Odbivam");
Re: dialog not shows (+ rep) -
ScripteRMKD - 19.01.2014
Quote:
Originally Posted by Blademaster680
Код:
ShowPlayerDialog(IgracKProdajesA[playerid],DIALOG_APPONUDA,DIALOG_STYLE_MSGBOX,"° Balkan AvtoDiler °",info,"Prifakjam","Odbivam");
Change to:
Код:
ShowPlayerDialog(playerid,DIALOG_APPONUDA,DIALOG_STYLE_MSGBOX,"° Balkan AvtoDiler °",info,"Prifakjam","Odbivam");
|
not working :/
Re: dialog not shows (+ rep) -
Hansrutger - 19.01.2014
Have you defined DIALOG_APPONUDA above in the script to an unique dialog ID?
Re: dialog not shows (+ rep) -
ScripteRMKD - 19.01.2014
#define DIALOG_APPONUDA 73 i dont have any filterscripts and dialogs with that ID ...
Re: dialog not shows (+ rep) -
Hansrutger - 19.01.2014
And you are supposed to pass on an array on GetName(IgracKProdajesA[playerid])?
Re: dialog not shows (+ rep) -
ScripteRMKD - 19.01.2014
Yes i have it
Re: dialog not shows (+ rep) -
ScripteRMKD - 19.01.2014
not only dialog whole function not working
Re: dialog not shows (+ rep) -
ScripteRMKD - 20.01.2014
help please