Dialog Bug please Fast Answer - 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)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Dialog Bug please Fast Answer (
/showthread.php?tid=253509)
Dialog Bug please Fast Answer -
misho1 - 06.05.2011
Hi
I have Bug In Dialog 4example
(1)Garhouse system when i goto the checkpoint and i click to buy that it show in dialog then nothing happen
(2)The bank system that it show in dialog when bank my money then nothing
(3)Advance Dynamic Dialog Gang System by Crime Life Team When I Click To Create gang or change gang nothing happen
But Some Fs With Dialog work
4Example
(1)cars spawner that show in dialog work
(2)Weapons menu that show in dialog work
(4)tune menu that show in dialog work
(5)tele menu that show in dialog work too
what the wrong plz help me
and fast
Re: Dialog Bug please Fast Answer -
blackwave - 06.05.2011
on the end of all of your FS/GM using the callback OnDialogResponse
pawn Code:
public OnDialogResponse(playerid, dialogid, response, listitem, inputtext[])
{
return 0;
Re: Dialog Bug please Fast Answer -
misho1 - 06.05.2011
i did that and nothing
help me plz
Re: Dialog Bug please Fast Answer -
Mean - 06.05.2011
That's not a SA-MP bug, that's just your bug! Wrong section dude.
Re: Dialog Bug please Fast Answer -
misho1 - 06.05.2011
oh sry
Re: Dialog Bug please Fast Answer -
leong124 - 07.05.2011
Make sure all dialog IDs are unique.