GangZone Boards. - 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: GangZone Boards. (
/showthread.php?tid=609375)
GangZone Boards. -
karoliko - 11.06.2016
Hello, im using this
include because i want to make boards to all my gang zones, but i get an error when i try compiling the gamemode.
Code
Код:
C:\Users\Usuario\Desktop\Karol\GangWars\gamemodes\Gangwars.pwn(146) : warning 201: redefinition of constant/macro (symbol "MAX_ZONES")
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
1 Warning.
Re: GangZone Boards. -
Dayrion - 11.06.2016
You have two times :
PHP код:
#define MAX_ZONES (number)
You have to remove one.