SA-MP Forums Archive
Dialog - 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 (/showthread.php?tid=250092)



Dialog - Admigo - 21.04.2011

heey guys

I made a cmds dialog and everything is good.
But when i add a race filterscript to my server(got a dialog to) cmds dialog messed up with the races of the filtercript

Any help?

Thanks Admigo


Re: Dialog - Anteino - 21.04.2011

Lol I answered this question so fricking many times..
Use the search function next time xD

https://sampforum.blast.hk/showthread.php?tid=249644


Re: Dialog - Admigo - 21.04.2011

CAn you explain it?


Re: Dialog - AK47317 - 22.04.2011

Anteino way: I had the same problem and it really got me frustrated, but then I learned you should put
pawn Код:
return 0 ;
on every closing file..

my way: you had to made a value for those dialog example:

pawn Код:
new
      iMenu1 = 1997 ,
      iMenu2 = 1998 ;
for other make other value number that suitable to you if the menu doesn't have the value it might go bugged


Re: Dialog - Admigo - 22.04.2011

Soory can you explain where to put this? Ihave a dialog on a filterscript and another filterscript.


Re: Dialog - AK47317 - 22.04.2011

real simple son.. DIALOG NEEDED VALUE on my way IF ITS DONT HAVE ANY VALUE IT GOES STRAIGHT BUGGED

or YOU CAN DO SIMPLY PUT THIS
pawn Код:
return 0 ;
ANIMAL AT THE CLOSING FILE ON EACH DIALOG..


Re: Dialog - Admigo - 22.04.2011

CAn you give an exemple? I dont know i tried it at all dialogs but nothing works:S