27.06.2016, 19:04
https://sampforum.blast.hk/showthread.php?tid=91354
zcmd is a command processor, it's supposed to 2 arguments, which are playerid and params.
What you're doing is showing the player the dialog, and doing what the dialog should do, all inside the command.
You're supposed to code what dialogs do under OnDialogResponse.
zcmd is a command processor, it's supposed to 2 arguments, which are playerid and params.
What you're doing is showing the player the dialog, and doing what the dialog should do, all inside the command.
You're supposed to code what dialogs do under OnDialogResponse.