SA-MP Forums Archive
A little 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)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: A little problem. (/showthread.php?tid=89175)



A little problem. - Paradise671 - 31.07.2009

yes when i try to compile my script this shows:

Quote:

C:\Program Files\GTASanAndreas\ServerDevolpment\gamemodes\tes tscript.pwn(526) : warning 204: symbol is assigned a value that is never used: "val"
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


1 Warning.

what does this mean?


Re: A little problem. - refshal - 31.07.2009

It means what it sais. Your script is assigned with a value that never is used. Delete the "val", it's useless if it's unused. Or add this under your includes:

pawn Код:
#pragma unused val



Re: A little problem. - Paradise671 - 31.07.2009

never mind i was pretty stupid what i did, i tried adding the code to the script file, i found my problem i put it in filterscript folder lolz. Thanks anyways i am pretty new to gta servers.