what is this error how can I fix this
#1

Guys what is this error and how can i fix it?

Код:
E:\samp03bsvr_R2_win32\gamemodes\admin script.pwn(5) : warning 203: symbol is never used: "ret_memcpy"
E:\samp03bsvr_R2_win32\gamemodes\admin script.pwn(5) : warning 203: symbol is never used: "strtok"
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


2 Warnings.
All I added to the empty script is

Код:
#include <a_samp>
#include <Dini>
#include <dutils>
Reply
#2

They are only warnings.

You will use strtok eventually.

else use these

#pragma unused ret_memcpy
#pragma unused strtok
Reply
#3

oww ok thnx
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)