STRTOK help
#11

Quote:
Originally Posted by Majataka
So i dont need to care about the "Strtok" warning? P:
Yes you do. You need to care about EVERY warning. To get rid of the "never used" warning then just delete the function or use this:
pawn Код:
#pragma unused MyFunctionName
so it's like this in your case:
pawn Код:
#pragma unused strtok
Quote:
Originally Posted by DarkPower
Quote:

I:\Programfiler\Rockstar Games\GTA San Andreas\Server\gamemodes\Majatacker.pwn(1374) : warning 203: symbol is never used: "strtok"
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase

just put this after includes

new strtok;
Learn some basics.
Reply


Messages In This Thread
STRTOK help - by Majataka - 25.02.2010, 22:06
Re: STRTOK help - by Torran - 25.02.2010, 22:06
Re: STRTOK help - by GaGlets(R) - 25.02.2010, 22:17
Re: STRTOK help - by Majataka - 26.02.2010, 08:52
Re: STRTOK help - by BlackFoX - 26.02.2010, 09:04
Re: STRTOK help - by Majataka - 26.02.2010, 09:28
Re: STRTOK help - by [LSR]State_Trooper - 26.02.2010, 09:31
Re: STRTOK help - by VonLeeuwen - 26.02.2010, 10:26
Re: STRTOK help - by DarkPower - 26.02.2010, 10:28
Re: STRTOK help - by BlackFoX - 26.02.2010, 10:30
Re: STRTOK help - by Correlli - 26.02.2010, 10:30
Re: STRTOK help - by Niixie - 26.02.2010, 10:31

Forum Jump:


Users browsing this thread: 1 Guest(s)