Symbol already defined
#1

I'm trying to load a file in my gamemode that's full of locations for objects, by using

Код:
#include "../include/forest.txt"
Forest.txt (example line)

Код:
CreateObject(689,-540.2759,2853.1348,87.4970,0.0,0.0,90.0,0);
When I compile in Pawn I get

Код:
../include/forest.txt(1) : error 021: symbol already defined: "CreateObject"
Any ideas?
Reply


Messages In This Thread
Symbol already defined - by alibalicharlton - 07.07.2014, 18:22
Re: Symbol already defined - by Konstantinos - 07.07.2014, 18:28
Re: Symbol already defined - by alibalicharlton - 07.07.2014, 18:29
Re: Symbol already defined - by Konstantinos - 07.07.2014, 18:40
Re: Symbol already defined - by Virtual1ty - 07.07.2014, 18:45

Forum Jump:


Users browsing this thread: 1 Guest(s)