SA-MP Forums Archive
Vehicle menu doesn't work - 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: Vehicle menu doesn't work (/showthread.php?tid=384090)



Vehicle menu doesn't work - Majava - 10.10.2012

I need help with this. I watched tutorial but i dont get it working No errors but it doesn't spawn cars.
Pastebin


Re: Vehicle menu doesn't work - denNorske - 10.10.2012

Check all other scripts for the line

Code:
 public OnDialogResponse
And find if there is any script that says

Code:
 return 0;
at the end of it. If there are, tell here.


Re: Vehicle menu doesn't work - Riddick94 - 10.10.2012

Your count of command is not '10' but '5' (including slash) so you need to change it. Secondly.. if it's an Filterscript.. put a 'return 0;' at the end of the OnDialogResponse callback.


Re: Vehicle menu doesn't work - Majava - 10.10.2012

E: Now its working i changed listitem ids 0 ยง 1