Dialog 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: Dialog Problems.. (
/showthread.php?tid=201526)
Dialog Problems.. -
Luis- - 21.12.2010
pawn Код:
CMD:race(playerid, params[])
{
new listitems[] = "{6EF83C}Forrest Race\n{FFA1A1}Test";
ShowPlayerDialog(playerid, 99999, DIALOG_STYLE_LIST, "{FFAF00}Race Tracks", listitems, "Select", "");
return 1;
}
Wtf is wrong with this, I type it in IG and nothing happens?
Re: Dialog Problems.. -
Nero_3D - 21.12.2010
I will help you with a quote from the sa-mp wiki
Quote:
Originally Posted by wiki.sa-mp.com/wiki/ShowPlayerDialog
dialogid - An ID to assign this dialog to, so responses can be processed. Max dialogid is 32767. Using negative values will close any open dialog.
|
If you read carefully you will notice something
No problem in advance