LordCurtis Looks like you're decompiling my already open source project. If you just use BO2 GSC Studio and add all the scripts, you can compile it all into _clientids.gsc and stop with the decompiler bullshit that you're doing.
#using is for csc scripts when in a gsc file
#include is for gsc scripts when in a gsc file
and by your script, I assume they are gsc files, change the #using with #include
LordCurtis Another error is #include maps\mp\zombies_zm_utility; doesn't exist either its actually #include maps\mp\zombies\_zm_utility; both of your errors are caused by this include missing.
Also it would appear you have used a decompiler to obtain some of my code even though its fully open sourced: https://github.com/JezuzLizard/Public-BO2-Mods/tree/master/MapRestartWorkaround
Perhaps for future reference don't copy paste code without also double checking it and also try and see if you can find the original source for any given project since many projects posted on the forums generally include full source.