A little problem.
#1

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?
Reply
#2

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
Reply
#3

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.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)