help in OnDialogResponse
#1

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?



Reply
#2

Just replace it with empty quotation marks.

(i.e: return dcmd_box(playerid, "");)
Reply
#3

Quote:
Originally Posted by Arthur Kane
Посмотреть сообщение
Just replace it with empty quotation marks.

(i.e: return dcmd_box(playerid, "")
Thanks alot bro.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)