SA-MP Forums Archive
I Have One 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: I Have One Error (/showthread.php?tid=124172)



I Have One Error - edycool - 29.01.2010

The error is from aHouse filterscripts

Код:
E:\Edy\GTA San Andreas\Servers\ReMaT Server\filterscripts\aHouse.pwn(985) : warning 203: symbol is never used: "strtok"
Please Help


Re: I Have One Error - Torran - 29.01.2010

Ignore that, I would but if you want to fix it, Remove the strtok function


Re: I Have One Error - edycool - 29.01.2010

Quote:
Originally Posted by Torran
Ignore that, I would but if you want to fix it, Remove the strtok function
This is the problem how i remove?


Re: I Have One Error - Torran - 29.01.2010

Search your script for strtok and remove it


Re: I Have One Error - bluray - 29.01.2010

line 985 if u werent sure


Re: I Have One Error - Vetle - 29.01.2010

it is not an error, its a warning.

just ignore it


Re: I Have One Error - Doppeyy - 29.01.2010

Its funny that allot of people say : ignore it its a warning.
But if you have a couple of warnings it can still bug things up.

[Doppeyy


Re: I Have One Error - Vetle - 29.01.2010

the warning just means that the function strtok is not used anywhere.


Re: I Have One Error - Naruto4 - 29.01.2010

remove it or make a command using strtok.


Re: I Have One Error - FireFox_ - 29.01.2010

Or you can use
pawn Код:
#pragma unused strtok
so it wont be used