Need help !! - 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: Need help !! (
/showthread.php?tid=145065)
Need help !! -
zalyy - 30.04.2010
Hi im translating a script and when i finished i gotted this:
Код:
E:\Program Files\Rockstar Games\GTA San Andreas\My server\filterscripts\LuxUPi_v2.pwn(1889) : warning 203: symbol is never used: "strtok"
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
1 Warning.
Ty for help
Re: Need help !! -
johnnyc - 30.04.2010
Give us line 1889
Re: Need help !! -
zalyy - 30.04.2010
ok
Код:
1884:{
1885:strins(string,tempst,strlen(string),strlen(string)+1+strlen(tempst));
1886:}
1887:return string;
1888:}
And there is no 1889 lol
Re: Need help !! -
DeathOnaStick - 30.04.2010
Quote:
Originally Posted by Johnny <~~
Give us line 1889
|
It's the end of the file. Somewhere in the script is "strtok" declared. You can delete it if you want to.
Re: Need help !! -
zalyy - 30.04.2010
nope i looked with "find" and there is no "strtok"
Re: Need help !! -
DeathOnaStick - 30.04.2010
Quote:
Originally Posted by zalyy
nope i looked with "find" and there is no "strtok"
|
Are you sure that it isnt declared in a include, either?
Re: Need help !! -
zalyy - 30.04.2010
no
Re: Need help !! -
zalyy - 30.04.2010
this is a filterscript not a gamemod
Re: Need help !! -
-Rebel Son- - 30.04.2010
You have STRTOK defined somewhere, Either in a include or variable.
check everywhere in your script, (Top of OnPlayerCommandText)?
Re: Need help !! -
zalyy - 30.04.2010
amm what do you mean and i need to check all pwn thing in include folder in pawno?