Maps from external file
#1

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.

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
My game mode has this line to include the script.

pawn Код:
#include "./includes/maps_exterior.pwn"
Should I put the Include RemoveBuilding part in the external file or in the main game mode?
Reply


Messages In This Thread
Maps from external file - by DLR - 25.04.2014, 15:47
Re: Maps from external file - by biker122 - 25.04.2014, 15:54
Re: Maps from external file - by Vince - 25.04.2014, 16:26
Re: Maps from external file - by CutX - 25.04.2014, 16:37
Re: Maps from external file - by Vince - 25.04.2014, 18:24
Re: Maps from external file - by DLR - 27.04.2014, 10:47

Forum Jump:


Users browsing this thread: 1 Guest(s)