I Have One Error
#1

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

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

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

Search your script for strtok and remove it
Reply
#5

line 985 if u werent sure
Reply
#6

it is not an error, its a warning.

just ignore it
Reply
#7

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

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

remove it or make a command using strtok.
Reply
#10

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


Forum Jump:


Users browsing this thread: 1 Guest(s)