SA-MP Forums Archive
Problem - 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)
+--- Thread: Problem (/showthread.php?tid=608520)



Problem - Micko123 - 02.06.2016

So i have this strange problem. Can someone help me
PHP код:
C:\Users\Admin\Desktop\New Age\pawno\include\ZCMD.inc(18) : warning 201redefinition of constant/macro (symbol "COMMAND:%1(%2)")
C:\Users\Admin\Desktop\New Age\pawno\include\ZCMD.inc(21) : warning 201redefinition of constant/macro (symbol "CMD:%1(%2)")
Pawn compiler 3.2.3664              Copyright (c1997-2006ITB CompuPhase
2 Warnings

These are the lines
PHP код:
#include < streamer >
#include < sscanf2 > 
What could be problem??


Re: Problem - Konstantinos - 02.06.2016

The lines 18 and 21 are from the ZCMD.inc not the script. What includes are you using? You better not try to use more than 1 command processor at the same script because it seems another include file defines those macros.