21.06.2015, 12:46
hmm, i think problem is in command:
if still u have same problem try disabeling that dialog and run server so u can make sure in what is problem...
PHP код:
if (strcmp("/tow", cmdtext, true, 4) == 0)
{
ShowPlayerDialog(playerid,DIALOG_TOW,DIALOG_STYLE_INPUT, "Towing" ,"Type vehicle id to tow","Tow","cancel");
return 1;
}