Dialog Spawn - 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 Spawn (
/showthread.php?tid=452781)
Dialog Spawn -
lramos15 - 22.07.2013
I have /skin and /weapon and /vehicle but those involve typing the ID I was wondering how you get the picture dialog spawn box like /vspawner etc
Re: Dialog Spawn -
lramos15 - 23.07.2013
Bump. Please help
Re: Dialog Spawn -
JimmyCh - 23.07.2013
You mean ShowPlayerDialog(playerid, DialogID, Type, Title, "...", button1, button2);
Right?
Check samp wiki for
ShowPlayerDialog.
Re: Dialog Spawn -
lramos15 - 24.07.2013
I mean like you type /spawncar and a dialog with a bunch of car pictures pop up
Click one and it spawns the car
Re: Dialog Spawn -
nor15 - 24.07.2013
Use this include
https://sampforum.blast.hk/showthread.php?tid=407045
Re: Dialog Spawn -
lramos15 - 24.07.2013
How can I do it without the include
Re: Dialog Spawn -
Parker_Daley - 24.07.2013
Best solution is Check samp wiki for ShowPlayerDialog.
Re: Dialog Spawn -
nor15 - 24.07.2013
If you wanna it with pictures , you must use this include
https://sampforum.blast.hk/showthread.php?tid=407045
Re: Dialog Spawn -
lramos15 - 24.07.2013
You don't have to use that I know that because /vspawner is a filter script that comes with SAMP server pack so I'm wondering how to do it without that