SA-MP Forums Archive
[BUG] Grandlarc warning - 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)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: [BUG] Grandlarc warning (/showthread.php?tid=195944)



[BUG] Grandlarc warning - juuleman - 04.12.2010

Hey Guys,

I just found a bug in the Grandlarc GM wich gives you this warning:
pawn Код:
../include/gl_common.inc(64) : warning 204: symbol is assigned a value that is never used: "vid"
I'm using this include in my own GM aswell so that's why i'm reporting it.

- SancheZ


Re: [BUG] Grandlarc warning - juuleman - 04.12.2010

Quote:
Originally Posted by then_funny_one
Посмотреть сообщение
it's not a bug, just put
pawn Код:
#pragma unused vid
Oh thanks it works, i didn't had this warning with earlier versions so that's why i posted it here.