SA-MP Forums Archive
false error - 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: false error (/showthread.php?tid=91573)



false error - sandisk125 - 15.08.2009

i have complied my gamemode,and i have this warning
Quote:

C:\program files\rockstar games\gta san andreas\gamemodes\DMV1.0.pwn(1143) : warning 203: symbol is never used: "strtok"
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


1 Warning.

why this is happening to me?


Re: false error - [TouchX]Ash - 15.08.2009

You have strtok defined but never used.


Re: false error - sandisk125 - 15.08.2009

Quote:
Originally Posted by Ash0153
You have strtok defined but never used.
i have searched in my script for strtok (ctrl+f),and nothing found.


Re: false error - Correlli - 15.08.2009

Quote:
Originally Posted by sandisk125
i have searched in my script for strtok (ctrl+f),and nothing found.
Maybe it's in the include file?


Re: false error - Joe Staff - 15.08.2009

That's a warning not an error, although it's nice to have a clean script, in your position I wouldn't be too worried about it.


Re: false error - sandisk125 - 15.08.2009

Quote:
Originally Posted by Joe Staff
That's a warning not an error, although it's nice to have a clean script, in your position I wouldn't be too worried about it.
what you don't see?
i typed warning not error!