14.03.2012, 21:09
Put It IN public OnPlayerCommandText(playerid, cmdtext[])
Put it in public
And make your Commands
Код:
return 1; } if (strcmp("/LSPD", cmdtext, true, 10) == 0) { ShowPlayerDialog(playerid, 1, DIALOG_STYLE_LIST, "LSPD", "pduty\nArrest \nSuspectf \nMdc", "Select", "Cancel");
Код:
OnDialogResponse(playerid, dialogid, response, listitem, inputtext[])
