Need help !!
#1

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
Reply
#2

Give us line 1889
Reply
#3

ok

Код:
1884:{
1885:strins(string,tempst,strlen(string),strlen(string)+1+strlen(tempst));
1886:}
1887:return string;
1888:}
And there is no 1889 lol
Reply
#4

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.
Reply
#5

nope i looked with "find" and there is no "strtok"
Reply
#6

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?
Reply
#7

no
Reply
#8

this is a filterscript not a gamemod
Reply
#9

You have STRTOK defined somewhere, Either in a include or variable.
check everywhere in your script, (Top of OnPlayerCommandText)?
Reply
#10

amm what do you mean and i need to check all pwn thing in include folder in pawno?
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)