21.01.2013, 16:13
i need this command from strcmp to zcmd (CMD
format if possible
format if possibleКод:
if(strcmp(cmd, "/usephone", true) == 0)
{
if (!IsAtPPhone(playerid))
{
SendClientMessage(playerid, COLOR_GRAD2, " You are not near a payphone!");
return 1;
}
ShowPlayerDialog(playerid, DACCT32, DIALOG_STYLE_MSGBOX, "Telephone Booth", "Call", "Select", "Cancel");
return 1;
}

