easyDialog.inc problem - 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: easyDialog.inc problem (
/showthread.php?tid=656925)
easyDialog.inc problem -
MRM - 27.07.2018
When i compile my code with zeex compiler i got this error :
PHP код:
\pawno\include\easydialog.inc(42) : warning 219: local variable "ret" shadows a variable at a preceding level
\pawno\include\easydialog.inc(58) : error 010: invalid function or declaration
\pawno\include\easydialog.inc(58) : error 010: invalid function or declaration
\pawno\include\easydialog.inc(59) : error 001: expected token: ";", but found "-identifier-"
\pawno\include\easydialog.inc(61) : error 010: invalid function or declaration
\pawno\include\easydialog.inc(65) : error 010: invalid function or declaration
\pawno\include\easydialog.inc(99) : warning 219: local variable "ret" shadows a variable at a preceding level
gm.pwn(59) : warning 203: symbol is never used: "ret"
Re: easyDialog.inc problem -
Dawkin - 27.07.2018
Oops, my wrong, but check your include and show your code at line gm.pwn(59)
Re: easyDialog.inc problem -
MRM - 27.07.2018
https://github.com/Agneese-Saini/SA-...easyDialog.inc
Re: easyDialog.inc problem -
MRM - 27.07.2018
Quote:
Originally Posted by Dawkin
Oops, my wrong, but check your include and show your code at line gm.pwn(59)
|
Not special thing.Only my mysql connetion is there.
Re: easyDialog.inc problem -
MRM - 27.07.2018
I converted it to normal dialogs.