SA-MP Forums Archive
Open cmd with 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: Open cmd with dialog (/showthread.php?tid=344914)



Open cmd with dialog - Jimbo01 - 23.05.2012

Код:
case 0: dcmd_dm1(playerid);
Код:
warning 202: number of arguments does not match definition
why this dont works?


Re: Open cmd with dialog - HDFord - 23.05.2012

Beacouse a command cant be put like that. Just copy the text from a command you have made and put it there.


Re: Open cmd with dialog - Andi_Evandy - 23.05.2012

try:
pawn Код:
case 0: dcmd_dm1(playerid, "");



AW: Re: Open cmd with dialog - Jimbo01 - 23.05.2012

Quote:
Originally Posted by Andi_Evandy
Посмотреть сообщение
try:
pawn Код:
case 0: dcmd_dm1(playerid, "");
Thanks it works