Dialog - 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 (
/showthread.php?tid=333662)
Dialog -
3RoR - 12.04.2012
Can somebody make me a command /arrest in dialog, who will do it +REP, sorry for posting in Scripting Discussion,
if y post it in script request it will come the script over 24 ears...
Re: Dialog -
Shabi RoxX - 12.04.2012
https://sampwiki.blast.hk/wiki/How_to_Create_a_Dialog
pawn Код:
if (strcmp("/arrest", cmdtext, true, 10) == 0)
{
ShowPlayerDialog(playerid,1,DIALOG_STYLE_MSGBOX,"Arrest","You want to arrest someone ?","Yes","No");
return 1;
}
Re: Dialog -
3RoR - 12.04.2012
y now how to creae a dialog, but y don't now how to create command with dialog...
Re: Dialog -
Trawltrawl - 12.04.2012
Easy use OnDialogResponse
Re: Dialog -
3RoR - 12.04.2012
stop spamming,if you wan't to help me post the COMMAND !
Re: Dialog -
MP2 - 12.04.2012
You're not making any sense. What is 'y', I or you or why or what? Secondly, what do you want the dialog to show and do? Saying 'I WANT A COMMAND WITH A DIALOG MAKE IT OK THANKS' isn't exactly descriptive.