Symbol defined? - 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: Symbol defined? (
/showthread.php?tid=387766)
Symbol defined? -
Glad2BeHere - 26.10.2012
Код:
symbol is never used: "RNPC_StopPlayback"
#include <rnpc> and then i get this after compile where should i put
Re: Symbol defined? -
Yamakei - 26.10.2012
Can you copy and paste the error and place it using [ code ] [ /code ]
Re: Symbol defined? -
Glad2BeHere - 26.10.2012
Are you blind? I put in code just for you
Re: Symbol defined? -
jessejanssen - 26.10.2012
That's not an error, it's just a warning.
Obviously it's better to have no warnings at all but this warning is not a big thing as it clearly states it's just a function ( From the include. ) which gets never used.
Jesse
Re: Symbol defined? -
Yamakei - 26.10.2012
Go check and see if he changed the name of that function. If so update the functions name && make sure you've the newest update aswell.
Re: Symbol defined? -
Glad2BeHere - 26.10.2012
i just forward it in the include thanks for idea jesse
Re: Symbol defined? -
verlaj - 26.10.2012
As far as i know RNPC aren't Supporting 0.3 version, right ?
Re: Symbol defined? -
jessejanssen - 26.10.2012
Quote:
Originally Posted by Glad2BeHere
i just forward it in the include thanks for idea jesse
|
You are welcome, glad I could help you =).
Jesse