SA-MP Forums Archive
Client Command Help - 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: Client Command Help (/showthread.php?tid=640327)



Client Command Help - Hiei - 01.09.2017

In my server, i was create one CMD is /option
In the dialog, i do it :
Код:
ShowPlayerDialog(playerid, DIALOG_OPTION, DIALOG_STYLE_LIST, "Option",
"Headmove\n\
Hitsound\n\
Pm Sound\n",
"Select", "Cancel");
And when i press Headmove i want player head can move in-game (like when type /headmove in-game)
Anyone can help me ?