22.09.2017, 09:59
for example, there is a command box(dcmd), and I want another command that does the same thing, I can use "return dcmd_box(playerid,params);" and it works properly, but when I want a dialog to execute the same command, "return dcmd_box(playerid,params);" it gives an error "(13614) : error 017: undefined symbol "params", why is it so? any other way to do this?