error 035: argument type mismatch (argument 3)
#4

Change:
pawn Код:
ShowPlayerDialog(playerid, 6969, "Jefferson Motel DM", DIALOG_STYLE_LIST, "Police\nRobbers", "Choose", "");
To:
pawn Код:
ShowPlayerDialog(playerid, 6969, DIALOG_STYLE_LIST, "Jefferson Motel DM", "Police\nRobbers", "Choose", "");
// ShowPlayerDialog(playerid, dialogid, style, caption[], info[], button1[], button2[])
And:
pawn Код:
if (strcmp("/jdm", cmdtext, true, 10) == 0)
To:
pawn Код:
if (strcmp("/jdm", cmdtext, true) == 0)
"/jdm" has 4 lenght, not 10. It's optional, so do not use it.

EDIT: lol
Reply


Messages In This Thread
error 035: argument type mismatch (argument 3) - by Jason_Roul - 08.09.2013, 14:52
Re: error 035: argument type mismatch (argument 3) - by doreto - 08.09.2013, 14:53
Re: error 035: argument type mismatch (argument 3) - by Dragonsaurus - 08.09.2013, 14:55
Re: error 035: argument type mismatch (argument 3) - by Konstantinos - 08.09.2013, 14:55
Re: error 035: argument type mismatch (argument 3) - by Jason_Roul - 08.09.2013, 14:55

Forum Jump:


Users browsing this thread: 3 Guest(s)