Auto tune script problems - 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: Auto tune script problems (
/showthread.php?tid=275853)
Auto tune script problems -
Pandayoyo - 11.08.2011
Hello there! im a bit new to the sa-mp community and am currently running a server for me and my irl friends. ive been looking and trying out different "car tuning" scripts. all have the same problem. i can the /tunecar /cartune /tune whatever and get the dialog menu up. but as soon as i click one of the categories "paint jobs" body parts etc. it just dissapears and nothing happens.
AW: Auto tune script problems -
Drebin - 11.08.2011
Any compiling erros/warnings ?
What filterscript is that ?
Re: Auto tune script problems -
Pandayoyo - 11.08.2011
http://forum.sa-mp.com/showthread.ph...highlight=tune is one of them
and also no errors compiling
Re: Auto tune script problems -
=WoR=Varth - 12.08.2011
I guess it's OnDialogResponse problem.
Make sure you return 0 in every end of all of your OnDialogResponse script.
Re: Auto tune script problems -
shaikh007 - 12.08.2011
Are you using any other dialogs in filterscripts?
Re: Auto tune script problems -
Tee - 12.08.2011
If the dialogid in the filterscript is the same as one in the gamemode it will not work, or if you have more than one scripts with the same dialog id.
Re: Auto tune script problems -
Pandayoyo - 13.08.2011
oh okay. im using luxadmin which has a /lmenu. aswell as carmenu
edit: just checked and none have the same dialogid
Re: Auto tune script problems -
MadeMan - 13.08.2011
Quote:
Originally Posted by varthshenon
I guess it's OnDialogResponse problem.
Make sure you return 0 in every end of all of your OnDialogResponse script.
|
Check all the filterscripts you use.