any ideas what could be wrong?
I have tried both x86_46 and x86 fteqcc but to no awhile..
on menu:
- Code: Select all
[....]
compiling menu.qc
in function m_setpointerfocus (line 688),
menu.qc:691: warning: Missing semicolon at end of definition
menu.qc:691: error: "." - not a name
************ ERROR ************
Errors have occured
Error in menu.qc on line 739
on client:
- Code: Select all
[....]
compiling projectile.qc
in function Ent_Projectile (line 190),
projectile.qc:219: warning: Expected punctuation
projectile.qc:219: warning: Expected punctuation
projectile.qc:219: error: type mismatch for & (float and __integer)
************ ERROR ************
Errors have occured
Error in projectile.qc on line 395
on server:
- Code: Select all
[....]
compiling miscfunctions.qc
in function SoundEntity_StopSound (line 2297),
miscfunctions.qc:2303: warning: Expected punctuation
miscfunctions.qc:2303: warning: Expected punctuation
miscfunctions.qc:2303: error: type mismatch for & (float and __integer)
in function GetCommandPlayerSlotTargetFromTokenizedCommand (line 2326),
miscfunctions.qc:2333: error: Unknown value "ParseCommandPlayerSlotTarget_firsttoken".
miscfunctions.qc:2333: error: type mismatch for = (__variant and float)
************ ERROR ************
Errors have occured
Error in miscfunctions.qc on line 2395