07.07.2014, 18:22
I'm trying to load a file in my gamemode that's full of locations for objects, by using
Forest.txt (example line)
When I compile in Pawn I get
Any ideas?
Код:
#include "../include/forest.txt"
Код:
CreateObject(689,-540.2759,2853.1348,87.4970,0.0,0.0,90.0,0);
Код:
../include/forest.txt(1) : error 021: symbol already defined: "CreateObject"