Help "strtok" - 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)
+--- Thread: Help "strtok" (
/showthread.php?tid=502301)
Help "strtok" -
Cancel2 - 23.03.2014
Help
J:\GanglOL USA\gamemodes\lOL.pwn(1066) : warning 203: symbol is never used: "strtok"
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
1 Warning.
Re: Help "strtok" -
MythicalMarauder - 23.03.2014
#pragma unused strtok
Put that at the top
Although warnings are fine to have, so don't worry about them.
Re: Help "strtok" -
Cancel2 - 23.03.2014
Tnq and rep+
Re: Help "strtok" -
Excel™ - 23.03.2014
Quote:
Originally Posted by MythicalMarauder
#pragma unused strtok
Put that at the top
Although warnings are fine to have, so don't worry about them.
|
Really, You should have told me that, i would never waste time in fixing them... -_'
Warnings needs to fixed..
Re: Help "strtok" -
MythicalMarauder - 23.03.2014
Yeah but Pawno can compile even with warnings.
Re: Help "strtok" -
Kyance - 23.03.2014
Quote:
Originally Posted by MythicalMarauder
Yeah but Pawno can compile even with warnings.
|
Warnings can cause bugs and script failure ..