25.04.2014, 15:47
Hello all. I use external files for pretty much everything. In my game mode I simply include the pwn files. However, when it came to doing all of my mapping, it gave me this error.
My game mode has this line to include the script.
Should I put the Include RemoveBuilding part in the external file or in the main game mode?
pawn Код:
./includes/maps_exterior.pwn(4) : error 021: symbol already defined: "CreateDynamicObject"
./includes/maps_exterior.pwn(574) : error 010: invalid function or declaration
./includes/maps_exterior.pwn(574) : error 021: symbol already defined: "RemoveBuilding"
./includes/maps_exterior.pwn(574) : error 010: invalid function or declaration
./includes/maps_exterior.pwn(574) : fatal error 107: too many error messages on one line
pawn Код:
#include "./includes/maps_exterior.pwn"