I'm trying to make a little mod for the game, which I already did earlier. But, this time I'm using the Nexuiz 2.1 Source and the frikqcc compiler, which gives the following error:
warning: sys.qh:1:unknown pragma flag
error: defs.qh:269:"[" is not a type
error: defs.qh:278:"typedef" is not a type
error: defs.qh:279:"typedef" is not a type
error: defs.qh:280:"floatfield" is not a type
error: defs.qh:282:"spawnfunc" is not a type
I'm not much of a coder, but I truly want to know how to fix this. This error is given when I try to compile the original code, I didn't make ANY changes.