Open cmd with dialog
#1

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

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

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

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


Forum Jump:


Users browsing this thread: 1 Guest(s)