[Solved Thanks to Don Correlli]One Warning...
#1

Ok, so I was creating a new script for my server, all good except I get one warning
Код:
E:\Program Files\Rockstar Games\SA-MP Server\gamemodes\cgms.pwn(507) : warning 203: symbol is never used: "strtok"
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


1 Warning.
And when I goto that line there is nothing there, infact there is no line 507.

I also dont have strtok in my script anywhere.
Reply
#2

It's located in one of your include files. Delete it if you're not using it or use this:
pawn Код:
#pragma unused strtok
Reply
#3

Quote:
Originally Posted by Don Correlli
It's located in one of your include files. Delete it if you're not using it or use this:
pawn Код:
#pragma unused strtok
Thanks Don! Worked like a charm.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)