SA-MP Forums Archive
Help me about CallLocalFunction - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Help me about CallLocalFunction (/showthread.php?tid=652287)



Help me about CallLocalFunction - RichKiez - 07.04.2018

I have a forward DialogChange (playerid, dialogid, response, listitem)

I want to call the function, but it is not known how to recognize 'dialogid' as a variable


Re: Help me about CallLocalFunction - m4karow - 07.04.2018

CallLocalFunction("OnCustomDialogResponse", "dddd", playerid, dialog, response, listitem);