17.01.2011, 20:52
Yo.
Basicly DCMD always worked fine (in the same script) untill I made one command.
This is a part of the command which doesn't show up. Instead, "unknown command" appears.
Yes I do got
dcmd(bla,3,cmdtext) in my onplayercommandtext callback.
Basicly DCMD always worked fine (in the same script) untill I made one command.
This is a part of the command which doesn't show up. Instead, "unknown command" appears.
Код:
format(passtring, sizeof(passtring), "%s\n%s\n%s\n%s\n%s\n%s\n%s\n%s\n%s\n%s\n%s",catext, htext,stext,rtext,dtext,cptext,cetext,artext,gttext,ktext,dotext); ShowPlayerDialog(playerid,1337,DIALOG_STYLE_MSGBOX,namestring, passtring, "Back", "Back"); return 1;
dcmd(bla,3,cmdtext) in my onplayercommandtext callback.